Get Weather Forecast

🌐Community
by dalehurley · vlatest · Repository

This skill provides current and forecasted weather data, helping users plan activities and stay informed about changing conditions.

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

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

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

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

About This Skill

What it does

This skill provides current weather forecasts. It can retrieve temperature, conditions (e.g., sunny, rainy), and potentially other relevant details like humidity or wind speed based on a specified location. The skill is designed to be easily integrated into AI agents for quick access to weather information.

When to use it

  • A user asks "What's the weather like in London?"
  • You want to proactively inform a user about potential rain during their outdoor plans.
  • An agent needs to provide contextually relevant weather data for a travel recommendation.
  • A smart home system requires current conditions to adjust settings (e.g., close windows if raining).

Key capabilities

  • Retrieves current weather conditions.
  • Provides temperature information.
  • Supports location-based queries.

Example prompts

  • "What's the weather in Paris?"
  • "Tell me the forecast for Tokyo."
  • "How’s the weather looking in New York City right now?"

Tips & gotchas

The skill relies on an external weather data source; accuracy and availability depend on that service. Ensure your agent has appropriate error handling to manage potential connection issues or unavailable locations.

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
dalehurley
Installs
3

🌐 Community

Passed automated security scans.