By kilojoules
Verify BibTeX citations against academic databases (CrossRef, OpenAlex, Semantic Scholar, arXiv, DBLP). No API keys required.
A Claude Code plugin that verifies BibTeX citations against academic databases to catch hallucinated or incorrect references.
For each entry in your .bib file:
| Field | How it's verified |
|---|---|
| Title | Fuzzy match against database records |
| Authors | Author list comparison (family name + initial) |
| Year | Exact match, flags off-by-one (preprint vs. published) |
| Venue | Journal/conference name with abbreviation expansion |
| DOI | Confirms it resolves to the correct paper |
| arXiv ID | Validates against arXiv API |
No API keys required. All APIs are queried at their free tier rate limits.
Add the marketplace, then install the plugin:
/plugin marketplace add kilojoules/scholar-checking-claude-skill
/plugin install scholar-checking@kilojoules-scholar-checking
Or for local development, point Claude Code at a local clone:
/plugin marketplace add /path/to/scholar-checking-claude-skill
/plugin install scholar-checking@kilojoules-scholar-checking
/check-refs path/to/references.bib
--fix — Generate corrected BibTeX entries for mismatches--context path/to/paper.tex — Cross-reference citation keys against your LaTeX file/check-refs references.bib
/check-refs refs.bib --fix
/check-refs refs.bib --context paper.tex
Python 3.7+ with:
bibtexparser — BibTeX parsingrequests — HTTP clientInstall dependencies:
pip install bibtexparser requests
For higher rate limits with Semantic Scholar, set:
export SEMANTIC_SCHOLAR_API_KEY=your_key_here
Get a free key at https://www.semanticscholar.org/product/api
.bib file and cleans LaTeX formattingNon-academic entries (software, websites, blogs) are automatically detected and skipped.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kilojoules/scholar-checking-claude-skill --plugin scholar-checkingVerify and validate BibTeX references against CrossRef metadata. Finds uncited entries and flags discrepancies in title/author/journal/volume/pages/year.
Verify academic paper citations: extract references from LaTeX/PDF, check formatting, verify existence via Crossref/Semantic Scholar, and score thematic/semantic relevance.
Citation, prose, figure, and rigor auditing for AI-assisted research drafts.
Document review skills from Draft Detective: AI-powered checks that help authors catch issues in their documents before publication.
Academic literature search, citation management, PDF retrieval, and literature review synthesis
完整学术流水线 — 从 idea 到论文的全流程编排:状态机追踪、完整性验证、claim 校验