weather

Fetch current weather and forecast data from wttr.in or Open-Meteo.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Muchunpeng/openclaw-config --skill weather-muchunpeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Muchunpeng/openclaw-config/tree/main/workspace/skills/weather
Command: npx skills add https://github.com/Muchunpeng/openclaw-config --skill weather-muchunpeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve current weather and forecasts for any location without managing API keys or service dependencies, enabling quick planning and automation.

Core Features & Use Cases

  • Fetch current conditions for a location using wttr.in or Open-Meteo.
  • Get a concise forecast for planning activities or travel.
  • Use in scripts or automation to annotate logs with weather data.

Quick Start

Ask it to fetch the current weather for a location, for example London.

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 data for a specific location without an API key?

You can retrieve current weather data by specifying a location, which the tool fetches from wttr.in or Open-Meteo without requiring any API keys. It uses standard HTTP requests to return the data instantly.

Can I use wttr.in to fetch weather forecasts for scripting and automation?

Yes, wttr.in weather forecasts can be integrated into scripts and automation to annotate logs or support activity planning. The tool fetches this data using standard HTTP requests with optional metric units.

Does the weather data retrieval process work if the primary service is unavailable?

Weather data retrieval includes a fallback path to ensure you still get current conditions and forecasts if the primary service is unavailable. It automatically switches to maintain data access.

What is the best way to retrieve metric weather forecasts for travel planning?

The best way to retrieve metric weather forecasts is to specify your target location and enable optional metric units. This pulls concise forecast data from Open-Meteo or wttr.in for planning.

Do I need to install any dependencies to fetch weather data via curl?

No dependencies are required to fetch weather data via curl. The tool operates with no external dependencies and uses standard HTTP requests to retrieve current conditions and forecasts.