用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/OpenLAIR/dr-claw --skill paper-image-extractor命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Autonomous Goal-directed Iteration. Apply Karpathy's autoresearch principles to ANY task. Loops autonomously — modify, verify, keep/discard, repeat. 9 subcommands: plan, debug, fix, security, ship, scenario, predict, learn.
Apply the 21 prose rules from "The Elements of Agent Style" — 12 canonical rules (Strunk, Orwell, Pinker) plus 9 field-observed AI-output patterns. Use when the user says "writing style", "agent style", "apply style rules", "style review", "check my prose", or explicitly invokes /writing-style with an optional draft to revise. For detecting and rewriting AI-specific tells (symbolism inflation, promotional vocabulary, rule of three), prefer /inno-humanizer.
Dr. Claw workspace skill for project lookup, session inspection, TaskMaster progress, OpenClaw structured schema, and event-driven reporting
基于 SOC 职业分类
正在显示 SKILL.md
| name | paper-image-extractor |
| description | Extract figures from papers — prioritizes arXiv source package for high-quality images |
| allowed-tools | Read, Write, Bash |
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.