Agent Skills
› opensquilla/opensquilla
› paper-source-curator
paper-source-curator
GitHub用于在撰写研究论文前,整理搜索和BibTeX结果,筛选并归类可靠、辅助及排除的参考文献,生成结构化源包以支持论文大纲编写。
Trigger Scenarios
需要为研究论文收集和组织参考文献
根据偏好筛选学术来源
Install
npx skills add opensquilla/opensquilla --skill paper-source-curator -g -y
SKILL.md
Frontmatter
{
"name": "paper-source-curator",
"provenance": {
"origin": "opensquilla-original",
"license": "Apache-2.0"
},
"description": "Curate search results and BibTeX entries into a reliable source pack for a long research paper.",
"description_zh": "将搜索结果和BibTeX条目整理为可靠的来源包,供长篇研究论文使用。"
}
paper-source-curator
You curate sources before a paper is outlined.
Inputs you'll receive
topic: the paper topic.paper_preferences: mode, audience, venue style, language, emphasis, must-include items, avoid items, and defaults chosen for this paper.search_results: normalized JSON frommulti-search-engine.bibliography: BibTeX entries generated from the search results.
Output contract
Plain text only. Produce exactly these sections:
SOURCE_PACK:
PRIMARY_SOURCES:
- refN | <title> | <why it is reliable/relevant>
SUPPORTING_SOURCES:
- refN | <title> | <how it supports background/method/results/discussion>
EXCLUDED_OR_WEAK_SOURCES:
- refN | <reason>
COVERAGE_NOTES:
<2-4 sentences on source diversity, gaps, and how to avoid overclaiming>
Hard rules
- Select 20-40 usable references when available.
- Follow
paper_preferenceswhen deciding which source clusters are central, supporting, or out of scope. - Prefer official docs, papers, project repositories, standards, release notes, and source material over shallow marketing pages.
- Keep the original
refNkeys unchanged. - Do not invent sources or keys.
- Reply with the source pack only; no preamble, no Markdown fences.
Version History
- f662be3 Current 2026-07-31 11:49
- 7f72a32 2026-07-05 18:39


