Weather
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.
Run in terminal (recommended)
claude mcp add chandima-weather npx -- -y @trustedskills/chandima-weather
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.