opencite
v0.3.2Academic literature search, citation management, PDF retrieval, identifier conversion, and BibTeX export
By Seyed Yahya ShiraziLicense: BSD-3-Clause46 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 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 opencite for Codex and Claude Code
codex plugin marketplace add neuromechanist/research-skills
codex plugin marketplace upgrade research-skills
codex plugin add opencite@research-skillsPaste and run these commands in a terminal with Codex. They add and refresh the research-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “opencite” remain stable.
- Codex:
opencite@agent-plugin-marketplace→opencite@research-skills
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/neuromechanist/research-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/opencite/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/opencite/SKILL.md
Included Skills1
Use this skill for "search for papers", "find citations", "look up a DOI", "get BibTeX", "download PDF", "convert PDF to markdown", "find canonical papers", "convert identifiers", "batch download papers", "configure opencite", "literature review", "find related papers", "what papers cite this", "export references", "read this paper", or mentions of opencite, Semantic Scholar, OpenAlex, PubMed, academic literature search, citation management, or paper retrieval.
Plugin manifests2
{
"name": "opencite",
"version": "0.3.2",
"description": "Academic literature search, citation management, PDF retrieval, identifier conversion, and BibTeX export",
"author": {
"name": "Seyed Yahya Shirazi",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"skills": "./skills/",
"keywords": [
"academic",
"literature",
"citations",
"bibtex",
"pdf",
"pubmed",
"openalex",
"semantic-scholar"
]
}{
"name": "opencite",
"version": "0.3.2",
"description": "Academic literature search, citation management, PDF retrieval, identifier conversion, and BibTeX export",
"author": {
"name": "Seyed Yahya Shirazi",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"skills": "./skills/",
"keywords": [
"academic",
"literature",
"citations",
"bibtex",
"pdf",
"pubmed",
"openalex",
"semantic-scholar"
]
}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.
[opencite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/opencite)