This plugin is the Codex-facing bundle for OpenAI developer workflows. It pairs OpenAI Platform workflows with Codex's native OpenAI docs skill guidance so users can build AI applications, agents, and ChatGPT Apps, then connect those projects to platform.openai.com.
.codex-plugin/plugin.jsondeclares the Codex plugin metadata and user-facingOpenAI Developersbrand..app.jsonexposes theopenai-platformapp connector used to work with the OpenAI Platform.skills/openai-platform-api-key/handles encrypted API-key creation and local project setup.skills/openai-api-troubleshooting/classifies common runtime API failures and routes users to the right next step.assets/openai-platform.pngis intentionally shared by both the plugin tile and the bundled OpenAI Platform app tile.skills/agents-sdk/builds, runs, deploys and evaluates Agents SDK apps.skills/build-chatgpt-app/scaffolds, refactors, and troubleshoots ChatGPT Apps SDK projects.skills/chatgpt-app-submission/generateschatgpt-app-submission.jsonfor ChatGPT Apps submissions.
node --test plugins/openai-developers/tests/openai-platform-api-key.test.mjs
python plugins/internal-distribution/scripts/validate_distribution.py