weather

Fetch current weather and forecasts via curl without API keys.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Dolonia333/dolo.ai --skill weather-dolonia333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Dolonia333/dolo.ai/tree/main/skills/weather
Command: npx skills add https://github.com/Dolonia333/dolo.ai --skill weather-dolonia333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get current weather and forecasts for any location without API keys or paid services.

Core Features & Use Cases

  • Primary service wttr.in: Quick, text-based weather summaries via curl.
  • Fallback: Open-Meteo JSON forecasts for programmatic access.
  • Use case: Plan trips or daily activities by checking today’s weather for multiple locations in seconds.

Quick Start

Ask for the weather in a city, and it returns a concise current condition and forecast.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get weather forecasts using curl without an API key?▼

You can get weather forecasts using curl without an API key by querying wttr.in with a city name or coordinates, which returns human-friendly text summaries instantly.

What is the best way to fetch current weather data for automation workflows?▼

The best way to fetch current weather data for automation is using Open-Meteo as a JSON fallback, providing programmatic access to weather conditions without requiring external keys.

Can I retrieve weather forecasts using coordinates instead of a city name?▼

Yes, you can retrieve weather forecasts using coordinates instead of a city name. The tool accepts both city names and geographic coordinates to pull data from wttr.in or Open-Meteo.

Does this weather tool require any paid subscriptions or external API keys?▼

No, this weather tool does not require any paid subscriptions or external API keys. It relies entirely on the free wttr.in service and Open-Meteo for data retrieval.

How do I output JSON weather data instead of text summaries?▼

To output JSON weather data instead of text summaries, the tool utilizes the Open-Meteo fallback source, delivering structured JSON forecasts suitable for programmatic access and automation workflows.

Why does wttr.in fail to return weather data and how can I fallback to JSON?▼

If wttr.in fails to return weather data, the tool automatically falls back to Open-Meteo to provide JSON forecasts, ensuring reliable weather data retrieval for your location queries.