weather

Retrieves weather data for any city via wttr.in with Open-Meteo JSON fallback.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/joeleung0122/testing --skill weather-joeleung0122
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/joeleung0122/testing/tree/main/skills/weather
Command: npx skills add https://github.com/joeleung0122/testing --skill weather-joeleung0122

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get weather data for any city without keys or complex setup, enabling fast planning.

Core Features & Use Cases

  • No-key weather fetch: Retrieve current conditions and forecasts from free services without API keys.
  • Two service options: Primary wttr.in for quick one-line results; Open-Meteo for JSON programmatic access.
  • Use Case: When planning a trip, fetch weather for a city in seconds to inform packing and travel decisions.

Quick Start

Ask the AI to fetch the current weather for a city using wttr.in.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I fetch weather forecasts with curl without an API key?▼

Fetch weather forecasts by querying the free wttr.in service via curl to get current conditions and predictions without requiring an API key.

Can I get JSON weather data from Open-Meteo for automation scripts?▼

Yes, you can retrieve JSON weather data from Open-Meteo, which serves as a fallback service for programmatic access in automation scripts.

What's the best way to get weather data for travel planning in seconds?▼

The best way to get weather data for travel planning is using wttr.in for quick one-line results, enabling fast packing and travel decisions.

Does the wttr.in service support specifying units and location formats?▼

Yes, retrieving weather data relies on wttr.in by default with options for specifying units and location formats for your queries.

When do I need to use Open-Meteo as a JSON fallback instead of wttr.in?▼

Use Open-Meteo as a JSON fallback when you need programmatic weather data access for app logic instead of the quick one-line results from wttr.in.