# AGENTS.md - 1Password Agent Secrets CLI

You are being asked to install or use the 1Password Agent Secrets CLI from the Printing Press library.

## What it is

1password-pp-cli is an agent-native command line tool for 1Password Agent Secrets. Agent-safe command layer over the official 1Password CLI and SDK service-account workflows.
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 1password

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/1password

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/1password
- Library page: https://printingpress.dev/library/auth/1password
- This file: https://printingpress.dev/documentation/1password/agents.md
