weather

Retrieve current weather conditions and forecasts via wttr.in and Open-Meteo.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/caiazzop/clawdbot-personal-assistant --skill weather-caiazzop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/caiazzop/clawdbot-personal-assistant/tree/main/skills/weather
Command: npx skills add https://github.com/caiazzop/clawdbot-personal-assistant --skill weather-caiazzop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and future forecasts for any location, without requiring users to sign up for or manage API keys.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Forecasts: Access short-term and extended weather predictions.
  • Multiple Services: Utilizes wttr.in for user-friendly output and Open-Meteo for programmatic JSON data.
  • Use Case: Planning an outdoor event? Quickly check the weather for your city to make informed decisions.

Quick Start

Get the current weather for Paris in a simple format.

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 and forecasts for a specific location?

To get current weather conditions and forecasts, you specify a location and retrieve real-time temperature, humidity, and short-term predictions using public services without needing API keys.

Can I retrieve weather forecasts in a machine-readable JSON format?

Yes, you can retrieve weather forecasts in machine-readable JSON format. The skill utilizes Open-Meteo to provide programmatic JSON data outputs alongside human-readable summaries from wttr.in.

Do I need an API key to check the weather for my city?

No, you do not need an API key to check the weather for your city. The skill retrieves data entirely from free, public services, eliminating the need for signup or key management.

What's the best way to generate a visual weather map for a specified location?

The best way to generate a visual weather map is using the skill's optional PNG image generation feature, which fetches and outputs visual map data for your specified location using curl.

Does the weather forecast tool require curl to fetch temperature and humidity data?

Yes, the weather forecast tool requires curl to fetch temperature and humidity data. Curl is a necessary dependency for retrieving information from the underlying public weather services.

What is the difference between human-readable and machine-readable weather outputs?

Human-readable weather outputs provide simple, formatted text summaries for quick viewing, while machine-readable outputs deliver structured JSON data for programmatic integration and automated analysis.