# AGENTS.md - Firecrawl CLI

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

## What it is

firecrawl-pp-cli is an agent-native command line tool for Firecrawl. API for interacting with Firecrawl services to perform web scraping and crawling tasks.
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 firecrawl

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/firecrawl

## MCP server

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

## After install

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

## Links

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