weather

Fetch real-time weather data for a specified city without API keys.

164|16|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/EXboys/skilllite --skill weather-exboys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/EXboys/skilllite/tree/main/.skills/weather
Command: npx skills add https://github.com/EXboys/skilllite --skill weather-exboys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides real-time weather information for a given city by querying multiple free sources and returning structured data such as temperature, weather condition, high/low, wind, and a helpful tip, without requiring API keys.

Core Features & Use Cases

  • Multi-source weather data: primary source is中华万年历 with fallbacks to sojson and wttr.in.
  • No API keys required: works out-of-the-box for immediate weather lookups.
  • Structured results: returns city, temperature, weather, high, low, wind, tip, source for easy consumption by agents and apps.
  • Use case: a user asks for the current weather in 深圳, and the skill aggregates data from multiple sources to provide a reliable forecast.

Quick Start

Ask for the current weather of a city by providing its name.

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

You can get current weather data for a city without an API key by using this skill, which queries free sources like 中华万年历, sojson, and wttr.in. It returns structured weather information including temperature, wind, and tips.

How does multi-source fallback work for retrieving real-time weather?

Multi-source weather retrieval uses a fallback order of 中华万年历, sojson, and wttr.in. If the primary source is unavailable, the skill automatically queries the next source to ensure reliable real-time weather results.

What is included in the structured output when fetching weather data?

The structured output for fetched weather data includes city, temperature, weather condition, high, low, wind, and a helpful tip. This format ensures the results are easily consumed by agents and applications.

Can I retrieve weather information for global cities using free sources?

Yes, you can retrieve weather information for global cities using this skill. It supports global cities by querying free, API-keyless sources and returning structured data for any specified location.

What is the best way to automate weather lookups for agents without API keys?

The best way to automate weather lookups without API keys is using this skill, which fetches structured real-time weather data from free sources. It provides immediate out-of-the-box results for agents and apps.

Are there limitations when using API-keyless sources for weather data?

A limitation of using API-keyless sources is potential availability issues, which this skill mitigates by implementing a fallback order across 中华万年历, sojson, and wttr.in to ensure consistent weather data retrieval.