weather

Query wttr.in with curl to retrieve current weather and forecasts.

Updated May 5, 2026
One-click install
npx skills add https://github.com/saif27217/microclaw-setup --skill weather-saif27217
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/saif27217/microclaw-setup/tree/main/skills/weather
Command: npx skills add https://github.com/saif27217/microclaw-setup --skill weather-saif27217

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly obtain weather information without the need for a weather API.

Core Features & Use Cases

  • Current Weather: Access the current weather conditions and forecasts for any location.
  • Compact Format: Get a brief summary of the weather in a compact format.
  • Multi-Day Forecast: View forecasts for up to several days ahead.
  • Use Case: Use this skill to check the weather before leaving the house or planning an outdoor activity.

Quick Start

Use the 'weather' skill to get the current weather for San Francisco.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I check the current weather conditions for a specific location?

To check current weather conditions, query the wttr.in service using the curl command to fetch a compact summary and short-term forecast for any specified location without requiring an API key.

Can I get a multi-day weather forecast without needing an API key?

Yes, you can retrieve weather forecasts for up to several days ahead by utilizing the curl command to request data directly from the wttr.in service, entirely bypassing the need for a registered API key.

What is the best way to retrieve a compact weather summary for travel planning?

The best way to retrieve a compact weather summary for travel planning is to use a command-line HTTP request via curl to query wttr.in, which provides instant, brief condition updates ideal for on-the-fly checks.

Do I need to install any specific dependencies to fetch weather forecasts?

You do not need to install specific dependencies to fetch weather forecasts beyond having the curl command available, as the skill directly queries the wttr.in service to provide current conditions and multi-day forecasts.

Why use a command line tool instead of a standard weather API for day-to-day decision-making?

Using a command line tool to query wttr.in is ideal for day-to-day decision-making because it instantly retrieves weather conditions without the setup overhead or API key requirements of standard weather API services.