Weather

🌐Community
by jinfanzheng · vlatest · Repository

This "Weather" skill provides current weather data and forecasts for any location, useful for planning activities or understanding local 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 jinfanzheng-weather npx -- -y @trustedskills/jinfanzheng-weather
2

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

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

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

About This Skill

What it does

This skill provides current weather information. It can retrieve data including temperature, conditions (e.g., sunny, rainy), and humidity. The skill is built using kode-sdk-csharp.

When to use it

  • Planning a day trip: "What's the weather going to be like in Denver tomorrow?"
  • Deciding what to wear: "Should I bring an umbrella today?"
  • Checking conditions for outdoor activities: "Is it safe to go hiking with this humidity?"
  • Getting a quick overview of current weather: “What’s the temperature in London right now?”

Key capabilities

  • Retrieves current weather data.
  • Provides temperature readings.
  • Reports weather conditions (e.g., sunny, rainy).
  • Includes humidity information.

Example prompts

  • "What's the weather like in Seattle?"
  • "Tell me the temperature and conditions for New York City."
  • “What’s the humidity in Tokyo?”

Tips & gotchas

The skill relies on an external weather data source, so accuracy depends on that source. Ensure your AI agent has internet access to utilize this skill effectively.

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
jinfanzheng
Installs
22

🌐 Community

Passed automated security scans.