ワンクリックで
weather
Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Intelligent meeting recording and transcription assistant with automated minutes generation, action item extraction, and sentiment analysis. Supports audio transcription, speaker diarization, meeting summarization, and task extraction. Use when users need to record meetings, transcribe audio, generate meeting minutes, extract action items, or analyze meeting content.
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.
List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.
Create, search, and manage Bear notes via grizzly CLI.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
| name | weather |
| description | Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning. |
| homepage | https://wttr.in/:help |
Use for current weather, rain/temperature checks, forecasts, and travel planning. Need a city, region, airport code, or coordinates.
curl "wttr.in/London?format=3"
curl "wttr.in/London?0"
curl "wttr.in/London"
curl "wttr.in/London?format=v2"
curl "wttr.in/London?1"
curl "wttr.in/New+York?format=3"
Useful formats:
%l: location%c: condition icon%t: temperature%f: feels like%w: wind%h: humidity%p: precipitationcurl "wttr.in/London?format=%l:+%c+%t,+feels+%f,+rain+%p,+wind+%w"
JSON:
curl "wttr.in/London?format=j1"