weather_lookup

Retrieve current weather conditions and short-term forecasts for a given location.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MichaelYagi/mcp_a2a --skill weather-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather_lookup
Source: https://github.com/MichaelYagi/mcp_a2a/tree/main/servers/location/skills/weather_lookup
Command: npx skills add https://github.com/MichaelYagi/mcp_a2a --skill weather-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables quick retrieval of current weather conditions and short-term forecasts for any location, helping users plan activities and stay informed.

Core Features & Use Cases

  • Current weather: Retrieve current conditions for a specified location, including temperature, humidity, and wind.
  • Forecasts: Provide short-term forecasts for planning outdoor events or travel.
  • Location flexibility: Accept city names, coordinates, or regions; support unit preferences (metric/imperial).

Quick Start

Ask the skill for weather data by providing a location, for example: weather_lookup Paris. Optionally specify units as metric or imperial.

Frequently Asked Questions about weather_lookup

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

FAQPage Schema
How do I get current weather conditions and a short-term forecast for a specific location?

Get current weather and forecasts by providing a city name or coordinates, optionally specifying metric or imperial units. The skill resolves the location and returns real-time temperature, precipitation, wind, and humidity data.

What real-time weather data can I retrieve using an API for any city or region?

Retrieve real-time weather data including current temperature, humidity, wind, and precipitation metrics. The skill handles location resolution for any city or region and provides short-term forecasts for activity planning.

Can I use coordinates instead of a city name to retrieve weather forecasts?

Yes, you can use coordinates instead of a city name to retrieve weather forecasts. The skill accepts city names, coordinates, or regions, resolves the location, and returns the current conditions and forecast.

Does this weather API support both metric and imperial unit preferences?

Yes, this weather API supports both metric and imperial unit preferences. You specify your desired unit system when querying a location, and the returned temperature, wind, and precipitation data respects that preference.

Do I need a dedicated weather data tool to retrieve real-time temperature and forecasts?

Yes, you need access to a weather data tool to retrieve real-time temperature and forecasts. The skill requires this underlying tool to handle location resolution, data freshness, and the actual API data retrieval.