weather-1-0-0Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.
Install via ClawdBot CLI:
clawdbot install 99percentgod/weather-1-0-0Requires:
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 Mar 1, 2026
Travel agencies and tour operators can integrate this skill into their booking platforms to provide real-time weather updates for destinations. This helps customers make informed packing decisions and choose optimal travel dates based on current conditions and short-term forecasts.
Event planners can use this skill to monitor weather conditions for outdoor events like weddings, concerts, or festivals. The compact format provides quick at-a-glance updates, while the full forecast helps with contingency planning and last-minute adjustments.
Shipping companies and delivery services can query weather for multiple locations to anticipate delays due to adverse conditions. The airport code feature is particularly useful for air freight logistics, helping reroute shipments around weather disruptions.
Farmers and agricultural cooperatives can use the Open-Meteo JSON fallback to programmatically integrate weather data into irrigation systems or crop management software. The structured data helps automate decisions based on temperature, humidity, and wind conditions.
Home automation systems can use the current weather data to adjust thermostats, close smart windows, or activate sprinklers. The simple curl commands make it easy to integrate with existing home assistant platforms without complex API setups.
Offer basic weather queries for free using wttr.in and Open-Meteo, then charge for premium features like historical data, extended forecasts, or higher rate limits. The no-API-key requirement lowers the barrier to entry for new users.
Create customizable weather widgets that businesses can embed in their websites or apps. Charge based on customization levels, number of locations, or impression volume. The PNG output feature enables visual widgets without development overhead.
Aggregate data from both services to provide more reliable weather information, then sell access to this enhanced dataset. Offer value-added services like weather alerts, trend analysis, or industry-specific insights derived from the raw data.
💬 Integration Tip
Use the compact format for quick status displays and the JSON fallback for programmatic integration; remember to URL-encode spaces in location names.
Get current weather and forecasts (no API key required).
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.
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
天气查询:使用和风天气(JWT+Host)获取实时天气与未来预报;支持城市名/LocationID/经纬度;缺省地点可用 QWEATHER_DEFAULT_LOCATION。