Agent skill · software engineering · mvanhorn
pp-firecrawl
Printing Press CLI for Firecrawl. API for interacting with Firecrawl services to perform web scraping and crawling tasks.
Why this skill is useful
Adds executable commands for web scraping and crawling tasks that provide capabilities not covered in general programming knowledge.
What it needs
Requires firecrawl-pp-cli installed locally. About 5k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Firecrawl — Printing Press CLI Prerequisites: Install the CLI This skill drives the firecrawl-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: firecrawl-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Command Reference batch — Manage batch firecrawl-pp-cli batch cancel-scrape — Cancel a batch scrape job firecrawl-pp-cli batch get-scrape-errors — Get the errors of a batch scrape job firecrawl-pp-cli batch get-scrape-status — Get the status of a batch scrape job firecrawl-pp-cli batch scrape-and-extract-from-urls — Scrape multiple URLs and optionally extract information using an LLM crawl — Manage crawl firecrawl-pp-cli crawl cancel — Cancel a crawl job firecrawl-pp-cli crawl get-active — Get all active crawls for the authenticated team firecrawl-pp-cli crawl get-status — Get the status of a crawl job firecrawl-pp-cli crawl urls — Crawl multiple URLs based on options deep-research — Manage deep research firecrawl-pp-cli deep-research get-status — Get the status and results of a deep research operation firecrawl-pp-cli deep-research start — Start a deep research operation on a query extract — Manage extract firecrawl-pp-cli extract data — Extract structured data from pages using LLMs firecrawl-pp-cli extract get-status — Get the status of an extract job firecrawl-search — Manage firecrawl search firecrawl-pp-cli firecrawl-search — Search and optionally scrape searc …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/firecrawl