# AGENTS.md - Domain Goat CLI

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

## What it is

domain-goat-pp-cli is an agent-native command line tool for Domain Goat. Identify domains worth buying — across RDAP, WHOIS, and Porkbun pricing — without ever leaving the terminal.
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 domain-goat

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/domain-goat

## MCP server

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

## After install

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

## Links

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