# AGENTS.md - Open-Meteo + NWS CLI

You are being asked to install or use the Open-Meteo + NWS CLI from the Printing Press library.

## What it is

weather-goat-pp-cli is an agent-native command line tool for Open-Meteo + NWS. Weather forecasts, severe weather alerts, air quality, and GO/CAUTION/STOP activity verdicts for walk, bike, hike, commute, and drive
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install weather-goat

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-weather-goat --force

OpenClaw:

    clawhub install printing-press-library/weather-goat

## MCP server

This CLI ships an MCP server (weather-goat-pp-mcp) with 5 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call weather-goat-pp-cli from the shell, or use the /pp-weather-goat skill inside an agent.
Run weather-goat-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/weather-goat
- Library page: https://printingpress.dev/library/other/weather-goat
- This file: https://printingpress.dev/documentation/weather-goat/agents.md
