weather

Query live weather data for any city via wttr.in and Open-Meteo.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Kamisorara/MiO-assistant --skill weather-kamisorara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Kamisorara/MiO-assistant/tree/main/src/skills/weather
Command: npx skills add https://github.com/Kamisorara/MiO-assistant --skill weather-kamisorara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide quick, API-key-free access to current weather and forecasts from public services, enabling fast weather checks in scripts or conversations.

Core Features & Use Cases

  • Two free services: wttr.in (primary) and Open-Meteo (fallback) for weather data without keys.
  • One-line queries to get current conditions and compact summaries or a full forecast for planning.
  • Use Case: A developer or traveler who needs rapid weather information in a bot, script, or chat.

Quick Start

Run a curl command to fetch the current weather for your city from wttr.in.

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 data with curl without an API key?

You can get current weather data without an API key by running a curl command to fetch live conditions from public services like wttr.in or Open-Meteo. This Skill handles the query execution for quick lookups, compact summaries, and full forecasts.

Can I use wttr.in to fetch a weather forecast for travel planning?

Yes, wttr.in supports fetching full weather forecasts for travel planning. This Skill queries wttr.in as the primary service to retrieve current conditions and extended forecasts without requiring authentication keys.

What is the best way to check live weather for a city in a bash script?

The best way to check live weather in a bash script is using curl to query free public services. This Skill leverages wttr.in and Open-Meteo to provide API-key-free weather data ideal for scripting and bot integration.

Does this weather Skill use Open-Meteo as a fallback if wttr.in fails?

Yes, Open-Meteo serves as the fallback service if wttr.in fails. This Skill leverages both free public services to ensure you can reliably query live weather data and forecasts without needing API keys.

Do I need to install any dependencies to query weather from the command line?

No, you do not need to install extra dependencies to query weather from the command line. This Skill has zero dependencies and relies on standard curl commands to fetch weather data from wttr.in and Open-Meteo.