weather

Retrieve current weather and short-term forecasts for any location without API keys.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/hzxyayaya/open_claw_obsidian --skill weather-hzxyayaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/hzxyayaya/open_claw_obsidian/tree/main/skills/weather
Command: npx skills add https://github.com/hzxyayaya/open_claw_obsidian --skill weather-hzxyayaya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick access to current weather and forecast data for any location without API keys.

Core Features & Use Cases

  • Current weather for any city using wttr.in (no API key required).
  • Short-term forecast through Open-Meteo for planning and activity scheduling.
  • Use with travel planning, outdoor activities, or daily weather checks.

Quick Start

Ask the weather skill for a city, and it will return current conditions and a short forecast.

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

You can get current weather conditions without an API key by querying public services like wttr.in. The weather skill retrieves real-time meteorological data for any location without requiring credentials.

Can I retrieve a short-term weather forecast for travel planning without credentials?

Yes, you can retrieve a short-term weather forecast for travel planning without credentials using Open-Meteo endpoints. This provides activity scheduling data without requiring API keys.

What is the best way to check daily weather forecasts programmatically?

The best way to check daily weather forecasts programmatically is using public endpoints like wttr.in and Open-Meteo. These services provide current conditions and forecasts without authentication.

Does the weather skill work with curl to fetch current conditions?

Yes, the weather skill works with curl to fetch current conditions via wttr.in. It queries public services to retrieve weather data without needing API keys or complex setup.

What locations are supported for short-term weather forecasts?

Short-term weather forecasts support any location by querying Open-Meteo endpoints. This allows you to retrieve planning and daily activity data globally without requiring authentication.