From zendriver
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zendriver:advancedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reference for capabilities the always-on `scraping` skill leaves out. Pull the section you
Reference for capabilities the always-on scraping skill leaves out. Pull the section you
need; skip the rest.
browser_screenshot — viewport or full-page PNG.browser_pdf — print-to-PDF of the current page.browser_save_mhtml — single-file MHTML archive (DOM + resources).browser_get_links — every link on the page.browser_intercept_add_rule — block, redirect, or modify matching requests.browser_intercept_list_rules / browser_intercept_remove_rule / browser_intercept_clear_rules.browser_monitor_start → browser_monitor_read → browser_monitor_stop — observe
requests/responses as they happen (find the JSON API behind a page, watch XHR/fetch).browser_expect_register → browser_expect_await (browser_expect_cancel to drop) —
wait for a specific navigation/request/response/download instead of a blind sleep. Ideal
for "click submit, then wait for the POST to complete".browser_tab_new / browser_tab_list / browser_tab_switch / browser_tab_activate /
browser_tab_close — multi-tab flows.browser_frame_list / browser_frame_goto — drive content inside iframes.browser_cookies_get/set/delete/clear and browser_storage_get/set/delete/clear.browser_cookies_persist — keep a logged-in session across runs (set a download/profile
path as needed). Treat saved cookies as secrets.browser_upload — attach a file to an <input type=file>.browser_download / browser_set_download_path — capture downloads to a known dir.browser_set_user_agent, browser_set_stealth_profile — only when a site needs a specific
identity; the defaults are already stealthy.browser_request — issue a raw HTTP request through the browser context (reuses cookies).browser_install_chrome — fetch Chrome explicitly (normally automatic on first open).npx claudepluginhub turtiesocks/zendriver-rs --plugin zendriverGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.