weather

Fetch current weather and forecasts for cities using wttr.in with Open-Meteo fallback.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill weather-sugamdeol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Sugamdeol/moltbot-with-pollinations.ai/tree/main/skills/weather
Command: npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill weather-sugamdeol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly obtain accurate weather information for any location without relying on API keys or paid services.

Core Features & Use Cases

  • No-key weather lookups for cities and regions.
  • Primary source: wttr.in; fallback: Open-Meteo JSON data.
  • Use cases include quick daily planning, travel prep, and ambient weather checks.

Quick Start

Ask for the current weather forecast for a city, e.g., London.

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 and forecasts without API keys?

You can get current weather and forecasts without API keys by using this skill to fetch data from wttr.in, with an Open-Meteo JSON fallback. It requires the curl tool to perform quick one-line weather checks for any specified city or region.

Can I check the weather for a specific city using curl?

Yes, you can check the weather for a specific city using curl. The skill queries wttr.in by default to provide current conditions and forecasts, automatically switching to Open-Meteo JSON data as a fallback if the primary source is unavailable.

Does this weather lookup tool require any paid subscriptions or dependencies?

No paid subscriptions or external dependencies are required for this weather lookup. It operates without API keys and only requires the curl tool to be installed in your environment to fetch weather data from the supported free sources.

What is the best way to retrieve weather data for travel planning via command line?

The best way to retrieve weather data for travel planning via command line is using this skill. It queries wttr.in and falls back to Open-Meteo for JSON, providing accurate current conditions and forecasts suitable for daily and travel preparation.

What happens if wttr.in is not working when I request a forecast?

If wttr.in is not working when you request a forecast, the skill automatically falls back to fetching weather data from Open-Meteo. This ensures you still receive reliable JSON weather output for your location without interrupting your workflow.

Why do I need curl installed to use this weather skill?

You need curl installed because the skill uses it to execute HTTP requests and fetch weather data from wttr.in and Open-Meteo. Without curl, the environment cannot retrieve the external weather information required to generate your forecast.