How this command is triggered — by the user, by Claude, or both
Slash command
/chrome-driver:extract URL [--format=markdown|text|html] [--selector=CSS]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Content Extraction Extract content from a web page in various formats. Parse the user's request and run: Options: - `--format=FORMAT` - Output: markdown (default), text, html - `--selector="CSS"` - Extract specific element only - `--links` - Also list all links found - `--images` - Also list all images found - `--metadata` - Also show page metadata Examples: The extracted content is printed to stdout.
Extract content from a web page in various formats.
Parse the user's request and run:
${CLAUDE_PLUGIN_ROOT}/bin/extract URL [OPTIONS]
Options:
--format=FORMAT - Output: markdown (default), text, html--selector="CSS" - Extract specific element only--links - Also list all links found--images - Also list all images found--metadata - Also show page metadataExamples:
${CLAUDE_PLUGIN_ROOT}/bin/extract https://example.com
${CLAUDE_PLUGIN_ROOT}/bin/extract https://example.com --format=text
${CLAUDE_PLUGIN_ROOT}/bin/extract https://example.com --selector="article.main"
${CLAUDE_PLUGIN_ROOT}/bin/extract https://example.com --links --metadata
The extracted content is printed to stdout.
npx claudepluginhub joshuarweaver/cascade-web-research --plugin the-focus-ai-chrome-driver/scrapeExtracts structured data from a web page URL, producing readable text content or parsed lists/tables based on optional extraction instructions like API endpoints or pricing tiers.
/liberateExtracts content from a website or closed web platform into a WordPress-compatible WXR file for easy import.
/extractExtracts UI design patterns like spacing scales, radii, buttons, cards, and depth from TSX/JSX/Vue/Svelte files; generates .interface-design/system.md.
/extractExtracts design tokens, components, architecture, and PRDs from codebases or live products. Supports PDF page selection for large files.
/extractExtracts a complete design language from a URL — DTCG tokens, Tailwind config, Figma variables, motion, voice, and component patterns. Also supports grading, comparison, remixing, and packaging.
/extractExtracts functions, components, modules, hooks, or class methods from code into new units. Analyzes dependencies, replaces inline code with calls, updates imports, and verifies with tests.