weather

Fetch current weather and forecasts for a city via wttr.in or Open-Meteo.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/1012Lonin/Yushufang --skill weather-1012lonin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/1012Lonin/Yushufang/tree/main/skills/weather
Command: npx skills add https://github.com/1012Lonin/Yushufang --skill weather-1012lonin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides quick access to current weather data and forecasts without requiring API keys, enabling seamless weather understanding and automation.

Core Features & Use Cases

  • Retrieve current conditions for a city using wttr.in with simple HTTP requests.
  • Use Open-Meteo as a JSON fallback for programmatic weather data.
  • No API keys needed, suitable for lightweight integrations and dashboards.
  • Use Case: automate daily weather checks in scripts or planning workflows.

Quick Start

Use the weather skill to fetch the current weather for a city with a single curl request.

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 without an API key?

Retrieve current weather data without an API key by sending simple curl HTTP requests to wttr.in or Open-Meteo endpoints, which return human-readable or structured JSON output for a specified city.

Can I use curl to fetch a weather forecast for automation workflows?

Yes, you can use curl to fetch weather forecasts for automation workflows by accessing wttr.in and Open-Meteo endpoints, enabling seamless daily weather checks and script integration without requiring API keys.

Does wttr.in provide JSON output for programmatic weather data access?

Yes, while wttr.in provides human-readable current conditions, Open-Meteo serves as a JSON fallback for programmatic weather data access, allowing structured data retrieval suitable for lightweight integrations and dashboards.

What is the best way to automate daily weather checks in scripts?

The best way to automate daily weather checks in scripts is using curl-accessible endpoints like wttr.in and Open-Meteo to fetch current conditions and forecasts without API keys, enabling seamless integration into planning workflows.

Are there limitations to using no-API-key weather services like Open-Meteo?

Limitations of no-API-key weather services like Open-Meteo and wttr.in include reliance on simple HTTP requests and potential constraints in data granularity or query volume, making them best suited for lightweight integrations rather than heavy applications.