weather

Fetch current weather for a location from wttr.in or Open-Meteo.

37|9|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yangkun19921001/PP-Claw --skill weather-yangkun19921001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/yangkun19921001/PP-Claw/tree/main/skills/weather
Command: npx skills add https://github.com/yangkun19921001/PP-Claw --skill weather-yangkun19921001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather data is often locked behind keys or complex services; this Skill provides quick, key-free access to current conditions and forecasts for any location.

Core Features & Use Cases

  • No API key required: fetch weather using wttr.in (primary) and Open-Meteo (fallback).
  • Simple integration into AI workflows and prompts for weather-aware decisions.
  • Use Case: Retrieve today's forecast for planning outdoor activities.

Quick Start

Use the weather skill to fetch current weather for a city, and present the result.

Frequently Asked Questions about weather

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

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

You can get weather forecasts without an API key by using public endpoints like wttr.in and Open-Meteo. This Skill fetches current conditions and forecasts for any location directly through curl, requiring no authentication tokens.

Can I use curl to fetch current weather information for a specific location?

Yes, you can use curl to fetch current weather information for a specific location. The Skill retrieves data from free services like wttr.in, utilizing curl when available for quick data retrieval without needing an API key.

Does this weather lookup tool support Open-Meteo as a fallback?

Yes, the weather lookup tool supports Open-Meteo as a fallback. It primarily uses wttr.in to fetch weather data, but automatically falls back to Open-Meteo to ensure continuous access to current conditions and forecasts.

What is the best way to integrate weather-aware decisions into AI workflows?

The best way to integrate weather-aware decisions into AI workflows is by using this Skill for quick weather lookups. It retrieves location-based forecasts without an API key, allowing seamless integration into prompts for travel planning and outdoor activities.

Do I need to install external dependencies to retrieve today's forecast?

No, you do not need to install external dependencies to retrieve today's forecast. The Skill operates with zero dependencies, relying solely on publicly available endpoints and curl when available for data retrieval.

Are there limitations when using no-api-key weather services for travel planning?

When using no-api-key weather services for travel planning, limitations include reliance on publicly available endpoints like wttr.in and Open-Meteo. These free services provide quick weather lookups but may have usage limits or less granular data than paid APIs.