원클릭으로
paper-parser
Parse PDF papers into structured Markdown/JSON using MinerU's precision extraction API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Parse PDF papers into structured Markdown/JSON using MinerU's precision extraction API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Beamer LaTeX slide workflow: create, compile, review, and polish academic presentations. Use this skill whenever the user works on Beamer .tex slide decks, or asks to create slides, make a presentation, prepare a lecture, build a talk, or generate Beamer slides from a paper. Covers: creation, editing, compilation, proofreading, visual audit, pedagogical review, TikZ diagrams, figure extraction, and comprehensive quality checks. Trigger on: beamer, slides, lecture, presentation, seminar talk, conference talk, defense slides, tikz, compile latex, proofread slides, slide review, 讨论班, 论文讲解. Do NOT trigger on: powerpoint, pptx, PPT, 做PPT — use the powerpoint-slides skill instead.
Compare reproduced results against paper-reported values. Generate Markdown/JSON/Beamer reports.
Deep analysis of ML source code repositories — AST call graphs, training loop dissection, reproducibility scoring.
Generate implementation code scaffolding from paper descriptions when no source code exists.
Convert LaTeX math formulas from papers into executable PyTorch/NumPy code.
Automate paper reproduction on remote GPU servers via mcp-ssh, using code-analyzer's reports.
| name | paper-parser |
| description | Parse PDF papers into structured Markdown/JSON using MinerU's precision extraction API. |
Parse PDF papers into structured data (Markdown, images, tables, formulas) using MinerU's precision API. This is the third step in the paper reproduction pipeline.
On first use, the user needs to provide their MinerU API token:
set MINERU_TOKEN=<token> (Windows) or export MINERU_TOKEN=<token> (Linux/Mac)The PDF should have been downloaded by paper-downloader, typically at:
workspace/<paper-slug>/paper/paper.pdf
python skills/paper-parser/parse_paper.py workspace/<paper-slug>/paper/paper.pdf -o workspace/<paper-slug>/parsed/
Options:
--model vlm — Highest precision (default, recommended for academic papers)--model pipeline — Faster but less precise--language en — For English papers (default)--language ch — For Chinese papers--timeout 600 — Increase timeout for large papersCheck workspace/<paper-slug>/parsed/ for:
*.md — Full paper in Markdown formatimages/ — Extracted figures and diagramstables/ — Extracted table dataparse_report.json — Parsing log and file listTell the user:
requests library