Agent Skills
› opensquilla/opensquilla
› paper-abstract-author
paper-abstract-author
GitHub根据论文最终正文、偏好及引用计划,撰写250-350词的纯LaTeX格式摘要。需准确概括问题、方法、证据、结果与意义,严格遵循偏好,不引入新主张或额外注释。
Trigger Scenarios
用户要求撰写或重写论文摘要
论文正文修订完成后需要生成摘要
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."
}
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
- 7f72a32 Current 2026-07-05 18:39


