About openai/plugins
openai/plugins is an open-source project on GitHub, mainly written in JavaScript. OpenAI Plugins It currently holds 6,803 stars and 890 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).
Project Overview
AI Homed tracks it on the Today's Trending board.
GitHub Repository Details
README
Plugins
This repository contains a curated collection of Codex plugin examples.
Each plugin lives under plugins// with a required
.codex-plugin/plugin.json manifest and optional companion surfaces such as
skills/, .app.json, .mcp.json, plugin-level agents/, commands/,
hooks.json, assets/, and other supporting files.
The default marketplace lives at .agents/plugins/marketplace.json and points
at the standard plugins/ directory. API key login users have a separate
marketplace at .agents/plugins/api_marketplace.json.
Highlighted richer examples in this repo include:
plugins/figmaforuse_figma, Code to Canvas, Code Connect, and design system rulesplugins/notionfor planning, research, meetings, and knowledge captureplugins/build-ios-appsfor SwiftUI implementation, refactors, performance, and debuggingplugins/build-macos-appsfor macOS SwiftUI/AppKit workflows, build/run/debug loops, and packaging guidanceplugins/build-web-appsfor deployment, UI, payments, and database workflowsplugins/expofor Expo and React Native apps, SDK upgrades, EAS workflows, and Codex Run actionsplugins/netlify,plugins/remotion, andplugins/google-slidesfor additional public skill- and MCP-backed plugin bundles