Citation Verifier
/install citation-verifier
Citation Verifier
Use this skill when the user wants to quickly verify or normalize a single paper reference rather than run a full literature search.
Workflow
- Accept whatever the user provides: DOI, URL, arXiv ID, PubMed ID, citation string, or a partial title.
- Call
verify_citationwith the raw input. - If verification succeeds, call
fetchwith the resolved identifier to get the full paper record. - Present the normalized result.
Output Style
Return a clean, structured card with:
- Title — full paper title
- Authors — first three authors, et al. if more
- Year — publication year
- Venue — journal or conference
- DOI — canonical DOI if available
- Identifiers — any additional IDs (arXiv, PubMed, Semantic Scholar)
- Status — whether the citation was verified successfully or had issues
If verification fails or is ambiguous, say so clearly and suggest what the user can try (e.g., a more complete title, a different identifier).
Tool Guidance
Use verify_citation
Always call this first. It handles:
- DOI strings (with or without resolver prefix)
- arXiv IDs (e.g.,
2301.12345,arXiv:2301.12345) - PubMed IDs
- full or partial URLs from publisher sites, Semantic Scholar, Google Scholar
- free-text citation strings (e.g., "Smith et al. 2020, Neural networks for...")
Use fetch
Call after successful verification to hydrate the full paper record with abstract, citation count, and venue details.
Do NOT use
search_literature— this skill is for a known reference, not topic discoveryget_citation_graph— the user wants verification, not graph exploration
Examples
- User pastes:
10.1038/s41586-021-03819-2 - User pastes:
https://arxiv.org/abs/2301.12345 - User says: "Check this cite: Vaswani et al., Attention Is All You Need, NeurIPS 2017"
- User says: "Is this DOI valid? 10.1234/fake.doi.000"
- User pastes a Semantic Scholar or Google Scholar URL
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install citation-verifier - After installation, invoke the skill by name or use
/citation-verifier - Provide required inputs per the skill's parameter spec and get structured output
What is Citation Verifier?
Verify, normalize, and enrich a single citation or paper identifier. Use when the user pastes a DOI, URL, arXiv ID, PubMed ID, citation string, or paper titl... It is an AI Agent Skill for Claude Code / OpenClaw, with 498 downloads so far.
How do I install Citation Verifier?
Run "/install citation-verifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Citation Verifier free?
Yes, Citation Verifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Citation Verifier support?
Citation Verifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Citation Verifier?
It is built and maintained by PapersFlow (@papersareflowing); the current version is v0.1.0.