weather

Installation
SKILL.md

Weather

Use for current weather, rain/temperature checks, forecasts, and travel planning. Need a city, region, airport code, or coordinates.

Preferred: web_fetch

Use web_fetch first when the tool is available. Request JSON because wttr.in returns browser-oriented HTML for many text formats when called with a browser-like User-Agent.

await web_fetch({
  url: "https://wttr.in/London?format=j2",
  extractMode: "text",
  maxChars: 12000,
});
Installs
5.2K
GitHub Stars
378.6K
First Seen
Jan 24, 2026
weather — steipete/clawdis