Weather Skill

🌐Community
by google · vlatest · Repository

Provides current weather conditions and forecasts for your location, offering convenient information to plan your day.

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 weather-skill npx -- -y @trustedskills/weather-skill
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "weather-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/weather-skill"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The weather-skill provides real-time meteorological data to AI agents, enabling them to answer queries about current conditions and forecasts for specific global locations. It integrates directly with Google's ADK Python framework to deliver accurate temperature, precipitation, and atmospheric details.

When to use it

  • Planning outdoor events or travel itineraries based on local forecasts.
  • Providing real-time weather updates during emergency response scenarios.
  • Automating daily briefings that include regional climate conditions.
  • Enabling agents to make context-aware recommendations for clothing or activities.

Key capabilities

  • Retrieves current temperature and weather status for any geographic coordinate or city name.
  • Delivers short-term and long-term forecast predictions.
  • Integrates seamlessly with the Google ADK Python agent framework.
  • Supports natural language queries for diverse weather-related information.

Example prompts

  • "What is the current temperature in Tokyo?"
  • "Will it rain tomorrow in London, and what should I expect?"
  • "Give me a weather forecast for the next three days in New York City."

Tips & gotchas

Ensure your AI agent has an active internet connection to fetch live data from Google's weather services. While this skill covers major global locations, accuracy may vary for remote or less frequently monitored regions.

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
google
Installs
32

🌐 Community

Passed automated security scans.