con un clic
weather
Get weather information and forecasts using wttr.in
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ú
Get weather information and forecasts using wttr.in
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.
Interact with GitHub repositories using the GitHub API
Create new skills for ChatDock
Summarize or extract text/transcripts from URLs, podcasts, and local files.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Basado en la clasificación ocupacional SOC
| name | weather |
| description | Get weather information and forecasts using wttr.in |
| metadata | {"emoji":"🌤️","requires":{"optional":true},"tags":["weather","forecast","climate"],"attribution":"Uses wttr.in API"} |
Get current weather and forecasts for any location using the wttr.in API. No API key required!
You have access to the following weather tools:
get_weather({
location: "New York", // city name, airport code, or coordinates
units: "metric" // optional: "metric" (Celsius) or "imperial" (Fahrenheit)
})
get_forecast({
location: "London",
units: "metric" // optional
})
Current weather in a city:
get_weather({
location: "Tokyo",
units: "metric"
})
Weather forecast:
get_forecast({
location: "San Francisco",
units: "imperial"
})
Using coordinates:
get_weather({
location: "40.7,-74.0" // latitude,longitude
})
Using airport code:
get_weather({
location: "JFK"
})
Returns:
Returns 3-day forecast with: