Weather

🌐Community
by chandima · vlatest · Repository

This "Weather" skill provides current weather conditions and forecasts for any location, helping users plan activities or stay informed.

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

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

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

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

About This Skill

Weather

What it does

This skill enables AI agents to retrieve real-time weather data, providing users with current conditions and forecasts. It allows the agent to answer specific inquiries about temperature, precipitation, and atmospheric status for a given location.

When to use it

  • Checking daily temperatures before planning outdoor activities or travel itineraries.
  • Monitoring severe weather alerts to adjust schedules or safety protocols.
  • Gathering climate data for agricultural planning or event logistics.
  • Comparing forecasts across multiple cities for business trip preparation.

Key capabilities

  • Real-time weather condition retrieval
  • Location-based forecasting
  • Temperature and precipitation reporting

Example prompts

  • "What is the current temperature in Tokyo?"
  • "Will it rain this afternoon in London?"
  • "Give me a 3-day weather forecast for New York."

Tips & gotchas

Ensure you specify a clear location name to get accurate results, as vague queries may return generic data. This skill relies on external weather services, so availability depends on the underlying API's coverage and current status.

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
chandima
Installs
54

🌐 Community

Passed automated security scans.