verify-citation

Verify academic citations against CrossRef and OpenAlex metadata.

30|8|Updated May 10, 2026
One-click install
npx skills add https://github.com/youngeun1209/oh-my-claudecode-research --skill verify-citation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-citation
Source: https://github.com/youngeun1209/oh-my-claudecode-research/tree/main/skills/verify-citation
Command: npx skills add https://github.com/youngeun1209/oh-my-claudecode-research --skill verify-citation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Research manuscripts often include fabricated, mis-cited, or mismatched academic references that undermine credibility, and manually verifying every citation against official databases is time-consuming and error-prone. This Skill automates the verification process to ensure all references are valid and accurately match their claimed metadata before they are added to a project bibliography.

Core Features & Use Cases

  • Metadata Validation: Checks DOI validity and matches title, author, and publication year against CrossRef and OpenAlex databases to confirm a citation exists and is correctly formatted.
  • BibTeX Auditing: Scans entire BibTeX files to flag fabricated entries, typos in DOIs, or mismatched author/year information, making it easy to clean up reference lists imported from other projects.
  • Abstract Retrieval: Fetches paper abstracts from OpenAlex so users can confirm a cited source actually supports a specific claim, rather than just checking for existence.
  • Use Case: A literature curator adding new references to a research project can use this Skill to verify every new citation before it is added to the project BibTeX file, catching errors instantly without manual database lookups.

Quick Start

Use the verify-citation skill to check all citations in your project's references.bib file and flag any mismatches or non-existent entries.

Frequently Asked Questions about verify-citation

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

FAQPage Schema
How do I verify academic citations and check for fabricated references in a BibTeX file?

Verifying academic citations involves querying CrossRef and OpenAlex APIs to fetch canonical metadata and compare it against your BibTeX entries, returning structured pass/fail verdicts with specific mismatch details for fabricated references.

What is DOI validation and how does it prevent mis-cited academic references?

DOI validation prevents mis-cited academic references by querying CrossRef and OpenAlex public APIs to fetch canonical metadata, comparing it against user-provided reference entries to confirm the DOI exists and the title, author, and year match accurately.

How do I retrieve paper abstracts to confirm a cited source supports a specific claim?

Retrieve paper abstracts from the OpenAlex API to assess claim fit, confirming a cited source actually supports a specific research claim rather than just checking for the reference's existence in a database.

Does this citation verification approach work with CrossRef and OpenAlex for literature curation?

Yes, this citation verification approach works with CrossRef and OpenAlex public APIs for literature curation, querying canonical metadata and abstracts to help research teams manage bibliographies and catch errors without manual database lookups.

What is the best way to audit a references.bib file for mismatched author and year metadata?

The best way to audit a references.bib file is to scan the entire BibTeX file against CrossRef and OpenAlex databases to flag fabricated entries, typos in DOIs, or mismatched author and year information, providing structured pass/fail verdicts.