cc-academia
v0.1.13Academic research toolchain — systematic literature review, manuscript peer review, and IEEE reviewer discovery, backed by a single deterministic Python library and an accumulating local scholarly database.
By Mingyang Bao2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 30, 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 cc-academia for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cc-academia@agent-plugin-marketplacePaste 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/DawnEver/cc-marketClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cc-academia/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/literature-review/SKILL.md├── skills/manuscript-rerun/SKILL.md├── skills/manuscript-review/SKILL.md├── skills/reviewer-discovery/SKILL.md└── .mcp.json
Included Skills4
Conduct a systematic literature review — define scope, search across providers, screen abstracts, acquire PDFs, ingest, and choose from deep-read/synthesis/Zotero/bibliography options.
Re-run a single step of the manuscript-review pipeline against an existing slug. Replaces the old manuscript-archive / manuscript-repolish skills.
Review an academic paper PDF — ingest, summarise, fan out multi-angle 锐评, polish user draft into publishable English reviewer comments, archive.
Find candidate peer reviewers for a journal submission — profile the manuscript, search the literature, harvest authors of the closest work, screen conflicts of interest deterministically, and produce an evidenced shortlist with institutions, backgrounds and public contact addresses.
MCP servers1
- command
- uv
- args
- run --link-mode copy --no-project --with zotero-mcp-server[semantic,pdf]==0.6.3 --with-editable ${CLAUDE_PLUGIN_ROOT} academia-zotero-mcp
- cwd
- .
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests2
{
"name": "cc-academia",
"version": "0.1.13",
"description": "Academic research toolchain — systematic literature review, manuscript peer review, and IEEE reviewer discovery, backed by a single deterministic Python library and an accumulating local scholarly database.",
"author": {
"name": "Mingyang Bao"
},
"keywords": [
"literature-review",
"peer-review",
"reviewer-discovery",
"ieee",
"openalex",
"orcid",
"bibliography",
"research"
],
"mcpServers": "./.codex-plugin/mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "CC Academia",
"shortDescription": "Academic research toolchain — systematic literature review, manuscript peer",
"longDescription": "Academic research toolchain -- systematic literature review, manuscript peer review, and IEEE reviewer discovery, backed by a single deterministic Python library and an accumulating local scholarly database.",
"developerName": "Mingyang Bao",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"Use the CC Academia plugin."
]
}
}{
"name": "cc-academia",
"version": "0.1.13",
"description": "Academic research toolchain — systematic literature review, manuscript peer review, and IEEE reviewer discovery, backed by a single deterministic Python library and an accumulating local scholarly database.",
"author": {
"name": "Mingyang Bao"
},
"keywords": [
"literature-review",
"peer-review",
"reviewer-discovery",
"ieee",
"openalex",
"orcid",
"bibliography",
"research"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cc-academia on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-academia)