Auto-deep-researcher-24x7 paper-analyze
Deep analysis of a single paper with figure extraction from arXiv source
install
source · Clone the upstream repo
git clone https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7 "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/paper-analyze" ~/.claude/skills/xiangyue-zhang-auto-deep-researcher-24x7-paper-analyze && rm -rf "$T"
manifest:
skills/paper-analyze/SKILL.mdsource content
/paper-analyze
Perform deep analysis of a single academic paper.
Usage
/paper-analyze <arxiv_id or url>
Behavior
- Fetch paper metadata from arXiv API
- Attempt to download arXiv source package (.tar.gz)
- Extract actual figures from source (not screenshots)
- Read the full paper (PDF if source unavailable)
- Generate structured analysis
Figure Extraction
Priority order:
- arXiv source package → extract .png/.jpg/.pdf figures
- PDF extraction as fallback
- Name files with arxiv_id prefix to avoid collisions
Output Format
# [Paper Title] **arXiv**: [id] | **Authors**: ... | **Year**: ... ## Problem What specific problem does this paper address? ## Motivation Why is this problem important? What gap exists? ## Method Detailed technical approach with key equations/algorithms.  ## Experiments - Datasets, baselines, metrics - Key results table - Ablation findings ## Insights - What can we learn and apply? - Strengths and limitations - Connections to our research