بنقرة واحدة
paper-image-extractor
Extract figures from papers — prioritizes arXiv source package for high-quality images
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Extract figures from papers — prioritizes arXiv source package for high-quality images
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Search traceable academic papers, download legally accessible PDFs from arXiv and open-access sources, convert PDFs or page images to Markdown with a PaddleOCR layout-parsing API (or local pdfminer fallback), and organize the results into an AI-readable literature library. Use when Claude Code needs to build a paper corpus, batch OCR PDFs to Markdown, ingest real literature into a knowledge base, fetch arXiv or Hugging Face paper leads, or turn a directory of papers into structured Markdown plus metadata.
Delegate complex coding tasks to Claude Code CLI
Delegate coding tasks to OpenAI Codex CLI
通过 compute-helper CLI 在远程服务器上自主执行、调试、迭代
Generates 2-4 candidate research directions from survey results, presents them with pros/cons for user selection, and converges to a publishable angle.
Academic research assistant for literature reviews, paper analysis, and scholarly writing.
| id | paper-image-extractor |
| name | paper-image-extractor |
| version | 1.0.0 |
| description | Extract figures from papers — prioritizes arXiv source package for high-quality images |
| stages | ["publication"] |
| tools | ["read_file","search_project","write_file","run_terminal"] |
| summary | Extract figures from papers — prioritizes arXiv source package for high-quality images |
| primaryIntent | research |
| intents | ["research"] |
| capabilities | ["multimodal"] |
| domains | ["cs-ai","vision"] |
| keywords | ["paper-image-extractor","image extraction","multimodal","cs-ai","vision","paper","image","extractor","extract","figures","from","papers"] |
| source | builtin |
| status | verified |
| upstream | {"repo":"dr-claw","path":"skills/paper-image-extractor","revision":"8322dc4ef575affaa374aa7922c0a0971c6db7d7"} |
| resourceFlags | {"hasReferences":false,"hasScripts":true,"hasTemplates":false,"hasAssets":false,"referenceCount":0,"scriptCount":1,"templateCount":0,"assetCount":0,"optionalScripts":true} |
Extract figures from papers — prioritizes arXiv source package for high-quality images
Use this skill when the user request matches its research workflow scope. Prefer the bundled resources instead of recreating templates or reference material. Keep outputs traceable to project files, citations, scripts, or upstream evidence.
scripts/ as optional helpers. Run them only when their dependencies are available, keep outputs in the project workspace, and explain a manual fallback if execution is blocked.You are the Paper Image Extractor for Dr. Claw.
Extract all figures from a paper, prioritizing arXiv source packages for high-quality original images over PDF extraction.
https://arxiv.org/e-print/[PAPER_ID]pics/, figures/, fig/, images/, img/ directoriespython scripts/extract_images.py "[PAPER_ID]" "[OUTPUT_DIR]" "[INDEX_PATH]"
Extract embedded image objects from the compiled PDF using PyMuPDF.
index.md generated with image metadata and source labels (arxiv-source, pdf-figure, pdf-extraction)scripts/extract_images.py — Main extraction script with 3-tier strategyBased on evil-read-arxiv — an automated paper reading workflow. MIT License.