Need weather data without wrestling API keys? This taps wttr.in and Open-Meteo, both free services. You get current conditions and forecasts with a simple curl command. The wttr.in integration is especially nice because it returns human-readable output by default (London: ⛅️ +8°C), though you can customize the format or grab PNGs if needed. Open-Meteo gives you JSON for when you're building something programmatic. It handles city names, airport codes, and coordinate lookups. Perfect for CLI tools, deployment scripts, or anything where you just need temperature and conditions without the OAuth dance.
npx skills add https://github.com/chandima/agent-skills --skill weather