with one click
weather
Get current weather and forecasts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Get current weather and forecasts
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Security assessment of a codebase — minimal mode for runner validation
Daily fetch from a fixed public allowlist; score against the user's interests file; cluster into themes; push the digest to the configured channel
Read-only retrieval over the daily-digest kept set. Slash-invoke with `/librarian <question>`; returns items verbatim with citations.
Math calculations and unit conversions
Parse and analyze CSV data
Analyze disk usage and find large files
| name | weather |
| description | Get current weather and forecasts |
| disable-model-invocation | false |
| metadata | {"wirken":{"requires":{"bins":["curl"]}}} |
| permissions | {"tools":{"allow":["exec"]},"egress":{"mode":"deny"},"inference":{"allow":["*"]}} |
Get weather information using wttr.in.
curl -s "wttr.in/CityName?format=3"curl -s "wttr.in/CityName"curl -s "wttr.in/CityName?format=%l:+%c+%t+%w+%h"curl -s "wttr.in/Moon"Replace spaces in city names with + (e.g., New+York).
For JSON output: curl -s "wttr.in/CityName?format=j1"