Open Meteo

🌐Community
by itechmeat · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add open-meteo npx -- -y @trustedskills/open-meteo
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
itechmeat
Installs
25

🌐 Community

Passed automated security scans.