Agent Plugins Marketplace
All plugins

zotero

v0.1.2

Work with Zotero from Codex: search your library, export BibTeX, insert citations, and import references through the Zotero desktop app.

Codex

By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 20, 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

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add zotero@openai-curated

Paste 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-2” remain stable.

  • Codex: zotero-2@agent-plugin-marketplacezotero@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/FaLalens/codex-plugins-zh

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

Plugin files

plugins/zotero/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/zotero/.codex-plugin/plugin.json
{
  "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": []
  }
}

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-2)