Skills for AI coding agents (Claude Code, Cursor, etc.) that integrate with the DeepCitation verification API.
- verify — Verify AI claims against source documents using the DeepCitation API
npx skills add DeepCitation/skillsOr add it manually — in your project's .claude/settings.json, add the skill source path or URL.
- Download
verify.zip - Go to claude.ai/customize/skills
- Upload
verify.zip - Start or join a Cowork chat, then end your message with
/verifyto verify claims against source documents
The SKILL.md files and rule files are plain Markdown — any agent that supports reading Markdown instructions can use them.
When you invoke /verify, the skill:
- Prepares your source documents (PDF, DOCX, images, URLs) via the DeepCitation API
- Answers your question naturally using the source content
- Cites every claim, value, and fact back to specific pages and lines in the source
- Verifies each citation against the original document
- Delivers results as either:
- An interactive HTML file with clickable citation popovers, or
- Inline markdown with ✓ (verified) / ✓ (partial match) / ✗ (not found) indicators and a status summary table
- deepcitation — The DeepCitation SDK and CLI
- API docs — DeepCitation API documentation