with one click
zendriver-rs
zendriver-rs contains 4 collected skills from TurtIeSocks, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use for zendriver power features beyond a basic scrape โ network interception and tracker-blocking, live network monitoring, event-waiting (expect), multi-tab and iframe work, cookie/storage persistence across sessions, file upload/download, and capturing pages as PDF, MHTML, or screenshots.
Use when a page is blocked by an anti-bot wall โ Cloudflare Turnstile, Imperva/Incapsula, or DataDome โ to detect which wall it is and solve it so the underlying content loads.
Use when scraping, extracting, or reading content or data from a website with zendriver โ especially JS-rendered SPAs, bot-walled pages, or anything plain fetch/WebFetch can't reach. Covers the openโgotoโwaitโextract flow, surgical extraction, tool selection, and gotchas.
Use when adding or extending a tool in the zendriver-mcp crate โ exposing a zendriver `Tab`/`Browser`/`Frame`/`Element` API to MCP clients, creating a new `browser_*` tool, or changing a tool's input/output type. Triggers on edits under `crates/zendriver-mcp/src/tools/` or the `#[tool]` wrappers in `server.rs`. Keywords: rmcp, tool_router, JsonSchema, insta snapshot, coverage ledger, public_api, deny_unknown_fields, AckOutput.