con un clic
weather
Current conditions and 1–16 day forecasts via Open-Meteo (no API key).
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.
Menú
Current conditions and 1–16 day forecasts via Open-Meteo (no API key).
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.
Basado en la clasificación ocupacional SOC
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | Weather |
| description | Current conditions and 1–16 day forecasts via Open-Meteo (no API key). |
| requires | {"bins":[],"env":[]} |
Use this skill when the user asks for current weather or short forecasts for a
specific place. Backed by the weather extension (Open-Meteo provider).
The weather extension exposes three tools.
statusNo arguments. Returns provider info, endpoints, client version. Use to verify the extension is loaded.
currentlocation (string, required) — city or place name (e.g., "Madrid", "New York").units (string, optional) — "metric" (default) or "imperial".Returns:
{
"location_query": "...",
"units": "metric",
"resolved": { "name", "country", "timezone", "lat", "lon" },
"current": {
"temperature", "feels_like", "humidity_pct",
"wind_speed", "wind_dir_deg", "precipitation",
"weather_code", "weather_desc", "is_day", "observed_at"
}
}
forecastlocation (string, required)days (integer, optional, 1–16, default 3)units (string, optional)Returns forecast: [{ date, min, max, precipitation_sum, wind_max, weather_code, weather_desc }, ...].
current for "right now" questions, forecast for multi-day windows.-32001 location not found), suggest a more specific name or country.resolved.name + resolved.country so the user can verify the right place was matched.