my-weatherProvides current weather conditions for any city, airport code, or zip code using wttr.in without requiring an API key.
Install via ClawdBot CLI:
clawdbot install ryansorr1/my-weatherGet current weather using wttr.in (no API key required).
curl -s "wttr.in/78023?format=3"
# Output: San Antonio: ⛅️ +28°C
Use city name, airport code, or zip code:
curl -s "wttr.in/London?format=3"
curl -s "wttr.in/JFK?format=3"
curl -s "wttr.in/78023?format=3"
?format=3 - Compact one-liner?format=%l:+%c+%t+%h+%w - Custom format?T - Full forecast?0 - Current only?1 - Today only?m - Metric?u - USCSGenerated Mar 1, 2026
Individuals can use this skill to quickly check current weather conditions via a simple command, helping them decide on attire or outdoor activities. It's ideal for home automation systems or personal digital assistants where minimal setup is needed. The compact format provides essential info without overwhelming users.
Hotels or travel agencies can integrate this skill into their customer service platforms to offer real-time weather updates for destinations. Using airport codes or city names, staff can provide guests with quick forecasts to enhance travel planning. The no-API-key requirement simplifies deployment in various settings.
Schools or educational programs can use this skill in STEM lessons to teach students about weather patterns and data retrieval. Students can experiment with different locations and formats to learn programming basics. The simplicity makes it accessible for beginners in coding or meteorology.
Delivery companies can incorporate this skill into their dispatch systems to monitor weather conditions along routes, helping drivers prepare for adverse conditions. Using zip codes or city names, it provides quick updates without complex integrations. This aids in improving safety and efficiency in operations.
Offer a basic version of this skill for free to attract users, then charge for advanced features like historical data or custom alerts. Monetize through subscription tiers for businesses needing reliable weather data without API key hassles. This model leverages the skill's simplicity to upsell value-added services.
Develop and sell customizable weather widgets based on this skill to businesses for embedding on their websites. Charge a one-time setup fee or ongoing maintenance fees for updates and support. This model targets small to medium enterprises looking to enhance user engagement with minimal technical effort.
License this skill to manufacturers of smart home devices, such as thermostats or voice assistants, to include weather functionality. Generate revenue through licensing agreements per device sold. This model capitalizes on the growing IoT market by providing an easy-to-integrate weather solution.
💬 Integration Tip
Use the provided curl commands directly in scripts or APIs; for custom applications, ensure to handle different location formats and units to avoid errors.
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.
Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.