Agent skill · software engineering · mvanhorn
pp-vercel-admin
Printing Press CLI for Vercel Admin. Vercel combines the best developer experience with an obsessive focus on end-user performance.
Why this skill is useful
Adds specific commands and workflows for managing Vercel projects that the AI wouldn't reliably generate on its own.
What it needs
Requires vercel-admin-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
Vercel Admin — Printing Press CLI Prerequisites: Install the CLI This skill drives the vercel-admin-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: vercel-admin-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). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: 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. Vercel combines the best developer experience with an obsessive focus on end-user performance. Our platform enables frontend teams to do their best work. Command Reference access-groups — Manage access groups vercel-admin-pp-cli access-groups create — Allows to create an access group vercel-admin-pp-cli access-groups delete — Allows to delete an access group vercel-admin-pp-cli access-groups list — List access groups for a team, project or member vercel-admin-pp-cli access-groups read — Allows to read an access group vercel-admin-pp-cli access-groups update — Allows to update an access group metadata aliases — Manage aliases vercel-admin-pp-cli aliases delete-alias — Delete an Alias with the specified ID. vercel-admin-pp-cli aliases get-alias — Retrieves an Alias for the given host name or alias ID. vercel-admin-pp-cli aliases list — Retrieves a list of aliases for the authenticated User or Team. artifacts — Manage artifacts vercel-admin-pp-cli artifacts download — Downloads a cache artifact indentified by its hash specified on the request path. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/vercel-admin