Weather
Get current weather and forecasts for any location via wttr.in or Open-Meteo. Supports hourly, daily, and current conditions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add weather npx -- -y @trustedskills/weather
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@trustedskills/weather"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The weather skill provides real-time weather information, including current conditions, temperature, humidity, wind speed, and forecasts for specific locations. It can also alert users to severe weather events or changes in conditions.
When to use it
- Checking the forecast before planning an outdoor activity
- Monitoring sudden weather changes while traveling
- Getting a quick overview of daily weather conditions for work or personal scheduling
Key capabilities
- Real-time weather data retrieval
- Support for multiple locations and time zones
- Alerts for severe weather events
- Detailed forecasts including temperature, humidity, and wind speed
Example prompts
- "What's the weather like in New York today?"
- "Will it rain in Tokyo this weekend?"
- "Send me a severe weather alert for Chicago."
Tips & gotchas
- Ensure your location services are enabled for accurate local forecasts.
- Some advanced features may require internet connectivity or API access.
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v1.2.0
- License
- MIT
- Author
- openclaw
- Installs
- 4.8k
- Updated
- Jan 15, 2026
- Published
- Sep 1, 2025
⭐ Featured
Editorially selected — recommended for any platform.
Install command fetches the verified snapshot, not the live repository.