# AGENTS.md - OpenRouter CLI

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

## What it is

openrouter-pp-cli is an agent-native command line tool for OpenRouter. Inspect OpenRouter models, providers, credits, activity, and cost attribution with local caching and agent-friendly output.
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 openrouter

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/openrouter

## After install

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

## Links

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