Agent Plugins Marketplace
All plugins

openai-developers

v1.2.3

Build with OpenAI APIs, Agents SDK, and ChatGPT Apps, and create and save OpenAI API keys from Codex.

Codex5 Skills1 MCP serverstdio

By OpenAILicense: Proprietary0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
6 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 openai-developers for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add openai-developers@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 “openai-developers-2” remain stable.

  • Codex: openai-developers-2@agent-plugin-marketplaceopenai-developers@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/openai-developers/.

Plugin files

plugins/openai-developers/
├── .codex-plugin/plugin.json
├── skills/agents-sdk/SKILL.md
├── skills/build-chatgpt-app/SKILL.md
├── skills/chatgpt-app-submission/SKILL.md
├── skills/openai-api-troubleshooting/SKILL.md
├── skills/openai-platform-api-key/SKILL.md
└── .mcp.json

Included Skills5

agents-sdkskills/agents-sdk/SKILL.md

Build, run, deploy, and evaluate OpenAI Agents SDK apps from Codex. Use when the user asks to create or adapt an Agents SDK app, build from a prompt or Codex thread, prepare a runnable agent prototype, add a focused eval harness, or deploy locally through the Agents SDK Deployment Manager.

build-chatgpt-appskills/build-chatgpt-app/SKILL.md

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.

chatgpt-app-submissionskills/chatgpt-app-submission/SKILL.md

Inspect a ChatGPT Apps MCP server codebase and generate chatgpt-app-submission.json with app info suggestions, tool hint justifications, test cases, and negative test cases, then report review-check findings and outputSchema warnings for submission review.

openai-api-troubleshootingskills/openai-api-troubleshooting/SKILL.md

Use when an OpenAI API request fails and Codex needs to classify the likely cause, explain the next step, and route to the right follow-up. Covers common runtime failures such as blocked outbound network access, invalid credentials, exhausted API quota or credits, rate limits, and model, project, or organization access issues; delegate key provisioning to openai-platform-api-key and current documentation lookups to openai-docs.

openai-platform-api-keyskills/openai-platform-api-key/SKILL.md

Use when Codex is asked to build, run, test, debug, or configure an OpenAI-backed or provider-unspecified AI app, UI, script, CLI, generator, or tool, especially requests phrased only as "using AI" or generators driven by forms/user input; also use for OPENAI_API_KEY or sk-proj setup. Treat this as the credential gate: inspect safely, ask reuse-vs-new before API work, and never expose plaintext.

MCP servers1

openai-api-key-local-confirmationstdio
command
node
args
./mcp/server.mjs
cwd
.

Plugin manifests1

plugins/openai-developers/.codex-plugin/plugin.json
{
  "name": "openai-developers",
  "version": "1.2.3",
  "description": "Build with OpenAI APIs, Agents SDK, and ChatGPT Apps, and create and save OpenAI API keys from Codex.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://platform.openai.com/",
  "repository": "https://github.com/openai/plugins/tree/main/plugins/openai-developers",
  "license": "Proprietary",
  "keywords": [
    "openai-platform",
    "api-key",
    "agents-sdk",
    "agents",
    "chatgpt-apps",
    "apps-sdk",
    "mcp",
    "submissions",
    "codex"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "apps": "./.app.json",
  "interface": {
    "displayName": "OpenAI Developers",
    "shortDescription": "Develop AI apps, agents, and ChatGPT Apps with OpenAI best practices",
    "longDescription": "Use OpenAI Developers in Codex to build AI applications, agents, and ChatGPT Apps with OpenAI docs, the OpenAI API, Apps SDK, and Agents SDK. Connect to the OpenAI Platform (platform.openai.com) and see your Codex-built apps work right out of the box with real OpenAI API keys. Run and locally deploy Agents SDK projects through the Deployment Manager, scaffold ChatGPT Apps, and prepare ChatGPT Apps submission artifacts.",
    "developerName": "OpenAI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://platform.openai.com/",
    "privacyPolicyURL": "https://openai.com/policies/privacy-policy/",
    "termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "defaultPrompt": [
      "Create an OpenAI API key to use in this project",
      "Build an agent with the Agents SDK",
      "Build a ChatGPT app from my local MCP server and widget idea."
    ],
    "brandColor": "#10A37F",
    "screenshots": []
  }
}

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

[openai-developers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openai-developers-2)