Weather Query

🌐Community
by vikiboss · vlatest · Repository

Get current weather conditions, forecasts, and alerts for any location using Vikiboss's weather-query skill.

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

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

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

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

About This Skill

The weather-query skill enables AI agents to retrieve current and forecasted weather data for specific locations, allowing them to provide timely environmental updates. It supports dynamic location targeting and delivers structured meteorological information directly within the agent's response.

When to use it

  • An agent needs to advise a user on whether to bring an umbrella before they leave the house.
  • A travel assistant checks upcoming conditions for a planned outdoor hiking trip next weekend.
  • An event coordinator verifies weather forecasts to confirm if an outdoor concert should proceed as scheduled.
  • A daily briefing bot includes temperature and precipitation chances in its morning summary.

Key capabilities

  • Fetches real-time current weather conditions for any specified city or coordinates.
  • Provides short-term and extended forecast data including temperature ranges and weather types.
  • Returns structured output suitable for integration into conversational responses or dashboards.

Example prompts

  • "What is the weather like in Tokyo right now?"
  • "Will it rain in London this weekend?"
  • "Give me a 7-day forecast for New York City."

Tips & gotchas

Ensure the AI agent specifies a clear location name or coordinates to avoid ambiguous results. This skill relies on external data sources, so availability may vary based on network access and regional coverage limits of the underlying weather API.

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
vikiboss
Installs
124

🌐 Community

Passed automated security scans.