zotero
v0.1.2Work with Zotero from Codex: search your library, export BibTeX, insert citations, and import references through the Zotero desktop app.
By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 18, 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 zotero for Codex
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add zotero@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “zotero” remain stable.
- Codex:
zotero@agent-plugin-marketplace→zotero@openai-curated
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/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zotero/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "zotero",
"version": "0.1.2",
"description": "Work with Zotero from Codex: search your library, export BibTeX, insert citations, and import references through the Zotero desktop app.",
"author": {
"name": "OpenAI",
"email": "[email protected]",
"url": "https://openai.com/"
},
"homepage": "https://openai.com/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"zotero",
"citations",
"bibliography",
"bibtex",
"references",
"research",
"papers",
"latex"
],
"skills": "./skills/",
"interface": {
"displayName": "Zotero",
"shortDescription": "Find papers and add citations from Zotero",
"longDescription": "Connect Codex to your Zotero desktop library so it can find saved papers, export BibTeX, add citation keys to drafts, read indexed attachment text when you ask, and import new reference records into Zotero with your approval.",
"developerName": "OpenAI",
"category": "Education & Research",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://openai.com/",
"privacyPolicyURL": "https://openai.com/policies/privacy-policy/",
"termsOfServiceURL": "https://openai.com/policies/terms-of-use/",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"defaultPrompt": [
"@Zotero find papers in my library about transformers and add citations to my draft",
"@Zotero export my Zotero library to references.bib",
"@Zotero search my Zotero library and show the BibTeX keys"
],
"brandColor": "#EF4444",
"screenshots": []
}
}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.
[zotero on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zotero)