weather

Fetch current weather and multi-day forecasts for any city via Open-Meteo or wttr.in.

38|14|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ericwang915/PythonClaw --skill weather-ericwang915
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/data/weather
Command: npx skills add https://github.com/ericwang915/PythonClaw --skill weather-ericwang915

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access current weather and forecasts for any location without API keys or juggling multiple apps.

Core Features & Use Cases

  • Current weather conditions for a city via Open-Meteo (no API key)
  • Multi-day forecast using Open-Meteo or wttr.in, with metric or imperial units
  • Lightweight CLI usage via Python script or curl for quick checks

Quick Start

Use the weather skill to fetch the current weather or a short-term forecast for any city.

Frequently Asked Questions about weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current weather and forecasts without an API key?▼

Fetch current weather and forecasts without an API key by querying Open-Meteo or wttr.in, which provide city-level conditions and multi-day forecasts directly without authentication.

Can I get weather forecasts using Python or curl?▼

Yes, you can retrieve weather forecasts using a lightweight Python script or curl commands, allowing you to quickly check current conditions and multi-day forecasts for any location from the command line.

Does this weather tool support metric and imperial units?▼

Yes, the weather tool supports optional metric or imperial units, allowing you to retrieve current conditions and multi-day forecasts in your preferred measurement system for any geocoded location.

What's the best way to fetch weather data for a specific city?▼

The best way to fetch weather data for a specific city is through geocoding the location name and querying Open-Meteo, returning human-readable text or JSON with current conditions and multi-day forecasts.

How does geocoding work for city-level weather queries?▼

Geocoding resolves city names into coordinates to fetch accurate weather data from Open-Meteo or wttr.in, ensuring current conditions and forecasts are location-specific across any global city.

What format is the weather data returned in?▼

Weather data is returned in either human-readable text or JSON format, providing current conditions and multi-day forecasts for any location with optional metric or imperial units.