paper-reference-checker

This skill should be used when the user asks to "check paper citations", "verify references", "detect fake citations", "validate bibliography", "check if papers exist", "查文献真伪", "检查论文引用", "验证参考文献", "识别虚假引用", or uploads a PDF/Overleaf document and wants to verify whether the cited papers genuinely exist. Provides systematic verification of academic references against Google Scholar, CNKI, arXiv, and other academic databases to detect AI-hallucinated or fabricated citations.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "paper-reference-checker" with this command: npx skills add benchen4395/paper-reference-checker

Paper Reference Checker

Systematically verify academic references to detect AI-hallucinated or fabricated citations. Queries Google Scholar, arXiv, CNKI, and other databases.


Core Workflow

Phase 1: Citation Extraction (Token-Efficient First)

ALWAYS use targeted extraction before full-document reading — saves 80–95% tokens.

Input TypePrimary MethodFallback
arXiv linkarxiv.org/html/{ID} → find references sectionFull HTML, then PDF
PDF fileLast 15–20% of pages onlyExpand to 30% → 50% → full
Overleaf linkRegex cite-keys from .tex → filter .bib/.bblInline bibitem in .tex
Pasted listParse directly

Phase 2: Multi-Platform Querying (Priority Order)

  1. DOIhttps://doi.org/{DOI} — resolves = ✅ confirmed
  2. arXiv IDhttps://arxiv.org/abs/{ID} — match = ✅ confirmed
  3. Google Scholar → search "Full Title"
  4. arXiv search → arxiv.org/search/
  5. CNKI → cnki.net
  6. Fallbacks: Semantic Scholar · PubMed · IEEE Xplore · ACM DL · DBLP

Phase 3: Authenticity Judgment

StatusLabelCriteria
VERIFIEDFound in ≥1 authoritative DB
⚠️UNCERTAINPartial match
NOT FOUNDNo match across all queried channels
🔴FABRICATEDNon-existent venue, unresolvable DOI
🔗BROKEN CITATION[?] marker in PDF body

Phase 4: Report Output

See examples/sample-report.md for full example.

Support Files

FilePurpose
references/citation-extraction.mdFormat rules
references/search-strategies.mdPer-database query tactics
references/verification-criteria.mdDecision flowchart
scripts/extract_references.mdFull decision tree
examples/sample-report.mdComplete report example
examples/bibtex-example.bibAnnotated BibTeX

Databases

Google Scholar · arXiv · CNKI · Semantic Scholar · PubMed · IEEE Xplore · ACM DL · DBLP · DOI Resolver · Crossref

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Batch Content Factory

Multi-platform content production line. Automates the entire workflow from topic research to content creation. Suitable for self-media operators producing hi...

Registry SourceRecently Updated
Research

Fund Analyzer Pro

[何时使用]当用户需要基金深度分析时;当用户说"分析这个基金""基金对比""基金诊断""基金经理分析"时;当检测到基金代码/基金名称/投顾策略时触发。整合天天基金 API+ 且慢 MCP,提供单一基金分析/基金比较/基金诊断/持仓诊断/基金经理/机会分析/投资方式/报告信号八大模块。新增信号监控提醒功能(sign...

Registry SourceRecently Updated
Research

FN Portrait Toolkit

Financial report footnote extraction and analysis tool for Chinese A-share listed companies. Use when: (1) User wants to extract financial note data from ann...

Registry SourceRecently Updated
Research

流式AI检索问答技能

通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)...

Registry SourceRecently Updated