{
  "markdown": "# CitationHunter\n\nAudit research papers and claims for citation quality. Identifies missing citations, weak references, contradictory evidence, and produces a structured citation coverage score.\n\nThink of it as \"Grammarly for citations\" - focused on scientific validity and completeness, not grammar.\n\n## Quick Start\n\n```\n/citationhunter \"Transformer models dominate most NLP tasks.\"\n/citationhunter https://arxiv.org/abs/1706.03762\n/citationhunter \"Attention Is All You Need\"\n```\n\n## Install\n\n### Agent Skills (Claude Code, Codex, Cursor, Copilot, Gemini CLI, and 50+ hosts)\n\n```bash\nnpx skills add liodon-ai/citationhunter -g\n```\n\n### Claude Code (marketplace)\n\n```\n/plugin marketplace add liodon-ai/citationhunter\n```\n\n### Manual\n\n```bash\ngit clone https://github.com/liodon-ai/citationhunter.git\nln -s \"$(pwd)/citationhunter/skills/citationhunter\" ~/.claude/skills/citationhunter\n```\n\n## What It Does\n\n| Input | Output |\n|-------|--------|\n| A sentence or claim | Missing citations, contradictory evidence, coverage score |\n| An arXiv link | Full paper audit: missing + weak + contradictory citations |\n| A paper title | Paper lookup + citation audit |\n| A PDF/LaTeX file | Full paper audit with method gap analysis |\n\n## Output Sections\n\n1. **Citation Coverage Score** (0-10) - How well the claim/paper is supported\n2. **Missing Citations** - Unsupported key statements with suggested papers\n3. **Weak Citations** - Outdated/irrelevant references with stronger alternatives\n4. **Contradictory Evidence** - Papers that challenge the claim\n5. **Methodological Gaps** - Missing baselines, ablations, limitations\n\n## Sources\n\n- Semantic Scholar (primary)\n- arXiv\n- CrossRef\n- OpenAlex (fallback)\n- Web search (supplementary)\n\nNo API keys required. All sources are public.\n\n## License\n\nMIT\n",
  "bytes": 1790,
  "sha": "47630a58390e85ccc74006d7617ab6fa741e82245d209dc6c9ffb508cadc1a1f",
  "repo_slug": "liodon-ai/citationhunter",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_liodon_ai_citationhunter_d4d39eac/readme"
}