# AGENTS.md - Chrome History CLI

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

## What it is

chrome-history-pp-cli is an agent-native command line tool for Chrome History. Reverse-engineered from the hand-built chrome-history-pp-cli command/data shape
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 chrome-history

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/chrome-history

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/chrome-history
- Library page: https://printingpress.dev/library/productivity/chrome-history
- This file: https://printingpress.dev/documentation/chrome-history/agents.md
