weather

Fetch current weather data for a location via wttr.in and Open-Meteo.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jonnytacos8/closed_claw --skill weather-jonnytacos8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/jonnytacos8/closed_claw/tree/main/skills/weather
Command: npx skills add https://github.com/jonnytacos8/closed_claw --skill weather-jonnytacos8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick access to weather data and forecasts without the need for API keys, making it easy to obtain current conditions and short-term forecasts.

Core Features & Use Cases

  • No-key weather lookups via wttr.in for quick checks
  • Fallback access to Open-Meteo JSON data for programmatic use
  • Simple integration into scripts or personal workflows for location-based weather info

Quick Start

Ask the skill for the current weather in a city to receive a concise 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 data without an API key?

You can get weather data without an API key by using curl to fetch information from wttr.in and Open-Meteo. This approach retrieves current conditions and short-term forecasts directly, outputting human-readable results for quick checks or programmatic use.

Can I use curl to fetch a weather forecast for a specific city?

Yes, you can use curl to fetch a concise weather forecast for a specified location. The request queries wttr.in for quick lookups and falls back to Open-Meteo JSON data, returning current weather conditions without requiring authentication keys.

What is the best way to integrate no-key weather lookups into personal scripts?

The best way to integrate no-key weather lookups into scripts is fetching data via curl from wttr.in or Open-Meteo. This retrieves location-based weather information and outputs human-readable results suitable for personal workflows and programmatic projects.

Does this weather lookup approach work for both quick checks and programmatic data retrieval?

Yes, this weather lookup approach works for both quick checks and programmatic data retrieval. It fetches current data from wttr.in for human-readable results and uses Open-Meteo JSON data as a fallback for programmatic integration into scripts.

Do I need to install any dependencies to retrieve weather forecasts this way?

You only need curl installed to retrieve weather forecasts this way. There are no other dependencies required, as the process directly fetches data from wttr.in and Open-Meteo without requiring API keys or additional software components.