Open Meteo
Open Meteo provides current weather data and forecasts from various sources, useful for applications needing real-time climate information.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add open-meteo npx -- -y @trustedskills/open-meteo
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"open-meteo": {
"command": "npx",
"args": [
"-y",
"@trustedskills/open-meteo"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The open-meteo skill allows AI agents to retrieve current weather data from the Open-Meteo API. It can provide information such as temperature, feels like temperature, wind speed, and humidity for specified locations. This enables agents to respond to user queries about the weather or incorporate weather conditions into other tasks.
When to use it
- A user asks "What's the weather like in London?"
- An agent needs to adjust a travel itinerary based on current weather conditions in Rome.
- You want an AI assistant to provide daily weather summaries for your city.
- An agent is building a smart home application and requires real-time temperature data.
Key capabilities
- Retrieves weather data from the Open-Meteo API.
- Provides current temperature, feels like temperature, wind speed, and humidity.
- Supports location queries by city name or latitude/longitude coordinates.
Example prompts
- "Get me the current weather in Berlin."
- "What's the temperature and wind speed in Paris?"
- "Give me the weather for latitude 40.7128, longitude -74.0060."
Tips & gotchas
The skill relies on the Open-Meteo API; ensure your agent has internet access to utilize it effectively. Location names should be specific and unambiguous for accurate results.
Tags
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.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.