weather

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather data is hard to fetch without API keys or reliable services. This Skill provides quick access to current conditions and forecasts from public sources, enabling rapid weather-aware decisions.

Core Features & Use Cases

  • No API keys required for basic weather lookups.
  • Primary service is wttr.in with an Open-Meteo fallback for JSON data.
  • Use cases include planning activities, travel, or automation workflows that depend on forecast data.

Quick Start

Ask the AI to fetch the current weather for a city, for example, "weather in London".

Frequently Asked Questions about weather

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

FAQPage Schema
How do I fetch weather forecasts without an API key?

You can fetch weather forecasts without an API key by using wttr.in with a fallback to Open-Meteo, which provides current conditions and forecast data globally without requiring authentication.

Can I use wttr.in for automated weather lookups in workflows?

Yes, wttr.in supports automated weather lookups for workflows, allowing you to integrate current weather conditions and forecasts directly into your automation tasks without needing an API key.

Does this weather lookup tool support global cities?

This weather lookup tool supports global cities, fetching current weather data and forecasts for specified locations worldwide using public sources like wttr.in and Open-Meteo.

What is the best way to get current weather data for a specific location?

The best way to get current weather data is to query wttr.in, which provides immediate current conditions and forecasts for any specified city without API key requirements.

Why does the weather forecast request fall back to Open-Meteo?

The weather forecast request falls back to Open-Meteo to ensure reliable JSON data retrieval when the primary service, wttr.in, is unavailable or does not return the expected response.