{"skill":{"slug":"denfly-skill","displayName":"Denfly Skill","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":518,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1773510700327,"updatedAt":1778491910241},"latestVersion":{"version":"1.0.0","createdAt":1773510700327,"changelog":"- Initial release of the weather skill.\n- Provides current weather and forecasts using wttr.in and Open-Meteo—no API key required.\n- Supports simple curl commands for quick weather summaries and detailed forecasts.\n- Includes tips for formatting, locations (city, airport code), and units.\n- PNG weather images and programmatic JSON output supported.","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"denfly618","userId":"s17f1k44jtm64t639y6j9hkdc583mfy3","displayName":"denfly618","image":"https://avatars.githubusercontent.com/u/235542989?v=4"},"moderation":null}