weather

Retrieve current weather and forecasts for specified locations via wttr.in.

14|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/ex3ndr/daycare --skill weather-ex3ndr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/ex3ndr/daycare/tree/main/packages/daycare/sources/skills/research/weather
Command: npx skills add https://github.com/ex3ndr/daycare --skill weather-ex3ndr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location without requiring API keys or complex setup.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Forecasts: Access short-term weather predictions.
  • Multiple Formats: Retrieve data as simple text, compact summaries, or detailed forecasts.
  • Use Case: Quickly check the weather for an upcoming trip to London or see if you need an umbrella today in Berlin.

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 without an API key?

You can retrieve current weather conditions and forecasts without an API key by using curl with public web services like wttr.in. This provides real-time temperature and humidity data directly as text or customizable formats.

How do I retrieve weather data in JSON format using curl?

To retrieve weather data in JSON format using curl, you can utilize the optional api.open-meteo.com endpoint. This programmatic approach provides structured weather data for specified locations without requiring complex setup or authentication.

Can I generate weather visualizations and images for a specific location?

Yes, you can generate direct weather visualizations for specific locations. The system supports image generation alongside text-based output, allowing you to retrieve visual weather forecasts using basic curl commands.

What is the best way to check short-term weather predictions for a trip?

The best way to check short-term weather predictions for a trip is to retrieve compact summaries or detailed forecasts via curl. By specifying your destination location, you get real-time updates on conditions, temperature, and humidity.

Does this weather retrieval method support customizable text formatting?

Yes, the weather retrieval method supports customizable text formatting. You can request data as simple text, compact summaries, or detailed forecasts using curl with wttr.in, tailoring the output to your specific needs.

What limitations exist when using public web services for weather forecasts?

When using public web services like wttr.in for weather forecasts, limitations include reliance on external service availability and basic implementation depth. It handles text and image output but lacks advanced internal reasoning or complex data processing.