Q Screenshots banner
assafkip assafkip

Q Screenshots

Development community

Description

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:

Installation

Installs to ~/.claude/skills/assafkip-huntkit-q-screenshots/SKILL.md

Terminal
mkdir -p ~/.claude/skills/assafkip-huntkit-q-screenshots && curl -fsSL https://raw.githubusercontent.com/assafkip/huntkit/HEAD/commands/q-screenshots.md -o ~/.claude/skills/assafkip-huntkit-q-screenshots/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository