Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

weather

Estrellas3
Forks5
Actualizado16 de julio de 2026 a las 06:33

Query current weather and forecasts for any place using Open-Meteo through curl + jq via the bash tool — no API key and no extra Python dependencies. Two APIs, both key-free: the Geocoding API (geocoding-api.open-meteo.com/v1/search) turns a place name like 'Tokyo' or 'Shibuya' into latitude/longitude/timezone, and the Forecast API (api.open-meteo.com/v1/forecast) returns current conditions, an hourly forecast, and a daily forecast for those coordinates. Weather condition is a WMO weather_code integer that this skill maps to a human label. Use when the user asks what the weather is like now, the temperature/wind/humidity/precipitation at a location, or a forecast (today, hourly, or multi-day) for a city or coordinate. Needs curl + jq installed. Present only values copied verbatim from a real API response — never invent weather data. For plain geocoding/routing without weather use the maps skill instead.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly