en un clic
weather
Get current weather using wttr.in (no API key needed)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Get current weather using wttr.in (no API key needed)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Use to reconstruct PonyBunny failure paths from logs, traces, state, and runtime evidence in order to identify the first bad transition.
Use when writing ADRs, migration notes, harness principles, verification records, or other technical documentation for PonyBunny.
Use to generate high-signal evaluation cases for PonyBunny changes, including success paths, failure modes, edge cases, and regression-sensitive behaviours.
Use when defining or reviewing runtime events, lifecycle payloads, and event-order expectations for PonyBunny.
Use when designing or reviewing PonyBunny as a harness-first system, especially around boundaries, evaluation flow, observability, and migration structure.
Use when mapping PonyBunny's current state against harness-first best-practice gaps and turning those gaps into actionable engineering inputs.
| name | weather |
| description | Get current weather using wttr.in (no API key needed) |
To get the weather for a location, use execute_command with curl.
curl -s "wttr.in/Location?format=3"
User: "What's the weather in London?"
Action: execute_command("curl -s 'wttr.in/London?format=3'")
User: "Weather in San Francisco"
Action: execute_command("curl -s 'wttr.in/San+Francisco?format=3'")