npx claudepluginhub joshuarweaver/cascade-web-research --plugin the-focus-ai-chrome-driverURL [--format=markdown|text|html] [--selector=CSS]# 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.
/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, live products, or PDFs. Prompts for page selection on large PDFs.
/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.
/extractExtracts text from PDF files or directories to Markdown (or TXT) using a multi-backend system with CLI options like --backends and --format.
/extractExtract and consolidate reusable components, design tokens, and patterns into your design system. Identifies opportunities for systematic reuse and enriches your component library.
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.