원클릭으로
weather
Get current weather for any location using wttr.in
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Get current weather for any location using wttr.in
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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"