# AGENTS.md - Flight GOAT CLI

You are being asked to install or use the Flight GOAT CLI from the Printing Press library.

## What it is

flight-goat-pp-cli is an agent-native command line tool for Flight GOAT. Search Google Flights, scan Kayak long-haul routes, and join FlightAware AeroAPI reliability, alerts, and tracking from one CLI.
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 flight-goat

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/flight-goat

## MCP server

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

## After install

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

## Links

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