Weather

Get current weather conditions and short forecasts using `wttr.in` (no API key required). Use when users ask for weather, temperature, forecast, or conditions for a city, region, or location. Triggers on mentions of weather, forecast, temperature, rain, sunny, or climate.

microclaw 3e50a9a 816 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.

microclaw/microclaw/tree/main/crates/microclaw-engine/skills/built-in/weather commit 3e50a9ae44

Frequently asked questions

npx skillmds@latest add microclaw/weather