Weather

Get current weather and forecasts (no API key required). Use when this capability is needed.

tomevault-io Updated

File contents

Weather

Get weather information using free services.

Quick Weather

curl -s "wttr.in/London?format=3"
# Output: London: ⛅️ +8°C

Detailed Format

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

Full Forecast

curl -s "wttr.in/London?T"

Tips

  • URL-encode spaces: wttr.in/New+York
  • Airport codes: wttr.in/JFK
  • Units: ?m (metric) ?u (USCS)
  • Today only: ?1
  • Current only: ?0

Open-Meteo (JSON, No Key)

curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12&current_weather=true"

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

tomevault-io/skills-registry/tree/main/kody-w--openrappter--weather commit 00583403bd

Frequently asked questions

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