weather

Fetch current weather and 3-day/hourly forecasts from the Open-Meteo API without an API.

65|5|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/xt765/FinchBot --skill weather-xt765
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/xt765/FinchBot/tree/main/src/finchbot/skills/weather
Command: npx skills add https://github.com/xt765/FinchBot --skill weather-xt765

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

无需 API 密钥即可获取天气数据和未来预测,快速获取关键气象信息。

Core Features & Use Cases

  • 实时天气查询(当前温度、相对湿度、风速等)。
  • 未来3天及小时级预报。
  • 使用场景:出行规划、户外活动安排、应急备灾等。

Quick Start

查询北京的当前天气。

Frequently Asked Questions about weather

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

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

Fetch weather forecast data without an API key by using curl to call the Open-Meteo API. This Skill directly retrieves current conditions, 3-day forecasts, and hourly forecasts for user-specified coordinates.

Can I get current temperature and wind speed using the Open-Meteo API?

Yes, you can get current temperature and wind speed by requesting parameters like temperature_2m, relative_humidity_2m, and wind_speed_10m from the Open-Meteo API. This Skill formats these curl requests for you.

Does this weather Skill require any dependencies or setup?

No dependencies or setup are required to use this weather Skill. It relies on standard curl commands to query the Open-Meteo API, meaning you can instantly fetch data without installing extra packages.

What is the best way to get hourly weather forecasts for specific coordinates?

The best way to get hourly weather forecasts for specific coordinates is passing your latitude and longitude to this Skill. It queries the Open-Meteo API to retrieve hourly forecast data without needing an API key.

Why does my weather API request need user-specified coordinates?

Your weather API request needs user-specified coordinates because the Open-Meteo API requires exact latitude and longitude values to pinpoint the geographic location for accurate current weather and forecast data retrieval.