# AGENTS.md - Salesloft Read CLI

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

## What it is

salesloft-pp-cli is an agent-native command line tool for Salesloft Read. Read-first Salesloft API surface for agent workflows, based on the public Salesloft v2 developer documentation.
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 salesloft

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/salesloft

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/salesloft
- Library page: https://printingpress.dev/library/sales-and-crm/salesloft
- This file: https://printingpress.dev/documentation/salesloft/agents.md
