weatherGet current weather and forecasts (no API key required).
Install via ClawdBot CLI:
clawdbot install steipete/weatherRequires:
Two free services, no API keys needed.
Quick one-liner:
curl -s "wttr.in/London?format=3"
# Output: London: ⛅️ +8°C
Compact format:
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
# Output: London: ⛅️ +8°C 71% ↙5km/h
Full forecast:
curl -s "wttr.in/London?T"
Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon
Tips:
wttr.in/New+Yorkwttr.in/JFK?m (metric) ?u (USCS)?1 · Current only: ?0curl -s "wttr.in/Berlin.png" -o /tmp/weather.pngFree, no key, good for programmatic use:
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.
Docs: https://open-meteo.com/en/docs
Generated Feb 15, 2026
Individuals use the skill via a quick curl command to get current weather conditions for their location or travel destinations. It's ideal for checking temperature, humidity, and wind before heading out, using simple one-liners like curl -s "wttr.in/London?format=3" for instant updates.
Travel agencies or frequent travelers integrate the skill into scripts to fetch weather forecasts for multiple cities or airports, such as using wttr.in/JFK for airport-specific data. This helps in planning trips, packing appropriately, and avoiding weather-related delays with minimal setup.
Teachers or students in STEM education use the skill to demonstrate API-free weather data retrieval in programming classes. They can run commands to get JSON from Open-Meteo or formatted outputs from wttr.in, teaching concepts like HTTP requests and data parsing without API key hassles.
Local businesses, such as outdoor cafes or event planners, incorporate the skill into daily workflows to monitor weather conditions. They use compact formats or PNG outputs to decide on operations, like adjusting seating or rescheduling events based on real-time forecasts.
Hobbyists or developers embed the skill in IoT devices or home automation systems to trigger actions based on weather data. For example, they might use curl commands to fetch temperature and humidity, then automate smart home devices like thermostats or irrigation systems accordingly.
Develop a mobile or web app that uses this skill as a free backend for basic weather queries, offering premium features like historical data or alerts for a subscription fee. The no-API-key requirement reduces initial costs and attracts users with easy access to current conditions.
Provide a white-label weather service to businesses, such as news websites or logistics companies, by integrating wttr.in and Open-Meteo into their platforms. Charge a monthly fee for custom solutions, leveraging the skill's free data to offer reliable forecasts without API key management.
Sell educational kits or online courses that include this skill for teaching programming and data analysis. Bundle it with tutorials on using curl commands and parsing JSON, targeting schools and self-learners who want hands-on experience with real-world weather data.
💬 Integration Tip
Use curl with wttr.in for quick human-readable outputs and Open-Meteo for JSON-based programmatic access, ensuring to handle URL encoding for spaces in location names.
Google Weather API - accurate, real-time weather data. Get current conditions, temperature, humidity, wind, and forecasts. Powered by Google's Weather API fo...
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
Monitor solar weather conditions including geomagnetic storms, solar flares, aurora forecasts, and solar wind data. Uses NOAA Space Weather Prediction Center real-time data.
Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
天气查询:使用和风天气(JWT+Host)获取实时天气与未来预报;支持城市名/LocationID/经纬度;缺省地点可用 QWEATHER_DEFAULT_LOCATION。