# AGENTS.md - arXiv CLI

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

## What it is

arxiv-pp-cli is an agent-native command line tool for arXiv. Public Atom API for searching and fetching arXiv e-print metadata.
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 arxiv

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/arxiv

## MCP server

This CLI ships an MCP server (arxiv-pp-mcp) with 1 tool. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

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