mit einem Klick
weather
Get current weather and forecasts
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Get current weather and forecasts
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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"