Borrowing it
Nothing to install: this file belongs to ZimoLiao/scholaraio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ZimoLiao/scholaraio/main/.claude/skills/paper-writing/SKILL.mdgit clone --depth 1 https://github.com/ZimoLiao/scholaraioWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zimoliao/scholaraio/paper-writing)<a href="https://agentmods.dev/skills/zimoliao/scholaraio/paper-writing"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/paper-writing/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/zimoliao/scholaraio/paper-writing"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/paper-writing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.01655 |
| Opus 5 | $0.00016 | $0.00827 |
| Sonnet 5 | $0.00007 | $0.00331 |
| Haiku 4.5 | $0.00003 | $0.00166 |
Grade A, and why
paper-writing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
论文写作辅助
协助用户撰写研究论文的各个章节,基于工作区中的文献提供引用支持。
前提
用户必须指定一个 workspace(--ws NAME)。如果用户未指定:
- 运行
scholaraio ws list列出已有工作区 - 让用户选择或创建一个
输出写入 workspace/<name>/ 目录。
执行逻辑
1. 了解写作需求
向用户确认:
- 写哪个章节:Introduction / Related Work / Method / Results / Discussion / Conclusion / Abstract
- 目标期刊/会议:格式要求、篇幅限制
- 语言:中文 / English
- 用户已有内容:草稿、大纲、实验数据、图表
- 风格参考(可选):用户可提供同期刊/同领域的范文,你来分析其写作风格(句式结构、术语选择、段落节奏、引用方式、形式化程度),然后仿照
2. 论文分析笔记复用
用 scholaraio show 阅读工作区论文时,已有的 notes.md 历史笔记会自动展示。有则优先复用,无需重复阅读全文。
分析完成后,必须通过 CLI 将新的关键发现写入笔记:
scholaraio show "<paper-id>" --append-notes "## YYYY-MM-DD | <workspace> | paper-writing
- 关键发现"
3. 各章节写作策略
Introduction
- 从宏观背景切入,逐步聚焦到具体问题
- 引用工作区论文建立研究脉络:
scholaraio ws search <name> "<背景关键词>" scholaraio show <paper-id> --layer 2 # 摘要 - 明确指出现有工作的不足(research gap)
- 阐述本文贡献
Related Work
本质上是聚焦版的文献综述,参考 /literature-review skill 的方法,但更紧凑:
- 按与本文的关系分组(而非按主题),每组指出与本文的异同
- 明确本文相对于 prior work 的改进
Method
- 用户描述方法,你协助组织成清晰的叙述
- 从工作区论文中找到可对比的方法:
scholaraio ws search <name> "<方法关键词>" scholaraio show <paper-id> --layer 4 # 读全文了解方法细节 - 确保符号定义一致、公式推导完整
- 公式与图表:读取参考论文中的数学推导(LaTeX)和方法示意图(
images/),对比本文方法的异同,确保描述准确
Results / Discussion
- 用户提供实验数据/图表
- 从工作区中检索可对比的基线结果:
scholaraio ws search <name> "<实验条件>" scholaraio show <paper-id> --layer 3 # 结论 - 读图对比:读取参考论文中的结果图表(configured papers library 下的
<dir>/images/),与用户的实验结果做定性/定量对比 - 编写代码验证:用 Python 做数据分析、统计检验、可视化——用计算结果支撑 Discussion 中的论点
- Results:客观描述发现,引用图表
- Discussion:解释原因、对比文献、讨论局限性
Conclusion
- 总结主要发现(不引入新内容)
- 简述局限性和未来方向
Abstract
- 最后写(需要全文定稿后)
- 包含:背景一句、问题一句、方法一句、主要结果两句、意义一句
- 字数严格遵循目标期刊要求
4. 引用管理
- 正文引用格式与目标期刊一致(通常
\cite{key}或(Author, Year)) - 所有引用必须来自工作区中的真实论文,绝不编造引用
- 如发现工作区缺少需要引用的论文,提醒用户补充:
scholaraio usearch "<关键词>" # 全库搜索候选 scholaraio ws add <name> <paper-id> # 添加到工作区 - 最终导出:
scholaraio ws export <name> -o workspace/<name>/references.bib
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 134 lines · 33 tokens per session scan A 20dda7e534a5
paper-writing is a skill published in the GitHub repository ZimoLiao/scholaraio (571 stars, last pushed 12d ago), licensed MIT. It adds 33 tokens to every session and 1,655 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
infrastructure-validation
Skill for the validation infrastructure module providing PDF validation, markdown validation, output integrity checks, link verification, documentation audits, issue categorization, and repository scanning. Use when validating research outputs, checking document quality, running audits, or verifying cross-references.
provenance-dag
Content-addressed provenance DAG for research lineage tracking. Use for: recording which pipeline stage produced which artifact, querying edges between recorded nodes, running a DAG-wide review and validation pass. CLI: python -m infrastructure.provenance {list,record-artifact,review,validate}. Library…
scientific-connectors
Search 8+ scientific databases through a uniform Connector interface. Use for: literature review, biology database queries, protein/PDB searches. CLI: python -m infrastructure.search.connectors {list-dbs,search}. Config: set queries in projects/{name}/manuscript/config.yaml connectorsearch: block. Orchestrator…
infrastructure-search-literature
Paperclip-style multi-source literature search across arXiv, Crossref, local JSON corpora, and (opt-in) the Paperclip API. Provides Paper/SearchQuery/SearchResult data models, a LiteratureClient aggregator with per-backend failure isolation, DOI/arXiv-aware deduplication via mergepapers, deterministic JSON caching via…
template-academic-paper-reviewer
Read-only manuscript review, methodology review, re-review, and calibration workflow for template projects. USE WHEN the user asks for peer review, referee-style critique, methods/statistics review, or verification that revisions addressed prior comments.
infrastructure-documentation
Skill for the documentation infrastructure module providing figure management, image handling, markdown integration, and API glossary generation. Use when managing research figures, inserting images into manuscripts, auto-numbering figures, or generating API documentation.