# AGENTS.md - DigitalOcean CLI

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

## What it is

digitalocean-pp-cli is an agent-native command line tool for DigitalOcean. Manage DigitalOcean Droplets, Kubernetes, databases, firewalls, networking, billing, and other cloud resources from the terminal.
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 digitalocean

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/digitalocean

## MCP server

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

## After install

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

## Links

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