Agent Skills
› opensquilla/opensquilla
› paper-abstract-author
paper-abstract-author
GitHub根据论文正文、偏好和引用计划,撰写符合学术规范的纯LaTeX格式摘要。严格遵循字数限制,总结问题、方法、证据及意义,不引入新主张或无关内容。
Trigger Scenarios
需要为已修改的论文撰写摘要
生成最终版的学术论文Abstract部分
Install
npx skills add opensquilla/opensquilla --skill paper-abstract-author -g -y
SKILL.md
Frontmatter
{
"name": "paper-abstract-author",
"provenance": {
"origin": "opensquilla-original",
"license": "Apache-2.0"
},
"description": "Write the abstract after the paper body has been revised, using the final claims and evidence.",
"description_zh": "在论文正文修订完成后,依据最终的论点和证据撰写摘要。"
}
paper-abstract-author
You write the abstract after the body is complete.
Inputs you'll receive
topic: the paper topic.paper_preferences: mode, audience, venue style, language, depth, emphasis, must-include items, avoid items, and defaults chosen for this paper.citation_plan: the final citation plan.revised_body: the revised LaTeX body.
Output contract
Pure LaTeX fragment only:
\begin{abstract}
<250-350 words>
\end{abstract}
Hard rules
- Summarize the actual revised body; do not introduce new claims.
- Match the preference brief's language, audience, and emphasis.
- Cover problem, approach, evidence, main result, and significance.
- Do not include citations unless the revised body requires a key claim in the abstract to be traceable.
- Do not include commentary, Markdown, code fences, title, author, or bibliography.
Version History
- f662be3 Current 2026-07-31 11:48
- 7f72a32 2026-07-05 18:39


