Paper write
Skill MARUCIE/openclaw-foundry/web/public/packs/research-analyst/skills/paper-write
本科与硕士学位论文全流程撰写辅助。支持大纲审核(理工科/文科)、结构仿写(通用章节/实验章节/绪论/摘要)、参考文献获取、融合、润色、缩写、扩写、防 AIGC、中英互译、结构化信息提取。当用户提到论文撰写、大纲审核、论文章节仿写、参考文献、论文润色、防 AIGC、论文翻译时使用。From its SKILL.md
npx -y skills add MARUCIE/openclaw-foundry --skill paper-writeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.9 KB, ~1.4k tokens by cl100k_base, as published. Nobody here has run it
是什么
把本硕学位论文从大纲审核、章节仿写、参考文献整理、润色防 AIGC 到中英互译的一整套任务,做成一组可按场景调用的子流程,帮你在动笔前先拿到一份结构稳、引用全、AI 痕迹低的写作底盘,而不是从零和 Word 死磕。
怎么用
- 先识别任务类型(大纲审核 / 章节仿写 / 引用 / 润色 / 翻译 / 信息提取),从映射表里找到对应的 reference 文件。
- 按任务类型收集输入:多输入任务(如绪论仿写)需要补齐【参考范文】【论文大纲】【个人草稿】三件套;单输入任务直接粘贴正文即可。
- 读取对应 reference 中的 Prompt,按 Role / Task / Constraints / Output Format 执行,不要跳过 Output Format。
- 遵守 Word 排版底线:严禁 Markdown、中英文 / 数字 / 公式之间加空格、用全角中文标点。
- 撰写顺序遵循"先做后写、由内向外":先完成方法章和实验章节,再写绪论和摘要,最后做防 AIGC 改写。
架构图
flowchart LR
A[任务类型识别] --> B[输入收齐]
B --> C[读取 reference Prompt]
C --> D[按 Role/Task/Constraints 执行]
D --> E[Word 排版校对]
E --> F[防 AIGC 终稿]
本科&硕士学位论文撰写
使用时机
- 用户需要审核/优化论文大纲
- 用户需要仿写论文章节(绪论、摘要、实验章节等)
- 用户需要参考文献匹配与 GB/T 7714 格式
- 用户需要润色、缩写、扩写、去 AI 化
- 用户需要中英互译
- 用户需要从论文中提取结构化信息(用于答辩 PPT 等)
Step 1:识别任务类型
根据用户需求选择对应 reference 文件执行:
| 任务 | 文件 |
|---|---|
| 大纲审核(理工科) | outline-review-science.md |
| 大纲审核(文科) | outline-review-liberal.md |
| 结构仿写(通用章节) | structure-imitate-general.md |
| 结构仿写(实验章节) | structure-imitate-experiment.md |
| 结构仿写(绪论章节) | structure-imitate-introduction.md |
| 结构仿写(摘要部分) | structure-imitate-abstract.md |
| 参考文献获取 | references.md |
| 融合 | merge.md |
| 润色 | polish.md |
| 实验章节润色 | polish-experiment.md |
| 缩写 | abbreviate.md |
| 扩写 | expand.md |
| 防 AIGC | anti-aigc.md |
| 中转英 | zh-to-en.md |
| 英转中 | en-to-zh.md |
| 结构化信息提取 | extract-structured.md(完成后询问是否串联答辩 PPT 生成) |
Step 2:收集输入
- 多输入任务(如绪论仿写需【参考范文】【论文大纲】【个人草稿】):解析用户消息中的【】标记、追问缺失项、或读取用户指定的工作区文件,收齐后再执行。
- 单输入任务:直接从用户消息或粘贴内容提取。
Step 3:执行并输出
读取对应 reference 中的 Prompt,按其中 Role/Task/Constraints/Output Format 执行,输出符合要求的正文或结构化结果。
注意事项
- Word 适配:严禁 Markdown,中文与英文/数字/公式之间加空格,全角中文标点。
- 去 AI 化:避免「显著提升」「极大增强」「卓越表现」「不仅如此」等。
- 信息零丢失:严禁删除实验参数、数据、核心论点。
- 撰写顺序:先做后写、由内向外——先完成方法章与实验,再写绪论与摘要。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.