Citation Verifier
by @papersareflowing
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...
clawhub install citation-verifierπ About This Skill
name: citation-verifier description: 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 title and wants it checked.
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
1. Accept whatever the user provides: DOI, URL, arXiv ID, PubMed ID, citation string, or a partial title.
2. Call verify_citation with the raw input.
3. If verification succeeds, call fetch with the resolved identifier to get the full paper record.
4. Present the normalized result.
Output Style
Return a clean, structured card with:
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:
2301.12345, arXiv:2301.12345)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 explorationExamples
10.1038/s41586-021-03819-2https://arxiv.org/abs/2301.12345π‘ Examples
10.1038/s41586-021-03819-2https://arxiv.org/abs/2301.12345