en un clic
weather
Get weather information and forecasts using wttr.in
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Get weather information and forecasts using wttr.in
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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: