con un clic
weather
Get current weather and forecasts
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Get current weather and forecasts
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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"