Weather

Get current weather and short forecasts quickly using `wttr.in` (no API key required). Use when users ask for weather by city/region.

drugclaw 76e86e2 677 B Updated

File contents

Weather

Use this skill for quick weather lookups without API keys.

Current weather

curl -s "wttr.in/San+Francisco?format=3"

Compact format

curl -s "wttr.in/San+Francisco?format=%l:+%c+%t+%h+%w"

Multi-day forecast

curl -s "wttr.in/San+Francisco?m"

Usage guidance

  • URL-encode spaces with +.
  • Use ?m for metric and ?u for US units.
  • For ambiguous place names, clarify state/country first.

drugclaw/drugclaw/tree/main/skills/built-in/weather commit 76e86e2348

Frequently asked questions

npx skillmds@latest add drugclaw/weather