weather

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

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/chebizarro/swarmstr --skill weather-chebizarro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/chebizarro/swarmstr/tree/main/skills/weather
Command: npx skills add https://github.com/chebizarro/swarmstr --skill weather-chebizarro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and future forecasts for any specified location, eliminating the need for manual web searches.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and wind information.
  • Forecasts: Retrieve daily or weekly weather predictions.
  • Use Case: Planning a trip? Ask "What's the weather in Paris tomorrow?" to get a concise forecast.

Quick Start

Get the current weather for London.

Frequently Asked Questions about weather

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

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

You can retrieve current weather conditions for any specified location by querying the wttr.in service, which returns real-time temperature, wind, and precipitation data without requiring an API key.

Can I get a weather forecast for tomorrow without using an API key?

Yes, you can retrieve daily or weekly weather forecasts for any location using the wttr.in service without needing an API key. It provides future weather outlooks directly on request.

What weather data formats are supported by the wttr.in service?

The wttr.in service supports various output formats including text, JSON, and images, allowing you to retrieve current weather conditions and forecasts in the format that best fits your application.

Do I need to install curl to retrieve weather forecasts?

Yes, curl is required as a dependency to make the HTTP requests to the wttr.in service and retrieve the weather forecast data for your specified location.

What is the best way to check temperature and precipitation for trip planning?

The best way to check temperature and precipitation for trip planning is to request a daily or weekly forecast from the wttr.in service, which provides concise weather outlooks for any global location.

Are there limitations when retrieving weather data for certain locations?

While the wttr.in service supports any specified location for weather forecasts, output accuracy depends on the availability of underlying meteorological data for that specific geographic coordinate or city name.