weather

Provides current weather conditions and multi-day forecasts for user-specified locations.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill weather-autonomy-cloud
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/weather
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill weather-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Weather lookups are slow and unreliable when you have to search the web repeatedly, so this Skill provides fast, up-to-date conditions and forecasts for any location.

Core Features & Use Cases

  • Live current conditions: Fetches temperature, humidity, wind speed, wind direction, and a mapped condition summary.
  • Multi-day forecasts: Generates a daily forecast with highs/lows and precipitation probability for 1–16 days (default 10).
  • Structured outputs for tools and UIs: Returns JSON designed for both text display and a native “weather_forecast” card template.

Quick Start

Ask for the weather in a specific city and include how many days you want, for example: "What’s the weather in Tokyo for the next 7 days in Celsius?"

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get live weather forecasts with structured JSON output for UI cards?▼

To get live weather forecasts with JSON output, specify a location, temperature units, and a forecast horizon of 1 to 16 days. The Skill geocodes the location, calls the weather API, and returns structured JSON data designed for UI presentation.

Can I retrieve multi-day weather forecasts in Celsius or Fahrenheit?▼

Yes, you can retrieve multi-day weather forecasts in Celsius or Fahrenheit. The Skill validates your specified temperature units and converts values including wind speed, returning daily highs, lows, and precipitation probability for up to 16 days.

What weather data is available for current conditions and forecasts?▼

Current weather conditions include temperature, humidity, wind speed, wind direction, and a mapped condition summary. Forecasts provide daily highs and lows with precipitation probability, returning both human-readable text and structured JSON.

Does this weather lookup tool support geocoding for any location?▼

Yes, the weather lookup tool supports geocoding for any user-specified location. It validates the location input, maps weather codes to readable conditions, and fetches live data through a timeout-protected external request to the forecasting API.

What are the limitations when requesting a 16-day weather forecast?▼

The limitation for requesting a weather forecast is a maximum horizon of 16 days. The Skill requires validating location, units, and days before making a timeout-protected API call to generate deterministic JSON output.

How do weather forecasting APIs map weather codes to readable conditions?▼

Weather forecasting APIs map weather codes to readable conditions by converting raw API responses into human-readable text summaries. This Skill processes the data and outputs both text descriptions and structured JSON for a native weather forecast card template.