citation-verification

Verify academic citations using WebSearch and Google Scholar during paper writing.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Clay-HHK/claude-skills --skill citation-verification-clay-hhk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: citation-verification
Source: https://github.com/Clay-HHK/claude-skills/tree/main/citation-verification
Command: npx skills add https://github.com/Clay-HHK/claude-skills --skill citation-verification-clay-hhk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bibtexparser, requests, semanticscholar, arxiv, and includes scripts (resource) and references (resource) components.

What problem does it solve? AI-assisted academic writing frequently produces fake or inaccurate citations, with roughly 40% error rates in AI-generated references, risking paper rejection and damage to research credibility. ## Core Features & Use Cases - Proactive Verification Workflow: Verify every citation via WebSearch and Google Scholar at the moment it is added, rather than after writing is complete. - Information Matching Rules: Confirm title, authors, year, and venue against authoritative sources, with tolerance rules for preprints and version differences. - Failure Handling: Mark unverifiable references with [CITATION NEEDED] and notify the user instead of fabricating data. - Use Case: While drafting a related-work section, each new citation is searched, confirmed on Google Scholar, and its BibTeX copied directly from the source before being added to the .bib file. ## Quick Start Verify the citations in my paper draft using WebSearch and Google Scholar and flag any references that cannot be confirmed.

Frequently Asked Questions about citation-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify citations in academic papers?▼

Search for each paper with WebSearch, confirm it exists on Google Scholar, check that title, authors, year, and venue match, then copy the BibTeX directly from Google Scholar. Verify at the moment you add the citation rather than after writing.

How to prevent fake citations from AI-generated text?▼

Never trust citations generated from memory, since AI-generated references have roughly 40% error rates. Verify every citation through WebSearch and Google Scholar before adding it to your bibliography, and mark unverifiable ones as [CITATION NEEDED].

Can I use CrossRef or arXiv APIs for citation verification?▼

Yes, the skill includes reference Python scripts using CrossRef, arXiv, and Semantic Scholar APIs for batch or automated verification. However, the primary recommended workflow uses WebSearch and Google Scholar rather than these API scripts.

What should I do when a citation cannot be verified?▼

Do not guess or fabricate the reference. Check spelling, try alternate queries, look on arXiv or via DOI, and if it still cannot be found, mark it as [CITATION NEEDED] and clearly notify the user with the reason verification failed.

Does citation verification check that claims match the cited paper?▼

Yes, when citing a specific claim, the workflow requires accessing the paper, searching for relevant keywords, and confirming the claim actually appears, recording the section or page where it is found.