# AGENTS.md - Vercel CLI

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

## What it is

vercel-admin-pp-cli is an agent-native command line tool for Vercel. Agent-ready Vercel admin CLI for deployments, projects, domains, environment variables, teams, logs, and operator briefs.
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 vercel-admin

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/vercel-admin

## MCP server

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

## After install

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

## Links

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