visual-scrape

Installation
SKILL.md

Extract visuals from a PDF book and contextualize them: $ARGUMENTS

$ARGUMENTS should be a path to a PDF file. Optionally include:

  • --pages 1-50 to limit to a page range
  • --vectors to also capture vector diagrams (rendered as full-page PNGs)
  • --output-dir path/to/dir to control where images land

If no arguments are given, ask the user for the PDF path.


Step 1 — Extract Images

Run the Python extraction script:

python3 /Users/joshuashepherd/Desktop/Dev/repos/movemental-content-studio/.claude/skills/visual-scrape/extract_visuals.py "<pdf_path>" [flags]
Installs
2
GitHub Stars
1
First Seen
Jun 4, 2026
visual-scrape — joshuashepherd/my-skills