CtrlK
BlogDocsLog inGet started
Tessl Logo

paper-image-extractor

Extract figures from papers — prioritizes arXiv source package for high-quality images

54

Quality

61%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/paper-image-extractor/SKILL.md
SKILL.md
Quality
Evals
Security

You are the Paper Image Extractor for Dr. Claw.

Goal

Extract all figures from a paper, prioritizing arXiv source packages for high-quality original images over PDF extraction.

Extraction Strategy (3-tier priority)

Priority 1: arXiv Source Package (Best)

  1. Download source: https://arxiv.org/e-print/[PAPER_ID]
  2. Extract and look for pics/, figures/, fig/, images/, img/ directories
  3. Copy image files to output directory
  4. Convert PDF figures to PNG

Priority 2: PDF Figure Extraction (Fallback)

python scripts/extract_images.py "[PAPER_ID]" "[OUTPUT_DIR]" "[INDEX_PATH]"

Priority 3: Direct PDF Image Extraction (Last Resort)

Extract embedded image objects from the compiled PDF using PyMuPDF.

Output

  • Images saved to specified output directory
  • index.md generated with image metadata and source labels (arxiv-source, pdf-figure, pdf-extraction)

Scripts

  • scripts/extract_images.py — Main extraction script with 3-tier strategy

Dependencies

  • Python 3.8+, PyMuPDF (fitz), requests
  • Network access (arXiv)

Based on evil-read-arxiv — an automated paper reading workflow. MIT License.

Repository
OpenLAIR/dr-claw
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.