# AGENTS.md - Namecheap CLI

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

## What it is

namecheap-pp-cli is an agent-native command line tool for Namecheap. Manage Namecheap domains, DNS, contacts, pricing, account balances, TLDs, and SSL metadata through a JSON-friendly XML API wrapper.
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 namecheap

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/namecheap

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/namecheap
- Library page: https://printingpress.dev/library/developer-tools/namecheap
- This file: https://printingpress.dev/documentation/namecheap/agents.md
