{"skill":{"slug":"weather-aditya","displayName":"Weather","summary":"Get current weather and forecasts (no API key required).","description":"---\nname: weather\ndescription: Get current weather and forecasts (no API key required).\nhomepage: https://wttr.in/:help\nmetadata: {\"clawdbot\":{\"emoji\":\"🌤️\",\"requires\":{\"bins\":[\"curl\"]}}}\n---\n\n# Weather\n\nTwo free services, no API keys needed.\n\n## wttr.in (primary)\n\nQuick one-liner:\n```bash\ncurl -s \"wttr.in/London?format=3\"\n# Output: London: ⛅️ +8°C\n```\n\nCompact format:\n```bash\ncurl -s \"wttr.in/London?format=%l:+%c+%t+%h+%w\"\n# Output: London: ⛅️ +8°C 71% ↙5km/h\n```\n\nFull forecast:\n```bash\ncurl -s \"wttr.in/London?T\"\n```\n\nFormat codes: `%c` condition · `%t` temp · `%h` humidity · `%w` wind · `%l` location · `%m` moon\n\nTips:\n- URL-encode spaces: `wttr.in/New+York`\n- Airport codes: `wttr.in/JFK`\n- Units: `?m` (metric) `?u` (USCS)\n- Today only: `?1` · Current only: `?0`\n- PNG: `curl -s \"wttr.in/Berlin.png\" -o /tmp/weather.png`\n\n## Open-Meteo (fallback, JSON)\n\nFree, no key, good for programmatic use:\n```bash\ncurl -s \"https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12&current_weather=true\"\n```\n\nFind coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.\n\nDocs: https://open-meteo.com/en/docs\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":185,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1771484976949,"updatedAt":1778491581507},"latestVersion":{"version":"1.0.0","createdAt":1771484976949,"changelog":"Initial release.\n\n- Provides current weather and forecasts using free public APIs (wttr.in and Open-Meteo) with no API key required.\n- Includes sample curl commands for both quick lookups and detailed forecasts.\n- Offers tips for formatting requests, locations, and units.\n- Supports both human-readable and JSON outputs.","license":null},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"adityak472","userId":"s174q61jd95x5prqysp5sepmv9885729","displayName":"AdityaK472","image":"https://avatars.githubusercontent.com/u/223406721?v=4"},"moderation":null}