weather

star 11

Get weather forecast for any location worldwide using wttr.in

9mtm By 9mtm schedule Updated 2/22/2026

name: weather description: "Get weather forecast for any location worldwide using wttr.in" metadata: agent-player: emoji: "๐ŸŒค๏ธ" version: "1.0.0" author: "Agent Player Team" category: "utilities" tags: ["weather", "forecast", "wttr.in"] triggers: - weather - forecast - temperature - "what's the weather" - "how's the weather" settings: - key: units type: select label: "Temperature Units" default: metric options: - value: metric label: "Celsius (ยฐC)" - value: imperial label: "Fahrenheit (ยฐF)" - key: format type: select label: "Output Format" default: short options: - value: short label: "Short summary" - value: full label: "Full forecast" - key: default_location type: string label: "Default Location" requires: bins: ["curl"] apis: ["wttr.in"]


Weather Skill

Get current weather and forecast for any location worldwide using wttr.in.

Usage

Ask about weather naturally:

What's the weather in London?
Weather forecast for Tokyo
Temperature in New York
How's the weather in Dubai?

API

Uses free wttr.in service:

# Short format
curl -s "wttr.in/London?format=1"
# Output: London: โ›…๏ธ +18ยฐC

# Full format
curl -s "wttr.in/London?format=3"

Parameters

Parameter Description
format=1 One-line summary
format=3 Detailed with wind/visibility
u Imperial units (Fahrenheit)
m Metric units (Celsius)
lang=ar Arabic language

Output Formats

Short Format

London: โ˜€๏ธ +22ยฐC

Full Format

London

      \  /       Partly cloudy
    _ /"".-.     18 ยฐC
      \_(   ).   โ†‘ 15 km/h
      /(___(__)  10 km
                 0.0 mm

3-Day Forecast

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚   Today     โ”‚  Tomorrow   โ”‚   Day 3     โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ โ˜€๏ธ 22ยฐC    โ”‚ โ›… 20ยฐC     โ”‚ ๐ŸŒง๏ธ 18ยฐC    โ”‚
โ”‚ Wind: 10km โ”‚ Wind: 15km  โ”‚ Wind: 20km  โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Examples

User: "What's the weather in Paris?"

Response:

๐ŸŒค๏ธ Weather in Paris

Paris: โ˜€๏ธ +22ยฐC
Wind: 12 km/h
Humidity: 55%

User: "3-day forecast for Tokyo"

Response:

๐ŸŒค๏ธ Tokyo Weather Forecast

Today: โ˜€๏ธ Sunny, 25ยฐC
Tomorrow: โ›… Partly Cloudy, 23ยฐC
Day 3: ๐ŸŒง๏ธ Light Rain, 20ยฐC

Settings

Setting Type Default Description
units select metric Celsius or Fahrenheit
format select short Short or full forecast
default_location string - Your default city

Notes

  • No API key required
  • Works for any city worldwide
  • Supports multiple languages
  • No rate limiting (use responsibly)
  • Requires curl command
Install via CLI
npx skills add https://github.com/9mtm/Agent-Player --skill weather
Repository Details
star Stars 11
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator