# AGENTS.md - Notion CLI

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

## What it is

notion-pp-cli is an agent-native command line tool for Notion. Every Notion database queryable offline — cross-workspace SQL joins, stale detection, and relation graph traversal...
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 notion

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/notion

## MCP server

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

## After install

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

## Links

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