weather

Fetch current weather conditions and forecasts for specified locations via HTTP requests.

2|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/duggal1/Sapphire-cli --skill weather-duggal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/duggal1/Sapphire-cli/tree/main/internal/skills/bundled/weather
Command: npx skills add https://github.com/duggal1/Sapphire-cli --skill weather-duggal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather queries often require quick, reliable data without manual lookups. This Skill provides fast access to current conditions and forecasts for any location using open data sources.

Core Features & Use Cases

  • Current conditions: fetch current weather for a city.
  • Forecasts: provide short-term forecasts for any location.
  • Use Case: What’s the weather in Paris today? or Will it rain in Tokyo tomorrow?

Quick Start

Ask for the current weather or a forecast for a 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 for a specific location using curl?

Fetch current weather and forecasts by executing standard HTTP curl requests to open data sources like wttr.in or Open-Meteo. This retrieves concise location-based weather conditions without requiring an API key.

Can I retrieve weather data for airport codes or just city names?

You can retrieve weather data for both city names and airport codes. The Skill processes location-based inquiries to return current conditions and short-term forecasts for these specified identifiers.

Do I need an API key to fetch weather conditions with wttr.in or Open-Meteo?

No API key is required to fetch weather conditions using wttr.in or Open-Meteo. The Skill uses standard HTTP requests to retrieve open data, making it instantly accessible for quick lookups.

What is the best way to get weather forecasts for travel planning in a chat workflow?

The best way is to request location-based weather data directly using standard HTTP requests. The Skill returns concise forecasts suitable for chat workflows, ideal for everyday travel planning.

Can I retrieve historical weather data or severe weather alerts with Open-Meteo?

No, you cannot retrieve historical weather data or severe weather alerts. The Skill has limitations and only supports current conditions and short-term forecasts for everyday inquiries.

Why does my weather query return an error when using curl?

Weather queries using curl require a valid specified location and network access to open data sources. Ensure your HTTP requests target wttr.in or Open-Meteo correctly to retrieve current conditions.