Agent skill · software engineering · mvanhorn
pp-digitalocean
Printing Press CLI for Digitalocean.
Why this skill is useful
Adds executable commands for managing DigitalOcean resources that aren't available in public documentation.
What it needs
Requires digitalocean-pp-cli installed locally. About 10k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Digitalocean — Printing Press CLI Prerequisites: Install the CLI This skill drives the digitalocean-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: digitalocean-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Unique Capabilities These capabilities aren't available in any other tool for this API. Local state that compounds workflow archive — Sync DigitalOcean resources into a local SQLite store for offline inspection and repeatable agent workflows. Gives agents a durable local inventory before planning cloud changes. search — Search synced DigitalOcean data locally, with live/local source selection for agent-friendly retrieval. Lets agents locate relevant resources before choosing a narrower command. Operational summaries analytics — Summarize locally synced resource data with count and group-by operations. Turns resource listings into operational summaries an agent can reason about. tail — Poll selected resources and emit change events as NDJSON for shell and agent pipelines. Provides a safe one-shot or continuous change feed without bespoke scripts. Command Reference 1-clicks — Manage 1 clicks digitalocean-pp-cli 1-clicks create — Create digitalocean-pp-cli 1-clicks list — List account — Provides information about your current account. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/digitalocean