# AGENTS.md - Scrape.do CLI

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

## What it is

scrape-do-pp-cli is an agent-native command line tool for Scrape.do. The first CLI for Scrape-do with Google SERP scraping plus a credit and concurrency governor
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 scrape-do

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/scrape-do

## MCP server

This CLI ships an MCP server (scrape-do-pp-mcp) with 1 tool. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

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