weather

Retrieves current weather and forecasts via wttr.in or Open-Meteo JSON fallback for specified locations.

22|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/MadeAgents/TopoClaw --skill weather-madeagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/MadeAgents/TopoClaw/tree/main/TopoClaw/topoclaw/skills/weather
Command: npx skills add https://github.com/MadeAgents/TopoClaw --skill weather-madeagents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill removes the friction of manually searching for current conditions and forecasts by providing a fast, no-key way to retrieve weather details for any location.

Core Features & Use Cases

  • Current conditions: Get a one-line summary (condition, temperature, and location) suitable for quick context checks.
  • Compact and full forecasts: Retrieve concise metrics (e.g., humidity, wind, weather) or a richer forecast view for planning.
  • Programmatic fallback: Use a free JSON endpoint for automation-friendly weather retrieval when you need structured data rather than formatted text.
  • Use case: Before heading out, query the forecast for your destination city and decide based on temperature, wind, and expected conditions.

Quick Start

Use the weather skill to get the current weather and forecast for a city, for example London.

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?

Retrieve current weather conditions without an API key by querying wttr.in directly via curl, receiving a one-line summary of temperature, condition, and location for quick context checks.

Can I retrieve weather forecast data in JSON format for automation?

Retrieve weather forecast data in JSON format for automation using the Open-Meteo fallback flow, which returns structured temperature, wind, and weather descriptors suitable for programmatic use.

Does this weather Skill require any dependencies to run?

Running the weather Skill requires installing the curl dependency to execute HTTP queries against wttr.in and the Open-Meteo JSON endpoint for retrieving forecast metrics.

What is the best way to get a compact forecast for trip planning?

Get a compact forecast for trip planning by querying the Skill for concise metrics like humidity, wind, and weather, or request a richer forecast view for your destination city.

How do I query weather data using curl for a specific location?

Query weather data using curl for a specific location by leveraging the Skill's direct HTTP querying capability to wttr.in, or utilize the Open-Meteo JSON flow as a fallback for structured data.