# AGENTS.md - Apache Airflow Admin CLI

You are being asked to install or use the Apache Airflow Admin CLI from the Printing Press library.

## What it is

airflow-admin-pp-cli is an agent-native command line tool for Apache Airflow Admin. Read-first Apache Airflow operations CLI for DAG inventory, DAG run history, task instance inspection, pool capacity, metadata sync, search, and runtime health checks.
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 airflow-admin

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-airflow-admin --force

OpenClaw:

    clawhub install printing-press-library/airflow-admin

## MCP server

This CLI ships an MCP server (airflow-admin-pp-mcp) with 16 tools. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/airflow-admin
- Library page: https://printingpress.dev/library/developer-tools/airflow-admin
- This file: https://printingpress.dev/documentation/airflow-admin/agents.md
