# AGENTS.md - Safari History CLI

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

## What it is

safari-history-pp-cli is an agent-native command line tool for Safari History. Reverse-engineered from the hand-built safari-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 safari-history

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/safari-history

## MCP server

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

## After install

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

## Links

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