# AGENTS.md - Air Quality CLI

You are being asked to install or use the Air Quality CLI from the Printing Press library.

## What it is

air-quality-pp-cli is an agent-native command line tool for Air Quality. Source-aware air-quality recipes for OpenAQ v3 measurements, nearby monitor discovery, point comparison, and AirNow AQI setup/observations.
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 air-quality

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-air-quality --force

OpenClaw:

    clawhub install printing-press-library/air-quality

## After install

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

## Links

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