weather

Retrieve current weather and short-term forecasts via wttr.in without an API key.

730|133|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/microclaw/microclaw --skill weather-microclaw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/microclaw/microclaw/tree/main/microclaw.data/skills/weather
Command: npx skills add https://github.com/microclaw/microclaw --skill weather-microclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill provides quick, API-free access to current weather conditions and short-term forecasts for any specified location.

Core Features & Use Cases

  • Current Weather: Get immediate, concise weather updates for a city or region.
  • Short-term Forecasts: Access multi-day weather predictions.
  • Use Case: A user asks "What's the weather like in London tomorrow?" and the skill provides a compact forecast.

Quick Start

Get the current weather for Paris.

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 retrieve current weather conditions without an API key by querying the wttr.in service. This approach uses curl to fetch concise weather updates and short-term forecasts for any specified location.

Can I get a multi-day weather forecast for a specific city?▼

Yes, you can get a multi-day weather forecast for a specific city using this method. It supports various output formats, including compact and multi-day views, to provide short-term weather predictions.

Do I need to install curl to fetch weather forecasts?▼

Yes, you need curl installed to fetch weather forecasts. The process relies on curl as a dependency to query the wttr.in service and retrieve current weather data for specified locations.

What is the best way to check the weather from the command line?▼

The best way to check the weather from the command line is querying the wttr.in service with curl. This technique provides instant, API-free access to current conditions and short-term forecasts in multiple formats.

Does the wttr.in service support compact weather output formats?▼

Yes, the wttr.in service supports compact weather output formats. You can retrieve concise current conditions or multi-day views for specified locations without requiring an API key.