with one click
weather
Get current weather for any location using wttr.in
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 for any location using wttr.in
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
Build or manage WOPR channels in plugins. Use when registering ChannelAdapter instances, mapping channels to sessions, or reasoning about channel metadata and context flow between channels and sessions.
Configure WOPR via CLI or daemon API. Use when reading or updating config keys (daemon, auth, discovery, plugins, or plugin data) and when you need the supported config shape.
Install, enable, disable, remove, and search WOPR plugins via CLI or daemon API. Use when managing plugin lifecycle, plugin registries, or checking installed plugin status.
Manage WOPR sessions via CLI or daemon API. Use when creating, listing, inspecting, injecting into, or deleting sessions, or when you need session conversation history or context management details.
Install, create, remove, and search WOPR skills via CLI or daemon API. Use when working with skill registries, local skill creation, or remote skill installation flows.
Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport using OpenSky Network. Search flight schedules between airports. Use for queries like "What flights are over Switzerland?" or "When do flights from Hamburg arrive in Zurich?" or "Track flight SWR123".
| name | weather |
| description | Get current weather for any location using wttr.in |
Get current weather conditions and forecasts.
To get weather for a location:
curl -s "wttr.in/LOCATION?format=3"
For detailed forecast:
curl -s "wttr.in/LOCATION"
# Simple one-liner
curl -s "wttr.in/Seattle?format=3"
# Full forecast
curl -s "wttr.in/Tokyo"
# Moon phase
curl -s "wttr.in/Moon"