weather

Queries Open-Meteo with latitude and longitude to return current and hourly weather data.

14|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/XAIHT/Tlamatini --skill weather-xaiht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/weather
Command: npx skills add https://github.com/XAIHT/Tlamatini --skill weather-xaiht

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The weather skill provides fast access to location-based weather data by querying Open-Meteo, removing manual lookups.

Core Features & Use Cases

  • Current weather retrieval for a given latitude and longitude.
  • Hourly forecast for planning outdoor activities, travel, and logistics.
  • No API key required; runs in-process for seamless integration.

Quick Start

Provide a latitude and longitude to fetch the current weather and hourly 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 and hourly forecast data using latitude and longitude?

Retrieve current weather and hourly forecast data by providing latitude and longitude coordinates. The system queries Open-Meteo directly and returns structured outputs without requiring an API key.

Do I need an API key to retrieve location-based weather forecasts?

No API key is needed to retrieve location-based weather forecasts. The system runs in-process querying Open-Meteo directly, removing external authentication barriers for seamless integration.

Can I use hourly weather forecasts for travel planning and logistics automation?

Hourly weather forecasts support travel planning, logistics, and outdoor activities. The system provides structured hourly data outputs based on specific latitude and longitude inputs for location-based planning.

What is the best way to retrieve structured weather data without manual lookups?

Querying Open-Meteo with coordinates is the best way to retrieve structured weather data without manual lookups. It returns validated current and hourly outputs directly in-process.

Does the weather data retrieval process validate coordinate inputs?

The weather data retrieval process validates latitude and longitude inputs before querying Open-Meteo. This ensures only properly formatted coordinates are processed for current and hourly forecasts.

Why does location-based weather data retrieval return both current and hourly outputs?

Location-based weather data retrieval returns both current and hourly outputs to support comprehensive planning. This dual structure covers immediate conditions and future hourly forecasts for automation tasks.