KS
Killer-Skills

weather — how to use wttr.in how to use wttr.in, weather API alternative, setup weather skill, weather vs darksky, wttr.in API documentation, install weather skill for Telegram

v1.0.0
GitHub

About this Skill

Ideal for Location-Based Agents requiring precise weather forecasts and climate data integration. Weather is a Telegram bot skill that retrieves and displays current weather conditions and forecasts from wttr.in

Features

Utilizes wttr.in API for primary weather data
Supports compact format for quick weather summaries
Generates full forecast output with temperature, humidity, and wind details
Allows URL-encoded spaces for city names, such as New+York
Accepts airport codes for location-specific weather data

# Core Topics

seedprod seedprod
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add seedprod/openclaw-prompts-and-skills/weather

Agent Capability Analysis

The weather MCP Server by seedprod is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use wttr.in, weather API alternative, setup weather skill.

Ideal Agent Persona

Ideal for Location-Based Agents requiring precise weather forecasts and climate data integration.

Core Value

Empowers agents to fetch accurate weather conditions using wttr.in, providing compact or full forecasts with details like temperature, humidity, wind, and moon phase, all through simple curl commands and URL-encoded queries.

Capabilities Granted for weather MCP Server

Fetching current weather conditions for specific locations
Generating full weather forecasts for travel planning
Integrating climate data into location-based services

! Prerequisites & Limits

  • Dependent on wttr.in service availability
  • No support for paid API keys or custom services beyond wttr.in
Project
SKILL.md
972 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Weather

Two free services, no API keys needed.

wttr.in (primary)

Quick one-liner:

bash
1curl -s "wttr.in/London?format=3" 2# Output: London: ⛅️ +8°C

Compact format:

bash
1curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w" 2# Output: London: ⛅️ +8°C 71% ↙5km/h

Full forecast:

bash
1curl -s "wttr.in/London?T"

Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon

Tips:

  • URL-encode spaces: wttr.in/New+York
  • Airport codes: wttr.in/JFK
  • Units: ?m (metric) ?u (USCS)
  • Today only: ?1 · Current only: ?0
  • PNG: curl -s "wttr.in/Berlin.png" -o /tmp/weather.png

Open-Meteo (fallback, JSON)

Free, no key, good for programmatic use:

bash
1curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12&current_weather=true"

Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.

Docs: https://open-meteo.com/en/docs

Related Skills

Looking for an alternative to weather or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication