Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Claude Code plugin

The zendriver Claude Code plugin bundles the MCP server with skills, commands, and a subagent so Claude can drive zendriver effectively out of the box.

Install

claude plugin marketplace add TurtIeSocks/zendriver-rs
claude plugin install zendriver@zendriver-rs
/zendriver:setup

/zendriver:setup provisions the zendriver-mcp binary — choose:

  • prebuilt — download the matching binary from the latest zendriver-mcp-v* GitHub release (checksum-verified). No Rust toolchain.
  • sourcecargo install zendriver-mcp (compile the public source yourself).
  • link — reuse a zendriver-mcp already on your PATH.

Restart the session afterward. Chrome is fetched automatically on first use.

What's included

KindItems
MCP serverthe full zendriver browser tool surface
Skillsscraping (canonical playbook), bypass (anti-bot walls), advanced (interception/monitor/capture/sessions)
Commands/zendriver:setup, /zendriver:scrape <url> [goal], /zendriver:extract <url> <schema>
Subagentzendriver-scraper

How it fits together

The scraping skill is the single source of truth for "how to scrape well"; the commands and the subagent both follow it. The subagent runs jobs in its own context so big extractions don't fill the main thread.

Responsible use

Authorized access only — your own sites, permitted content, authorized testing, research. Respect rate limits and site terms.