# Weather Reporter

> Query current weather and forecast data from OpenWeatherMap API. Use when the user asks about weather, temperature, forecast, humidity, wind, or precipitation for any location.

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

## Install

```sh
agentstack add skill-agenthatch-agenthatch-weather-reporter
```

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

## About

# Weather Reporter

Query weather data from OpenWeatherMap API.

## Quick Start

```bash
curl -s "https://api.openweathermap.org/data/2.5/weather?q=${CITY}&appid=${OPENWEATHER_API_KEY}&units=metric" | jq .
```

## Workflow

1. Extract city name from user query
2. Call the API with `scripts/query_weather.sh `
3. Parse JSON response and format as human-readable text
4. For forecasts, use `scripts/forecast_weather.sh  `

## Output Format

```
Weather in {city}, {country}:
  Temperature: {temp}°C (feels like {feels_like}°C)
  Condition: {description}
  Humidity: {humidity}%
  Wind: {wind_speed} m/s
```

## Gotchas

- City names with spaces must be URL-encoded (e.g., "New York" → "New%20York")
- The free API tier limits to 60 calls/min
- Always specify `units=metric` unless user explicitly requests imperial

## Source & license

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

- **Author:** [agenthatch](https://github.com/agenthatch)
- **Source:** [agenthatch/agenthatch](https://github.com/agenthatch/agenthatch)
- **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:** yes
- **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-agenthatch-agenthatch-weather-reporter
- Seller: https://agentstack.voostack.com/s/agenthatch
- 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%.
