weather

Retrieve current weather or short-term forecasts for a latitude/longitude point.

Updated Apr 12, 2025
One-click install
npx skills add https://github.com/DavidKk/vercel-openapi --skill weather-davidkk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/DavidKk/vercel-openapi/tree/main/app/weather
Command: npx skills add https://github.com/DavidKk/vercel-openapi --skill weather-davidkk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate-based weather data is often needed by apps and assistants to respond accurately to user queries about current conditions or short-term forecasts for a specific location.

Core Features & Use Cases

  • Retrieve current weather for a given latitude/longitude.
  • Retrieve short-term hourly or daily forecasts for a point.
  • Integrate with UI dashboards or chat agents to answer weather questions like "What is the weather at 23.13, 113.27?".

Quick Start

Tell the AI to fetch weather data for latitude 23.13 and longitude 113.27 for now or forecast.

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 using latitude and longitude coordinates?

To get current weather using latitude and longitude coordinates, provide numeric latitude and longitude values to the point-based query endpoint. This returns accurate current conditions for that exact location in seconds.

Can I retrieve an hourly or daily weather forecast for specific coordinates?

Yes, you can retrieve a short-term weather forecast for specific coordinates by using the forecast endpoint. Include optional granularity parameters and specify the required hours or days for your prediction.

What is coordinate-based weather data and when do I need it?

Coordinate-based weather data provides current conditions or short-term forecasts for a precise latitude and longitude. You need it when apps or assistants must respond accurately to weather queries for specific locations.

Does this weather API require location names or only numeric coordinates?

This weather API requires numeric latitude and longitude coordinates exclusively for point-based queries. It targets specific coordinate pairs and does not process location names, ensuring accurate current or forecast weather retrieval.

What parameters do I need for a point-weather forecast request?

For a point-weather forecast request, you need numeric latitude and longitude values. Additionally, include optional granularity and specify the desired hours or days to tailor the short-term forecast output.