Google weather
Open-source Hermes Agent skills: real-time travel tools for AI agents — Google Places search, weather & live flight status
npx -y skills add shlomsh/hermes-travel-skills --skill google_weatherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Query real-time weather and conditions for any location using the Google Weather API.
SKILL.md
0.9 KB, as published. Nobody here has run it
Google Weather API Integration
Use this skill to fetch live weather conditions for any city, landmark, or location.
When to Use
- The user asks about the weather in a specific place (e.g., "What's the weather in Yosemite?").
- The user asks about temperature or whether to pack a coat/umbrella.
Usage
Run the script passing the location as arguments.
python google_weather.py lookup "Las Vegas"
Parsing the Output
The script automatically finds the GPS coordinates for the location and then fetches the live weather conditions, which are printed as JSON. Read the JSON output and provide a natural language summary to the user (e.g., "It's currently 75°F and sunny in Las Vegas!").