{
  "markdown": "# SourceVerify Skill for Claude Code (Beta)\n\nVerify academic and professional citations directly from Claude Code using the [SourceVerify](https://sourceverify.ai) API.\n\n## Install\n\n**1. Get an API key**\n\n[Sign up](https://sourceverify.ai/signup) and grab your key from [Account → Developer](https://sourceverify.ai/account/developer). Set it in your shell profile:\n\n```bash\nexport SOURCEVERIFY_API_KEY=\"sk_your_key_here\"\n```\n\n**2. Install the skill**\n\n```bash\ncurl -o ~/.claude/commands/sourceverify.md \\\n  https://raw.githubusercontent.com/SourceVerify-ai/sourceverify-skill/main/skills/sourceverify/SKILL.md\n```\n\nThat's it. Restart Claude Code and `/sourceverify` is available.\n\n## Usage\n\n### Verify a reference\n\n```\n/sourceverify \"Kuhn, T. S. (1962). The Structure of Scientific Revolutions. University of Chicago Press.\"\n```\n\nOr point to a file (one reference per line):\n\n```\n/sourceverify references.txt\n```\n\n### Check token balance\n\n```\n/sourceverify balance\n```\n\n### View verification history\n\n```\n/sourceverify history\n```\n\n### Cancel in-progress jobs\n\n```\n/sourceverify cancel doc_abc123\n```\n\n## How It Works\n\n1. References are submitted to the SourceVerify API\n2. Each reference is checked against OpenAlex, Google Scholar, and direct URL verification\n3. An AI review agent analyzes the evidence and assigns a status\n4. Results include corrected APA7 formatting and field-level accuracy details\n\n## Verification Statuses\n\n| Status | Meaning |\n|--------|---------|\n| **VERIFIED** | Reference confirmed as accurate |\n| **VERIFIED (with errors)** | Reference exists but has minor inaccuracies |\n| **NEEDS HUMAN REVIEW** | Ambiguous results requiring manual review |\n| **UNVERIFIED** | Could not confirm the reference exists |\n\n## Pricing\n\nEach reference verification costs 1 token. Get tokens at [sourceverify.ai/pricing](https://sourceverify.ai/pricing).\n\n## Links\n\n- [SourceVerify](https://sourceverify.ai)\n- [CLI Tool](https://sourceverify.ai/developers/docs/cli)\n- [API Documentation](https://sourceverify.ai/developers/docs/api)\n- [Get API Key](https://sourceverify.ai/account/developer)\n",
  "bytes": 2101,
  "sha": "70c5d58f95cafc9e37f15e02e4ed71b61ceefd9aaf33aa0eaef060bfd9c2d6c1",
  "repo_slug": "sourceverify-ai/sourceverify-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_sourceverify_ai_sourceverify_skill_sourc_64efeffb/readme"
}