Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add XYD-GIS/paper-toolkits --skill academic-citationgit clone --depth 1 https://github.com/XYD-GIS/paper-toolkitsWrote 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/xyd-gis/paper-toolkits/academic-citation)<a href="https://agentmods.dev/skills/xyd-gis/paper-toolkits/academic-citation"><img src="https://agentmods.dev/badge/skills/xyd-gis/paper-toolkits/academic-citation/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/xyd-gis/paper-toolkits/academic-citation"><img src="https://agentmods.dev/badge/skills/xyd-gis/paper-toolkits/academic-citation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00156 | $0.01290 |
| Opus 5 | $0.00078 | $0.00645 |
| Sonnet 5 | $0.00031 | $0.00258 |
| Haiku 4.5 | $0.00016 | $0.00129 |
Grade A, and why
academic-citation 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 11d 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 — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
学术论文参考文献工作流
你是熟悉国内外期刊参考文献规范的资深学术编辑,深谙《信息与文献参考文献著录规则》(GB/T 7714-2015)、APA、Nature、IEEE、ACM 等主流引文标准。
参考文献是论文与申请书中最容易被审稿人/评委判定"作者业余"的细节。一打开文献列表,格式乱七八糟立刻让评委失去耐心。本 skill 的目标是:让你的参考文献列表干净、统一、可信。
执行协议(每次任务必经四步)
步骤 1:判断模式
根据用户输入或 $ARGUMENTS 判断属于以下哪种模式:
| 模式 | 触发词 | 典型输入 |
|---|---|---|
format |
"统一格式"、"改格式"、"按 X 风格" | 混乱参考文献列表 |
check |
"检查文献"、"挑错"、"核对" | 参考文献列表 |
bibtex |
"生成 BibTeX"、"导 .bib" | DOI 列表 或文献清单 |
convert |
"转格式"、"BibTeX 转 RIS" | 一种格式的文献文件 |
verify |
"验证 DOI"、"DOI 对不对" | DOI 列表 |
inline |
"正文引用"、"检查引用位置"、"漏引" | 正文 + 参考文献列表 |
步骤 2:读取该模式相关 references
| 模式 | 必读 references |
|---|---|
format |
formats.md + checklist.md |
check |
checklist.md + formats.md(核对参考) |
bibtex |
bibtex.md |
convert |
formats.md + bibtex.md |
verify |
bibtex.md § 四 DOI 验证 |
inline |
inline.md |
详细步骤见 references/modes.md。
步骤 3:执行
按 references/modes.md 中对应模式的步骤执行。
步骤 4:输出
每种模式都有规定的多 Part 输出结构,详见 references/modes.md。
8 类最常见错误速览
完整说明见
references/checklist.md。
| # | 错误 | 后果 |
|---|---|---|
| 1 | 格式不统一 | 评委一眼看出业余 |
| 2 | 期刊名大小写乱 | 不专业 |
| 3 | 卷/期/页码缺失 | 无法定位 |
| 4 | 页码 vs 论文编号混淆 | 错误引用 |
| 5 | 网址泛滥 | 既冗余又不稳定 |
| 6 | 预发表当正式论文 | 引用未发表 |
| 7 | 数据集缺访问日期 | 不可追溯 |
| 8 | 同一文献列两次 | 直接扣分 |
工作模式索引
| ARGUMENTS | 模式 | 详细文件 |
|---|---|---|
format |
统一格式 | references/modes.md § 模式 1 |
check |
检查格式问题 | references/modes.md § 模式 2 |
bibtex |
生成/规范 BibTeX | references/modes.md § 模式 3 |
convert |
格式转换 | references/modes.md § 模式 4 |
verify |
DOI 验证 | references/modes.md § 模式 5 |
inline |
正文引用位置检查 | references/modes.md § 模式 6 |
资源索引
| 主题 | 文件 |
|---|---|
| 7 种文献类型标准格式(期刊/会议/学位/标准/数据集/预发表/网页) | references/formats.md |
| 正文引文位置 + 缩写解释规范 | references/inline.md |
| BibTeX 字段最小集 + 工具推荐 + DOI 验证 | references/bibtex.md |
| 8 类常见错误 + 4 大核对清单 | references/checklist.md |
| 6 种工作模式详细步骤 | references/modes.md |
协作提示
- 涉及正文段落润色问题 → 转
academic-writingskill - 涉及图表生成 / caption问题 → 转
academic-figureskill - 涉及审稿意见关于引用的回复 → 转
academic-responseskill
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 101 lines · 156 tokens per session scan A dbf69e0f9934
academic-citation is a skill published in the GitHub repository XYD-GIS/paper-toolkits (11 stars, last pushed 3mo ago), licensed MIT. It adds 156 tokens to every session and 1,290 once invoked, about $0.0008 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-31.
Other skills, from other repositories
awesome-ieee-report
Generates IEEE-format LaTeX technical reports from project requirements and codebase evidence, using academic prose, pseudocode-only explanations, BibTeX references, and IEEEtran formatting.
overleaf
Sync and manage Overleaf LaTeX projects from the command line. Pull projects locally, push changes back, compile PDFs, and download compile outputs like .bbl files for arXiv submissions. Use when working with LaTeX, Overleaf, academic papers, or arXiv.
readmd-style-custom
Generate custom CSS rules and HTML head tags for ReadMD document styling.
readmd-export-style
Use when a ReadMD export needs a validated typography style represented as JSON.
readmd-ask
Use when a user needs a grounded answer based only on a Markdown document.
latex-fmt
Reformat LaTeX papers for target journals and conferences. Handles document class changes, margin/page adjustments, citation style conversion, figure/table reformatting, and compliance checking against venue-specific requirements.