weather

Retrieve current weather and forecasts for specified locations via public web services.

80|19|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/ionclaw-org/ionclaw --skill weather-ionclaw-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/ionclaw-org/ionclaw/tree/main/main/resources/skills/weather
Command: npx skills add https://github.com/ionclaw-org/ionclaw --skill weather-ionclaw-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides current weather conditions and future forecasts for any location without requiring users to sign up for or manage API keys.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Forecasts: Access daily or multi-day weather predictions.
  • Location Flexibility: Works with city names, regions, or airport codes.
  • Use Case: A user asks, "What's the weather like in Paris tomorrow?" This Skill can provide a detailed forecast.

Quick Start

Get the current weather for Tokyo in a compact format.

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 conditions and forecasts without managing API keys?

Get current weather conditions and forecasts without API keys by using publicly accessible web services. This approach retrieves real-time temperature, humidity, and predictions for any location.

Can I retrieve weather forecasts using airport codes instead of city names?

Yes, you can retrieve weather forecasts using airport codes. This Skill accepts airport codes alongside city names and regions, handling URL encoding automatically for locations with spaces.

What output formats are available for weather forecast data?

Available output formats for weather forecast data include one-liners, compact summaries, detailed forecasts, and structured JSON. The structured JSON format enables programmatic use and integration.

Does this weather service require any dependencies or subscriptions to function?

No dependencies or subscriptions are required to function. The weather service operates entirely on free, publicly accessible web services, eliminating the need for sign-ups or external library installations.

How do I handle URL encoding for locations with spaces when requesting weather data?

URL encoding for locations with spaces is handled automatically by the Skill. You simply input the location name as text, and the system processes the encoding to retrieve accurate weather data.