# AGENTS.md - Mixlayer CLI

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

## What it is

mixlayer-pp-cli is an agent-native command line tool for Mixlayer. Privacy-first Mixlayer CLI for OpenAI-compatible chat, local PII redaction and vaulting, reasoning-aware model ladders, live model catalog refresh, and ledger-backed cost proofs.
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 mixlayer

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/mixlayer

## MCP server

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

## After install

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

## Links

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