{"id":"75d59d97-5e53-4aa0-946b-3d6213296fb7","shortId":"dRcf6J","kind":"skill","title":"weather","tagline":"Get current weather and forecasts (no API key required).","description":"# Weather\n\nTwo free services, no API keys needed.\n\n## wttr.in (primary)\n\nQuick one-liner:\n\n```bash\ncurl -s \"wttr.in/London?format=3\"\n# Output: London: ⛅️ +8°C\n```\n\nCompact format:\n\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\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\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\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","tags":["weather","nomos","project-nomos","agent-memory","agent-skills","agentic-ai","ai-agents","ai-assistant","autonomous-agents","claude","claude-ai","claude-code"],"capabilities":["skill","source-project-nomos","skill-weather","topic-agent-memory","topic-agent-skills","topic-agentic-ai","topic-ai-agents","topic-ai-assistant","topic-autonomous-agents","topic-claude","topic-claude-ai","topic-claude-code","topic-claude-skills","topic-digital-clone","topic-llm"],"categories":["nomos"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/project-nomos/nomos/weather","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add project-nomos/nomos","source_repo":"https://github.com/project-nomos/nomos","install_from":"skills.sh"}},"qualityScore":"0.457","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 14 github stars · SKILL.md body (958 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T01:02:20.246Z","embedding":null,"createdAt":"2026-04-21T19:04:09.208Z","updatedAt":"2026-04-22T01:02:20.246Z","lastSeenAt":"2026-04-22T01:02:20.246Z","tsv":"'+8':33,45 '/berlin.png':100 '/en/docs':137 '/jfk':83 '/london?format=%l:+%c+%t+%h+%w':42 '/london?format=3':30 '/london?t':56 '/new+york':78 '/tmp/weather.png':102 '/v1/forecast?latitude=51.5&longitude=-0.12&current_weather=true':120 '0':94 '1':91 '5km/h':48 '71':47 'airport':79 'api':8,16 'api.open-meteo.com':119 'api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12&current_weather=true':118 'bash':25,37,51,115 'c':34,46,59 'citi':125 'code':58,80 'compact':35 'condit':60 'coordin':122 'curl':26,38,52,96,116 'current':3,92 'doc':134 'encod':74 'fallback':106 'find':121 'forecast':6,50 'format':36,57 'free':13,108 'full':49 'get':2 'good':111 'h':63 'humid':64 'json':107,129 'key':9,17,110 'l':67 'liner':24 'locat':68 'london':32,44 'm':69,85 'meteo':105 'metric':86 'moon':70 'need':18 'o':101 'one':23 'one-lin':22 'open':104 'open-meteo':103 'open-meteo.com':136 'open-meteo.com/en/docs':135 'output':31,43 'png':95 'primari':20 'programmat':113 'queri':127 'quick':21 'requir':10 'return':128 'servic':14 'skill' 'skill-weather' 'source-project-nomos' 'space':75 'temp':62,131 'tip':71 'today':89 'topic-agent-memory' 'topic-agent-skills' 'topic-agentic-ai' 'topic-ai-agents' 'topic-ai-assistant' 'topic-autonomous-agents' 'topic-claude' 'topic-claude-ai' 'topic-claude-code' 'topic-claude-skills' 'topic-digital-clone' 'topic-llm' 'two':12 'u':87 'unit':84 'url':73 'url-encod':72 'usc':88 'use':114 'w':65 'weather':1,4,11 'weathercod':133 'wind':66 'windspe':132 'wttr.in':19,29,41,55,77,82,99 'wttr.in/berlin.png':98 'wttr.in/jfk':81 'wttr.in/london?format=%l:+%c+%t+%h+%w':40 'wttr.in/london?format=3':28 'wttr.in/london?t':54 'wttr.in/new+york':76","prices":[{"id":"3e4eb7dd-9efb-49de-8878-243608b03e91","listingId":"75d59d97-5e53-4aa0-946b-3d6213296fb7","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"project-nomos","category":"nomos","install_from":"skills.sh"},"createdAt":"2026-04-21T19:04:09.208Z"}],"sources":[{"listingId":"75d59d97-5e53-4aa0-946b-3d6213296fb7","source":"github","sourceId":"project-nomos/nomos/weather","sourceUrl":"https://github.com/project-nomos/nomos/tree/main/skills/weather","isPrimary":false,"firstSeenAt":"2026-04-21T19:04:09.208Z","lastSeenAt":"2026-04-22T01:02:20.246Z"}],"details":{"listingId":"75d59d97-5e53-4aa0-946b-3d6213296fb7","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"project-nomos","slug":"weather","github":{"repo":"project-nomos/nomos","stars":14,"topics":["agent-memory","agent-skills","agentic-ai","ai-agents","ai-assistant","autonomous-agents","claude","claude-ai","claude-code","claude-skills","digital-clone","llm","mcp","multi-agent","multi-agent-systems","ollama","self-hosted"],"license":"mit","html_url":"https://github.com/project-nomos/nomos","pushed_at":"2026-04-18T00:18:33Z","description":"Your AI digital clone — learns who you are, acts on your behalf, remembers everything. Persistent vector memory, multi-agent teams, 60+ skills, smart model routing. Self-hosted, encrypted, multi-provider (Claude/Ollama/OpenRouter). Deploy to Slack, Discord, Telegram, WhatsApp & more in minutes.","skill_md_sha":"e480496c401f8765e88a3b7693048644a026eac5","skill_md_path":"skills/weather/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/project-nomos/nomos/tree/main/skills/weather"},"layout":"multi","source":"github","category":"nomos","frontmatter":{"name":"weather","description":"Get current weather and forecasts (no API key required)."},"skills_sh_url":"https://skills.sh/project-nomos/nomos/weather"},"updatedAt":"2026-04-22T01:02:20.246Z"}}