weather

Retrieve current weather and forecasts via wttr.in or Open-Meteo.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/wtgoku-create/PopiStudio --skill weather-wtgoku-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/wtgoku-create/PopiStudio/tree/main/SKILLs/weather
Command: npx skills add https://github.com/wtgoku-create/PopiStudio --skill weather-wtgoku-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

Weather lookups can be slow and require API keys, forcing you to search manually; this Skill provides quick current conditions and forecasts from free services.

Core Features & Use Cases

  • Current weather by location: Fetch a concise summary for a city (optionally URL-encoded) for fast decision-making.
  • Readable forecasts and full outlooks: Retrieve extended forecast output for planning around near-term conditions.
  • Programmatic JSON fallback: Use Open-Meteo to get JSON suitable for automation when you need machine-readable data.

Example use: You need to decide whether to carry an umbrella for tomorrow in a specific city; query the location and get both current conditions and a forecast in seconds.

Quick Start

Ask the agent: “Get the current weather and a short forecast 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 current weather conditions and a forecast without an API key?

You can get current weather and forecasts without an API key by making HTTP requests via curl to free providers like wttr.in or Open-Meteo. This approach returns formatted text or forecast data instantly for any specified location.

Can I retrieve weather data in JSON format for automation workflows?

Yes, you can retrieve weather data in JSON format for automation by using the Open-Meteo provider. This programmatic fallback returns machine-readable output suitable for workflows, differing from the readable text forecasts provided by wttr.in.

What's the best way to fetch an extended weather outlook for a specific city?

The best way to fetch an extended weather outlook is to query a free provider like wttr.in using curl. You can retrieve readable forecasts and full outlooks for planning around near-term conditions in any specified city.

How do I use curl to get a quick weather summary for decision-making?

You can use curl to make an HTTP request to wttr.in with your target location to get a concise weather summary. This method provides current conditions and short forecasts in seconds for fast decision-making.

How does the wttr.in weather lookup process handle location formatting?

The wttr.in weather lookup process handles location formatting by accepting standard city names, which can be optionally URL-encoded. This allows the HTTP request to accurately retrieve current conditions and forecasts for the requested area.