weather

Retrieve weather conditions and forecasts via wttr.in and Open-Meteo APIs.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill weather-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/skills/weather
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill weather-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

The Skill addresses the common need for quick and easy access to current weather information and forecasts without the need for an API key.

Core Features & Use Cases

  • Instant Weather Access: Fetch and display current weather conditions at any location.
  • Forecasting: Get a detailed forecast for the day or multiple days ahead.
  • Use Case: When planning an outdoor activity, use this Skill to check the weather forecast and prepare accordingly.

Quick Start

Request the weather forecast for New York City using the command: 'get weather forecast for New York 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 conditions without an API key?

You can get current weather conditions without an API key by using this Skill, which fetches real-time data via curl from the wttr.in and Open-Meteo APIs.

Can I get a multi-day weather forecast using curl?

Yes, you can get a multi-day weather forecast using curl. This Skill retrieves instant forecasting data from the Open-Meteo API without requiring complex setup.

Do I need to install any dependencies to check the weather forecast?

You only need the curl command-line tool installed to check the weather forecast. The Skill uses it to access real-time data from the wttr.in and Open-Meteo APIs.

What's the best way to get location-based weather updates for outdoor activity planning?

The best way to get location-based weather updates for outdoor activity planning is to request a forecast for your specific location, such as 'get weather forecast for New York City'.

Does this weather forecasting approach work without complex setup?

This weather forecasting approach works without complex setup because it leverages the wttr.in and Open-Meteo APIs directly, requiring no API keys or authentication.

What are the limitations of using wttr.in and Open-Meteo for real-time weather data?

The main limitation of using wttr.in and Open-Meteo for real-time weather data is the basic implementation depth, which provides instant conditions and forecasts but lacks advanced analytical features.