Agent Plugins Marketplace
All plugins

citecheck

v0.1.0

Verify academic paper citations: extract references from LaTeX/PDF, check formatting, verify existence via Crossref/Semantic Scholar, and score thematic/semantic relevance.

CodexClaude Code1 Skill

By CiteCheck TeamLicense: MIT55 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
May 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install citecheck for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add citecheck@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/color4-alt/CiteCheck

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

citecheck/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/citecheck/SKILL.md

Included Skills1

citecheckskills/citecheck/SKILL.md

Use when the user asks to "verify citations", "check references", "validate paper citations", or "evaluate reference relevance". It extracts references from LaTeX/PDF papers, checks formatting rules, verifies existence via Crossref / Semantic Scholar / OpenAlex / PubMed / arXiv / dblp / Google Scholar / WebSearch, and scores thematic/semantic relevance.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "citecheck",
  "version": "0.1.0",
  "description": "Verify academic paper citations: extract references from LaTeX/PDF, check formatting, verify existence via Crossref/Semantic Scholar, and score thematic/semantic relevance.",
  "author": {
    "name": "CiteCheck Team",
    "email": "[email protected]",
    "url": "https://github.com/color4-alt"
  },
  "homepage": "https://github.com/color4-alt/CiteCheck",
  "repository": "https://github.com/color4-alt/CiteCheck",
  "license": "MIT",
  "keywords": [
    "citations",
    "academic-papers",
    "latex",
    "pdf",
    "references",
    "bibliography",
    "crossref",
    "semantic-scholar"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CiteCheck",
    "shortDescription": "Academic citation verification for LaTeX and PDF papers",
    "longDescription": "Use CiteCheck to verify citations in academic papers. It extracts references from LaTeX source files (preferred) or PDF, checks BibTeX formatting, verifies paper existence via Crossref and Semantic Scholar APIs, and evaluates thematic/semantic relevance.",
    "category": "Research",
    "capabilities": [
      "Read",
      "Write"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "citecheck",
  "description": "Verify academic paper citations: extract references from LaTeX/PDF, check formatting, verify existence via Crossref/Semantic Scholar, and score thematic/semantic relevance.",
  "version": "0.1.0",
  "author": {
    "name": "CiteCheck Team",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/color4-alt/CiteCheck",
  "repository": "https://github.com/color4-alt/CiteCheck",
  "license": "MIT",
  "keywords": [
    "citations",
    "academic-papers",
    "latex",
    "pdf",
    "references",
    "bibliography",
    "crossref",
    "semantic-scholar"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[citecheck on Agent Plugins Marketplace](https://pluginsmp.com/plugins/citecheck)