Weather

🌐Community
by aws-samples · vlatest · Repository

Provides AWS guidance and assistance for deploying and managing cloud infrastructure.

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

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

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

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

About This Skill

What it does

This skill provides access to weather data. It allows agents to retrieve current weather conditions and forecasts for specified locations. The skill is provided by AWS Samples as part of their sample strands agent with AgentCore.

When to use it

  • A user asks, "What's the weather like in London?"
  • An agent needs to determine if a planned outdoor event should be rescheduled due to rain.
  • A travel application requires current temperature and conditions for a destination city.
  • A smart home system wants to adjust thermostat settings based on upcoming weather forecasts.

Key capabilities

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

Example prompts

  • "What's the weather in New York City?"
  • "Give me the forecast for tomorrow in Paris."
  • "Is it raining in Tokyo right now?"

Tips & gotchas

This skill relies on external data sources, so availability and accuracy depend on those services. Ensure your agent has appropriate error handling to manage potential issues with the weather data retrieval process.

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
aws-samples
Installs
21

🌐 Community

Passed automated security scans.