/install arxiv-paper-writer
\r \r
arxiv-paper-writer\r
\r This skill guides Claude Code through an end-to-end arXiv-style paper workflow: plan the paper, initialize a LaTeX project, build a BibTeX library, write sections incrementally, create figures/tables, compile, debug, and perform a final quality review.\r \r
Core principle\r
\r Treat paper writing as an engineering loop, not a one-shot generation task. Work in small verifiable stages: plan, scaffold, cite, write, compile, inspect, repair, and review.\r \r
When starting a paper project\r
\r
- Clarify topic, paper type, target length, audience, and whether the user wants a survey, methods paper, benchmark paper, position paper, or tutorial.\r
- Create or reuse a paper directory with
main.tex,references.bib,figures/,sections/, andoutput/.\r - Use
templates/arxiv_survey_main.texfor a compact starter survey, ortemplates/full_survey_main.texwhen the user wants the richer 9-section scaffold proven in the Agent Survey experiment.\r - Read
references/workflow.mdfor the full staged process.\r - Read only the reference files needed for the current phase.\r
- When the user asks to reproduce the Paper-Write-Skill-Test workflow, use
references/agent_survey_practice.md,templates/agent_survey_references.bib, andtemplates/agent_survey_figures_tables.texas concrete examples.\r \r
Workflow phases\r
\r
Phase 1: Plan\r
\r Create a concrete paper plan before writing prose. Include title candidates, scope, contribution claims, section outline, target references, expected figures/tables, and verification commands.\r \r
Phase 2: Scaffold\r
\r Create a compilable LaTeX skeleton first. The first milestone is a PDF that compiles even before the paper is complete.\r \r
Phase 3: Build bibliography\r
\r
Construct references.bib before heavy writing. Prefer real, verifiable papers. Use stable BibTeX keys. Avoid invented citations. If uncertain about a reference, mark it for verification rather than fabricating metadata.\r
\r
Phase 4: Write sections incrementally\r
\r Write one or two sections at a time. After each substantial section, compile or at least check citations and LaTeX syntax. Write Abstract last.\r \r
Phase 5: Create figures and tables\r
\r Prefer TikZ and LaTeX tables for reproducible academic artifacts. Keep figures information-dense and directly connected to claims in the text.\r \r
Phase 6: Compile and debug\r
\r
Use latexmk on Linux when available. On Windows MiKTeX, use pdflatex, bibtex, pdflatex, pdflatex. Read .log files before guessing fixes.\r
\r
Phase 7: Final review\r
\r Check PDF generation, citation completeness, undefined references, figure/table placement, academic tone, contribution clarity, and arXiv compatibility.\r \r
Environment guidance\r
\r
- For Windows MiKTeX and Linux TeX Live basics, read
references/latex_environment.md.\r - For fuller Linux cloud setup and verification, read
references/linux_texlive_full.md.\r - For BibTeX construction, read
references/bibliography.md.\r - For figure and table design, read
references/figures_and_tables.mdand optionally reusetemplates/agent_survey_figures_tables.tex.\r - For final review, read
references/quality_review.md.\r - For reusable task prompts, read
references/prompt_templates.md.\r \r
Output style\r
\r
When writing project files, edit the actual .tex, .bib, and documentation files. Do not merely describe what should be written. When explaining progress to the user, summarize briefly in Chinese and reference exact file paths.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arxiv-paper-writer - 安装完成后,直接呼叫该 Skill 的名称或使用
/arxiv-paper-writer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Arxiv Paper Writer 是什么?
Use this skill whenever the user wants Claude Code to write, scaffold, compile, debug, or review an arXiv-style academic paper, especially survey papers with... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。
如何安装 Arxiv Paper Writer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arxiv-paper-writer」即可一键安装,无需额外配置。
Arxiv Paper Writer 是免费的吗?
是的,Arxiv Paper Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Arxiv Paper Writer 支持哪些平台?
Arxiv Paper Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Arxiv Paper Writer?
由 16Miku(@16miku)开发并维护,当前版本 v0.2.0。