Agent skill · software engineering · mvanhorn

pp-godaddy

Printing Press CLI for GoDaddy. Combined CLI for multiple API services

Why this skill is useful

Adds specific commands for managing GoDaddy services that the AI wouldn't reliably generate on its own.

What it needs

Requires godaddy-pp-cli installed locally. About 8k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

GoDaddy — Printing Press CLI Prerequisites: Install the CLI This skill drives the godaddy-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: godaddy-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. Command Reference abuse — Manage abuse godaddy-pp-cli abuse create-ticket — Create a new abuse ticket godaddy-pp-cli abuse create-ticket-v2 — Create a new abuse ticket godaddy-pp-cli abuse get-ticket-info — Return the abuse ticket data for a given ticket id godaddy-pp-cli abuse get-ticket-info-v2 — Return the abuse ticket data for a given ticket id godaddy-pp-cli abuse get-tickets — List all abuse tickets ids that match user provided filters godaddy-pp-cli abuse get-tickets-v2 — List all abuse tickets ids that match user provided filters aftermarket — Manage aftermarket godaddy-pp-cli aftermarket add-expiry-listings — Add expiry listings into GoDaddy Auction godaddy-pp-cli aftermarket delete-listings — Remove listings from GoDaddy Auction agents — Manage agents godaddy-pp-cli agents get — Retrieves detailed information about a registered agent godaddy-pp-cli agents get-events — Returns a paginated, strictly ordered list of ANS events. godaddy-pp-cli agents register — Registers a new agent with the Agent Name Service. Supports three registration flows: 1. godaddy-pp-cli agents resolve-ansname — Resolves an ANSName to an actionable endpoint reference. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/godaddy

View the source on GitHub

Browse the @skills marketplace