# Google Weather

> Query real-time weather and conditions for any location using the Google Weather API.

- **Type:** Skill
- **Install:** `agentstack add skill-shlomsh-hermes-travel-skills-google-weather`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [shlomsh](https://agentstack.voostack.com/s/shlomsh)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [shlomsh](https://github.com/shlomsh)
- **Source:** https://github.com/shlomsh/hermes-travel-skills/tree/main/skills/google_weather

## Install

```sh
agentstack add skill-shlomsh-hermes-travel-skills-google-weather
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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.

```bash
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!").

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [shlomsh](https://github.com/shlomsh)
- **Source:** [shlomsh/hermes-travel-skills](https://github.com/shlomsh/hermes-travel-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-shlomsh-hermes-travel-skills-google-weather
- Seller: https://agentstack.voostack.com/s/shlomsh
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
