Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
avivsinai avatar

Weather

  • 2 installs
  • 6 repo stars
  • Updated August 3, 2026
  • avivsinai/telclaude

weather is a Claude Code skill that fetches weather forecasts from wttr.in via a bundled script with no API key required.

About

This skill fetches weather information using wttr.in, requiring no API key. A developer uses it so a Telegram agent can answer questions about temperature, forecasts, or conditions for a location. It ships a wrapper script with current, forecast, detailed, and moon-phase modes.

  • Fetches current weather and forecasts using wttr.in with no API key
  • Bundled weather.sh script with current, forecast, detailed, and moon modes
  • Format-token reference for condition, temperature, wind, and humidity

Weather by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,839 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

weather capabilities & compatibility

Free; wttr.in requires no API key.

Capabilities
weather · summarize
Works with
weather
Use cases
web search
Pricing
Free
From the docs

What weather says it does

Fetch weather information using wttr.in — no API key required.
SKILL.md
Lead with the condition emoji and temperature
SKILL.md
npx skills add https://github.com/avivsinai/telclaude --skill weather

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars6
Last updatedAugust 3, 2026
Repositoryavivsinai/telclaude

What it does

Return current weather or a forecast for a location when a user asks.

Who is it for?

Answering weather and forecast questions inside a Telegram agent.

Skip if: Historical climate analysis or weather data requiring a paid API.

When should I use this skill?

A user asks about weather, temperature, forecast, or conditions for a location.

What you get

Returns concise current or multi-day weather for a given location.

By the numbers

  • 4 modes (current, forecast, detailed, moon)

Files

SKILL.mdMarkdownGitHub ↗

Weather Skill

Fetch weather information using wttr.in — no API key required.

When to Use

Use when users ask about weather, temperature, forecast, or conditions for any location.

Commands

Use the bundled wrapper script via telclaude skill-path:

# Current weather (concise one-liner)
bash "$(telclaude skill-path weather scripts/weather.sh)" "Tel Aviv" current

# Today's forecast (compact)
bash "$(telclaude skill-path weather scripts/weather.sh)" "Tel Aviv" forecast

# Multi-day forecast (detailed)
bash "$(telclaude skill-path weather scripts/weather.sh)" "Tel Aviv" detailed

# Moon phase
bash "$(telclaude skill-path weather scripts/weather.sh)" "" moon

Format Tokens (reference)

TokenMeaning
%cWeather condition emoji
%tTemperature
%wWind
%hHumidity
%pPrecipitation
%lLocation

Output Guidelines

  • Lead with the condition emoji and temperature
  • Keep it to 2-3 lines for current weather
  • For forecasts, use a compact table or bullet list
  • Include wind/humidity only if notable
  • If location is ambiguous, ask the user to clarify

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.