weather

Fetches current weather and forecasts via wttr.in with Open-Meteo JSON fallback.

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill weather-geezerrrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/weather
Command: npx skills add https://github.com/geezerrrr/motive --skill weather-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly obtain current weather conditions and forecasts for any location without needing API keys or complex setup.

Core Features & Use Cases

  • Current conditions: Retrieve up-to-the-minute weather for a location.
  • Forecasts: Access short-term forecasts for planning.
  • Fallback support: Primary data from wttr.in with Open-Meteo JSON fallback for programmatic access.

Quick Start

Ask for the current weather of a city to see the latest conditions.

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 forecasts without an API key?

The weather tool retrieves current conditions and forecasts without requiring an API key by querying free sources. It uses wttr.in as the primary service for quick lookups and Open-Meteo as a JSON fallback for programmatic access.

Can I fetch weather data using curl for a specific location?

Yes, you can fetch weather data using curl for any specific location. The tool issues HTTP requests via curl to retrieve current conditions and short-term forecasts from wttr.in and Open-Meteo.

Does this weather tool support JSON output for programmatic access?

Yes, the tool supports JSON output for programmatic access using Open-Meteo as a fallback. While wttr.in serves as the primary service for display, Open-Meteo provides structured JSON data for integrations.

What is the best way to get short-term weather forecasts for planning?

The best way to get short-term weather forecasts for planning is to query free sources like wttr.in. The tool retrieves forecast data without API keys and formats results directly for prompts or UIs.

Why does the weather tool use Open-Meteo as a fallback instead of wttr.in?

The tool uses Open-Meteo as a fallback instead of wttr.in to provide structured JSON data for programmatic access. wttr.in remains the primary service for quick location-based lookups and display formatting.