# AGENTS.md - FAA Aircraft Registry CLI

You are being asked to install or use the FAA Aircraft Registry CLI from the Printing Press library.

## What it is

faa-registry-pp-cli is an agent-native command line tool for FAA Aircraft Registry. Every FAA aircraft lookup the registry website offers, plus a daily-synced offline copy of the entire US registry that unlocks fleet reports, hex decoding, ownership history, and expiration alerts no other tool has.
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 faa-registry

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-faa-registry --force

OpenClaw:

    clawhub install printing-press-library/faa-registry

## MCP server

This CLI ships an MCP server (faa-registry-pp-mcp) with 9 tools. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/faa-registry
- Library page: https://printingpress.dev/library/travel/faa-registry
- This file: https://printingpress.dev/documentation/faa-registry/agents.md
