# AGENTS.md - CoinGecko CLI

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

## What it is

coingecko-pp-cli is an agent-native command line tool for CoinGecko. CoinGecko public API for cryptocurrency data. Free tier, no API key required for basic endpoints.
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 coingecko

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/coingecko

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/coingecko
- Library page: https://printingpress.dev/library/payments/coingecko
- This file: https://printingpress.dev/documentation/coingecko/agents.md
