nature-ref-verifier

Verify academic references field-by-field against Crossref, IEEE, CNKI, and Zotero sources.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/huaibovip/research-marketplace --skill nature-ref-verifier-huaibovip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nature-ref-verifier
Source: https://github.com/huaibovip/research-marketplace/tree/main/plugins/nature-skills/skills/nature-ref-verifier
Command: npx skills add https://github.com/huaibovip/research-marketplace --skill nature-ref-verifier-huaibovip

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyzotero, and includes references (resource) components.

What problem does it solve? Manuscripts and theses often contain incorrect reference metadata—wrong authors, mismatched page numbers, DOIs pointing to different papers, or volume-year conflicts—that can trigger reviewer criticism or desk rejection. Manually checking dozens of citations against multiple databases is slow and error-prone. ## Core Features & Use Cases - Multi-source cross-verification: Compares each reference's authors, title, year, volume, issue, pages, and DOI against Crossref, IEEE Xplore, CNKI/Wanfang, web search, and local Zotero libraries. - Severity-graded reports: Classifies discrepancies as Critical (must fix), Warning (check suggested), or Info, and outputs Markdown reports, BibTeX patches, or Zotero update instructions. - Batch and single-citation modes: Parses full bibliographies, single pasted citations, BibTeX files, or Zotero item keys, with parallel sub-agent batching for lists over 20 entries. - Use Case: Before submitting a paper, paste its 50-entry reference list and receive a table marking 4 entries that must be fixed (e.g., a DOI resolving to the wrong paper) plus a corrected .bib file. ## Quick Start Use the nature-ref-verifier skill to check every reference in my manuscript's bibliography and report which entries must be corrected.

Frequently Asked Questions about nature-ref-verifier

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

FAQPage Schema
How do I check if my paper's references are accurate before submission?

Provide the full reference list, BibTeX file, or Zotero item keys, and each entry is compared field-by-field against Crossref, IEEE Xplore, and other sources. You receive a severity-graded report marking entries as verified, needs fix, check suggested, or unverifiable.

How to verify a DOI points to the correct paper?

The skill queries the Crossref API for each DOI and compares the returned title and authors against your citation. A 404 response indicates an invalid DOI, while mismatched metadata reveals a DOI pointing to a different paper.

Can I verify Chinese references from CNKI or Wanfang?

Yes, Chinese journal articles and theses are verified through CNKI or Wanfang sources, since Chinese DOIs are not registered in Crossref. Author names, journal names, and page numbers are checked against the official Chinese database records.

Does reference verification work with Zotero libraries?

Yes, entries already in a Zotero library can be compared against external sources, and correction instructions can be generated. Batch writes use pyzotero Web mode with an API key, since the local Zotero HTTP API is read-only.

Why does an IEEE DOI return 404 during verification?

IEEE papers published before 2000 often have DOIs not registered in Crossref, so API lookups return 404. These entries are checked directly in IEEE Xplore instead and are not flagged as errors.

What are the limitations of automated reference verification?

Internal reports, old undigitized theses, and inaccessible databases are marked unverifiable rather than guessed. Product manuals and patents only get source-accessibility confirmation, not full metadata validation.