com um clique
weather
Get weather information and forecasts using wttr.in
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Get weather information and forecasts using wttr.in
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.
| 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: