weather

star 153

Get current weather and forecasts

gebruder By gebruder schedule Updated 5/1/2026

name: weather description: Get current weather and forecasts disable-model-invocation: false metadata: wirken: requires: bins: [curl] permissions: tools: allow: [exec] egress: mode: deny inference: allow: ["*"]


Weather

Get weather information using wttr.in.

Usage

  • Current weather: curl -s "wttr.in/CityName?format=3"
  • Detailed forecast: curl -s "wttr.in/CityName"
  • One-line summary: curl -s "wttr.in/CityName?format=%l:+%c+%t+%w+%h"
  • Moon phase: curl -s "wttr.in/Moon"

Replace spaces in city names with + (e.g., New+York).

For JSON output: curl -s "wttr.in/CityName?format=j1"

Install via CLI
npx skills add https://github.com/gebruder/wirken --skill weather
Repository Details
star Stars 153
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator