weather

Fetch real-time weather data from wttr.in with Open-Meteo fallback.

79|9|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/RikyZ90/ShibaClaw --skill weather-rikyz90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/RikyZ90/ShibaClaw/tree/main/shibaclaw/skills/weather
Command: npx skills add https://github.com/RikyZ90/ShibaClaw --skill weather-rikyz90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Instantly fetch weather information for any location without requiring API keys, enabling quick planning and situational awareness.

Core Features & Use Cases

  • Free, API-key-free weather data from wttr.in with a reliable fallback to Open-Meteo for programmatic access.
  • Current conditions and forecasts for any city or coordinates, suitable for automation, alerts, or dashboards.
  • Use Case: You want a terminal prompt to check today’s weather in your city and receive a brief forecast for planning.

Quick Start

Run a simple request like "weather in London" to get the current conditions and forecast.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get weather data without an API key?

You can fetch weather data without an API key by using wttr.in as the primary source, with Open-Meteo as a fallback. This allows you to retrieve real-time conditions and forecasts for any location instantly without requiring authentication.

Can I use command-line weather forecasts for automation workflows?

Command-line weather forecasts are suitable for automation workflows, alerts, and dashboards. You can request current conditions and forecasts for specific cities or coordinates to trigger automated actions based on the weather data.

What is the best way to check current weather conditions for travel planning?

The best way to check current weather conditions for travel planning is to request data for your destination city or coordinates. You receive real-time weather information and a brief forecast, enabling quick planning and situational awareness.

Does the weather data tool support fetching forecasts by coordinates?

The weather data tool supports fetching forecasts by coordinates. It uses public endpoints from wttr.in and Open-Meteo to retrieve current conditions and forecasts for any city or specific geographic coordinates.

Why does the weather fetcher use a fallback data source?

The weather fetcher uses a fallback data source to ensure reliable programmatic access. If the primary source, wttr.in, is unavailable, it automatically switches to Open-Meteo to provide continuous weather data for your location queries.

Are there limitations to using free public endpoints for weather data?

Limitations of using free public endpoints like wttr.in include potential rate limits or downtime. The tool mitigates this by using Open-Meteo as a fallback, but heavy automation workflows might still experience interruptions without an official API key.