# AGENTS.md - Nylas CLI

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

## What it is

nylas-pp-cli is an agent-native command line tool for Nylas. Every Nylas API, plus a local SQLite mirror, cross-grant search, and confirm-by-hash sending no other Nylas tool has.
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 nylas

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/nylas

## MCP server

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

## After install

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

## Links

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