weather

Fetch current weather and forecasts for any city via public endpoints.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/HuaGCS/Hahobot --skill weather-huagcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/HuaGCS/Hahobot/tree/main/hahobot/skills/weather
Command: npx skills add https://github.com/HuaGCS/Hahobot --skill weather-huagcs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get current weather and forecasts without API keys, enabling quick, on-demand weather checks.

Core Features & Use Cases

  • Retrieve current conditions for any location using wttr.in via a simple curl call.
  • Obtain a full forecast via Open-Meteo for planning, automation, or integration into tools.

Quick Start

Ask it for the current weather and a short 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 an API key?

You can get current weather and forecasts without an API key by using curl to query public weather services like wttr.in and Open-Meteo. This approach retrieves current conditions and short forecasts for any city, providing both human-readable and structured output.

Can I use curl to retrieve weather data for automation pipelines?

Yes, you can use curl to retrieve weather data for automation pipelines. By querying public endpoints like wttr.in and Open-Meteo, the Skill provides structured output suitable for integration into decision-making dashboards and automated workflows.

What's the best way to check current weather conditions for a specific city?

The best way to check current weather conditions is by querying the wttr.in service via a simple curl call. It fetches on-demand weather data for any specified city without requiring an API key, delivering quick and readable results.

Do I need to install any dependencies to fetch weather forecasts?

You do not need to install any dependencies beyond curl to fetch weather forecasts. The Skill relies solely on curl to access publicly available endpoints like Open-Meteo, eliminating the need for API keys or additional libraries.

How does Open-Meteo integrate with curl for weather forecasting?

Open-Meteo integrates with curl by allowing the Skill to query its public endpoints directly via HTTP requests. This mechanism obtains a full weather forecast for planning and automation without requiring API keys, returning structured data.