Weather Fetcher
The Weather Fetcher retrieves current weather data for any location, providing instant insights and useful information.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add weather-fetcher npx -- -y @trustedskills/weather-fetcher
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"weather-fetcher": {
"command": "npx",
"args": [
"-y",
"@trustedskills/weather-fetcher"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The weather-fetcher skill enables AI agents to retrieve current and forecasted weather data for specific locations, integrating real-time environmental conditions into automated workflows. It connects directly to weather APIs to provide accurate temperature, precipitation, and condition details without manual lookup.
When to use it
- Plan outdoor activities or travel itineraries by checking forecasts before departure.
- Adjust HVAC settings or irrigation schedules in smart home automation based on predicted rain.
- Monitor severe weather alerts to trigger safety protocols or send notifications to teams.
- Gather localized climate data for agricultural planning or event logistics coordination.
Key capabilities
- Fetches real-time current weather conditions for any specified city or coordinates.
- Retrieves short-term and extended forecast predictions including temperature trends.
- Integrates seamlessly with agent workflows to automate decision-making based on weather inputs.
Example prompts
- "Check the weather in Tokyo for the next three days and summarize any rain alerts."
- "If it's going to rain in London tomorrow, remind me to reschedule the outdoor meeting."
- "Get the current temperature and humidity in New York City and suggest outfit options."
Tips & gotchas
Ensure you specify a clear location name or coordinates for accurate results; vague queries may return default regional data. The skill relies on external API availability, so delays or outages could temporarily affect response times.
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.