weather

Installation
SKILL.md

Weather

Two free services, no API keys needed.

wttr.in (primary)

Choose one request that matches the user's scope. Do not fetch current conditions separately when a today or forecast request already includes them.

Platform notes:

  • On Windows PowerShell, use curl.exe; bare curl may resolve to Invoke-WebRequest.
  • On macOS and Linux, use curl.

Current conditions only:

curl -s "https://wttr.in/London?format=3"
# Output: London: ⛅️ +8°C
Installs
31
Repository
hkuds/nanobot
GitHub Stars
47.6K
First Seen
Mar 6, 2026
weather — hkuds/nanobot