# AGENTS.md - Docker Hub CLI

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

## What it is

docker-hub-pp-cli is an agent-native command line tool for Docker Hub. Docker Hub public API. Search container images, browse tags, check sizes, inspect Dockerfiles, and explore the world's largest container registry. No authentication required for public repositories (rate limited to ~18 req/min).
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 docker-hub

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/docker-hub

## MCP server

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

## After install

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

## Links

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