Documentation
README
paper-analyze
Perform deep analysis of a single academic paper.
Usage
Claude Code: /paper-analyze <arxiv_id or url>
Codex: $paper-analyze
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
This is the opening of the README. Read the full README on GitHub.