weather

Retrieve current weather and short-term forecasts via wttr.in.

126|8|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/DrugClaw/DrugClaw --skill weather-drugclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/DrugClaw/DrugClaw/tree/main/skills/built-in/weather
Command: npx skills add https://github.com/DrugClaw/DrugClaw --skill weather-drugclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill provides quick access to current weather conditions and short-term forecasts for any location, eliminating the need for API keys or complex setups.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Short Forecasts: View a brief outlook for the coming days.
  • Use Case: Ask for the weather in London to decide if you need an umbrella today.

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 and a short-term forecast for a specific location?

To get current weather conditions and a short-term forecast, you can specify a location to retrieve real-time temperature, conditions, and humidity using the wttr.in service. This provides a brief outlook for the coming days.

Do I need an API key to check the weather and temperature for my location?

No API key is required to check the weather and temperature. The Skill retrieves current conditions and forecasts directly from the public wttr.in endpoint, eliminating the need for complex setups or authentication.

What is the best way to view a multi-day weather forecast without complex setup?

The best way to view a multi-day weather forecast without complex setup is by requesting a short-term outlook for your specified location. It supports various output formats, including compact and multi-day views.

Does retrieving weather forecasts require any specific dependencies?

Retrieving weather forecasts requires the curl dependency. The Skill uses curl to fetch current conditions and short-term forecasts from the public wttr.in endpoint.

Can I retrieve weather conditions in compact output formats?

Yes, you can retrieve weather conditions in compact output formats. The Skill supports various output formats, including compact and multi-day views, to provide real-time temperature and humidity.

Why does my weather forecast request fail to retrieve conditions?

Your weather forecast request might fail if the curl dependency is missing or if the public wttr.in endpoint is unreachable. Retrieving current conditions requires curl for successful data retrieval.