Loading...
Loading...
Loading...
Using Claude for your research workflow? Your brain is for thinking, not for manually policing references. Add SourceVerify as your integrity layer — verify that every citation is real, accurate, and properly formatted, right from your terminal.
AI-assisted writing is powerful, but it can hallucinate citations that look real but aren't. SourceVerify checks every reference against multiple sources — OpenAlex, Google Scholar, and direct URL verification — so you can trust what you cite. Every result includes what was checked, what matched, and what was corrected.
1. Clone the plugin:
git clone https://github.com/SourceVerify-ai/sourceverify-skill.git
2. Launch Claude Code with the plugin:
claude --plugin-dir /path/to/sourceverify-skill
You need a SourceVerify API key. Sign up to get one, then set it in your shell profile:
export SOURCEVERIFY_API_KEY="sk_your_key_here"
Paste references directly or point to a file. Up to 10 references per request.
/sourceverify Smith, J. (2020). The Art of Citation. Academic Press.
/sourceverify references.txt
See how many verification tokens you have remaining.
/sourceverify balance
Browse your past verification results.
/sourceverify history
Cancel in-progress verifications and get your tokens refunded.
/sourceverify cancel doc_abc123
| Status | Meaning |
|---|---|
| VERIFIED | Reference confirmed as accurate |
| VERIFIED WITH ERRORS | Reference exists but has minor inaccuracies |
| NEEDS HUMAN REVIEW | Ambiguous results requiring manual review |
| UNVERIFIED | Could not confirm the reference exists |
Each reference verification costs 1 token. Get tokens with a subscription plan.