Agent skill
paper-analyze
Deep analysis of a single paper with figure extraction from arXiv source
Install this agent skill to your Project
npx add-skill https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/paper-analyze
SKILL.md
/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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
experiment-status
Check status of running autonomous experiment loops
conf-search
Search papers from top AI/ML conferences
auto-experiment
Launch an autonomous THINK→EXECUTE→REFLECT experiment loop on a GPU project
obsidian-sync
Refresh Obsidian dashboard and daily notes from current experiment state
gpu-monitor
Check GPU status, running experiments, and available resources
progress-report
Generate structured research progress reports
Didn't find tool you were looking for?