Documentation

AgentPool CLI

agentpool-pp-cli

Install

npx -y @mvanhorn/printing-press-library install agentpool

Installs the CLI binary and the agent skill for Claude Code, Codex, Cursor, Gemini CLI, Copilot, and more. Add --cli-only or --skill-only for one half. Requires Node.

Documentation

Stop hitting the usage limit in the one coding agent you are currently using. AgentPool surfaces coding-agent subscription usage/capacity signals and lets an agent explicitly delegate work to a chosen provider/model with headroom. It is a control plane for your subscription pool, not an auto-router.

agentpool-pp-cli is the Printing Press companion for the official AgentPool CLI. It gives catalog users a predictable onboarding, diagnostics, usage, skill, and MCP-config surface while the real agentpool binary remains the source of truth.

Quick Start

Install the official AgentPool CLI first:

uv tool install agentpool-cli

Then use the Printing Press wrapper:

agentpool-pp-cli doctor
agentpool-pp-cli usage
agentpool-pp-cli skill
agentpool-pp-cli mcp-config
agentpool-pp-cli exec preferences

What This Adds

  • Catalog-native discovery and install/upgrade guidance for AgentPool.
  • Privacy-safe prerequisite checks via agentpool doctor --privacy.
  • Agent-readable capacity signals via agentpool usage-summary --json.
  • Version-matched agent guidance via agentpool skills get agentpool.
  • MCP host configuration generated by the official AgentPool CLI.
  • Pass-through access to future AgentPool commands through exec.

Facade Boundary

This wrapper does not implement AgentPool provider detection, usage parsing, SQLite state, session lifecycle, MCP tools, model catalogs, ranking, credential storage, merge/push behavior, or provider=auto. Those stay in the official AgentPool CLI so Printing Press users always experience the current upstream behavior and safety rules.

For agents: pass /documentation/agentpool/agents.md to install this CLI from a prompt.