Weather

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

tomevault-io 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.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/jl-grey-man--jensclaw--weather commit 06544c58d3

Frequently asked questions

npx skillmds@latest add tomevault-io/weather-23