From huntkit
Captures full-page PDF screenshots of all URLs found in a report or document file, then appends a screenshot appendix to the source file.
How this command is triggered — by the user, by Claude, or both
Slash command
/huntkit:q-screenshotsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Capture full-page PDF screenshots of all URLs referenced in a report or brief. Arguments: $ARGUMENTS (path to the target file, or omit to use the most recent file in the active case's output/) ## Steps 1. Read the target file 2. Extract all URLs from the document (links, references, appendix citations) 3. Deduplicate and filter: - Skip internal file paths - Skip mailto: links - Skip URLs that are clearly API endpoints (not human-readable pages) 4. For each URL, use Chrome MCP to: - Navigate to the URL - Wait for page load - Use the GO FULL PAGE Chrome extension to captu...
Capture full-page PDF screenshots of all URLs referenced in a report or brief.
Arguments: $ARGUMENTS (path to the target file, or omit to use the most recent file in the active case's output/)
screenshots/ subfolder in the same directory as the target filescreenshot-{domain}-{slug}.pdfscreenshots/ directory alongside the report with all captured PDFsIf Chrome MCP is unavailable or a page fails to load:
npx claudepluginhub assafkip/huntkit/screenshotTakes a screenshot of a URL or document and reads the visual content, cropping if text is too small.
/generate-pdfGenerates a professional PDF audit report from completed findings, converting HTML to PDF via a Python script.
/screenshotCaptures screenshots of web app pages across desktop, tablet, and mobile viewports using Playwright, organized by viewport with an index.html report.
/openOpens a PDF in the interactive viewer from a local path, arXiv link, or URL. Lists available PDFs if no path provided.
/app-docsGenerates user documentation with screenshots from a running app at configurable depths: quick (10 screenshots), standard (30 full guide), thorough (80+ comprehensive), or exhaustive (150+ publishable suite).