Borrowing it
Nothing to install: this file belongs to ZimoLiao/scholaraio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ZimoLiao/scholaraio/main/.claude/skills/citation-check/SKILL.mdgit clone --depth 1 https://github.com/ZimoLiao/scholaraioWrote 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/zimoliao/scholaraio/citation-check)<a href="https://agentmods.dev/skills/zimoliao/scholaraio/citation-check"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/citation-check/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/zimoliao/scholaraio/citation-check"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/citation-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00034 | $0.00833 |
| Opus 5 | $0.00017 | $0.00417 |
| Sonnet 5 | $0.00007 | $0.00167 |
| Haiku 4.5 | $0.00003 | $0.00083 |
Grade A, and why
citation-check 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.
What it actually says
引用验证
检查文本中的引用是否真实、准确,防止 AI 幻觉引用和元数据错误。
重要背景:AI 生成的学术文本中约 40% 的引用可能是幻觉(编造的论文、张冠李戴、元数据拼凑)。即使是人类写的文本也常有年份/期刊名错误。本 skill 的目标是在投稿前消灭所有引用问题。
CLI 命令(首选方法)
# 检查文件中的引用
scholaraio citation-check <file>
# 在工作区范围内验证
scholaraio citation-check <file> --ws <workspace-name>
# 从 stdin 读取
cat draft.md | scholaraio citation-check
CLI 自动提取 author-year 格式的引用(Author (Year)、(Author, Year)、Author & Author (Year)、Author et al. (Year) 等),在本地知识库中搜索匹配,输出每条引用的验证状态:
| 状态 | 含义 |
|---|---|
| VERIFIED | 本地库有唯一匹配,作者+年份一致 |
| AMBIGUOUS | 本地库有多条匹配,需人工确认 |
| NOT_IN_LIBRARY | 本地库中无此论文 |
对于 AMBIGUOUS 和 NOT_IN_LIBRARY 的结果,可进一步执行手动深度验证(见下文)。
前提
用户提供待检查的文本(粘贴、文件路径、或指定 workspace 中的草稿文件)。 如有 workspace,优先在工作区范围内验证。
手动深度验证
CLI 完成初步筛查后,对问题引用执行更细致的检查:
Layer 1 — 本地库匹配
scholaraio search-author "<Author>" --limit 5
scholaraio usearch "<关键词 from title>" --limit 5
在本地库中找到匹配论文后,核对:作者名、年份、标题、期刊是否一致。
Layer 2 — DOI/元数据核验
如果本地库有匹配,读取 meta.json 中的 DOI 和详细元数据交叉比对。 如果本地库无匹配,提醒用户——该引用不在工作区/知识库中。
Layer 3 — 内容一致性
对于关键引用(支撑核心论点的),加载 L2-L3 检查:
scholaraio show <paper-id> --layer 3
验证:文本中对该论文的描述是否与论文实际内容一致?是否存在过度解读或断章取义?
常见问题模式
- AI 幻觉引用:作者名和年份拼凑出一篇不存在的论文——标记 SUSPICIOUS
- 张冠李戴:引用了真实论文但描述的是另一篇的内容——标记 CONTENT MISMATCH
- 元数据错误:年份差一年、期刊名拼错、一作搞错——标记 METADATA MISMATCH 并给出正确值
- 过度引用:一个论点堆了 5+ 引用但大部分并不直接相关——建议精简
示例
用户说:"帮我检查这段文字里的引用是否正确"
→ 先运行 scholaraio citation-check <file>,再对问题引用逐条深入验证
用户说:"检查 workspace/my-paper/introduction.md 里的引用"
→ 运行 scholaraio citation-check workspace/my-paper/introduction.md --ws my-paper
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 · 78 lines · 34 tokens per session scan A 9494777873ee
citation-check is a skill published in the GitHub repository ZimoLiao/scholaraio (570 stars, last pushed 12d ago), licensed MIT. It adds 34 tokens to every session and 833 once invoked, about $0.0002 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-30.
Other skills, from other repositories
research-workflow
This skill should be used when the user asks research questions, needs information lookup, wants comparisons, asks "what is", "how does", "explain", "compare", "best practices", "latest developments", or any query requiring web search, documentation lookup, or synthesis of multiple sources. Provides optimal routing…
thoughtdag
Open the current Codex session in ThoughtDAG (desktop app direct; local bridge fallback — data never leaves this machine), or query local session history with why / find / recall.
gigaxity-deep-research
Deep research MCP server wrapping Qwen3-30B-A3B-Thinking via OpenRouter. Use when an agent needs cross-source synthesis with citations, exploratory expansion of an unfamiliar topic, chain-of-thought reasoning over evidence, or fast conversational lookups grounded in live web search. Exposes six MCP tools — two…
template-agentic-use
Agentic-use and skill-routing workflow for the Research Project Template. USE WHEN discovering relevant skills, making template easier for agents to navigate, auditing docs/prompts skill coverage, checking .cursor/skillmanifest.json, evaluating external skills, reviewing external agentic operating models such as…
infrastructure-overview
Top-level skill for the research template infrastructure layer. Use in Cursor, Claude Code, or similar agents when editing or importing anything under infrastructure/, understanding the two-layer architecture, or wiring build/validation/rendering/publishing. Covers module discovery, import patterns, thin…
infrastructure-search
Discovery utilities. Hosts subpackages — literature for Paperclip-style multi-source academic search; exa for Exa-backed web search, contents, answers, and find-similar; monid for the Monid gateway (discover/inspect/run) plus offline USD-per-1k search API pricing; and deepresearch for provider-neutral long-running…