MCPcopy Create free account
hub / github.com/openai/plugins

github.com/openai/plugins @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
9,343 symbols 27,736 edges 347 files 1,266 documented · 14% 10 cross-repo links updated today★ 5,118

Browse by type

Functions 8,980 Types & classes 363
What it actually does AI analysis from the code graph
loading…
README

Plugins

This repository contains a curated collection of Codex plugin examples.

Each plugin lives under plugins/<name>/ 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/figma for use_figma, Code to Canvas, Code Connect, and design system rules
  • plugins/notion for planning, research, meetings, and knowledge capture
  • plugins/build-ios-apps for SwiftUI implementation, refactors, performance, and debugging
  • plugins/build-macos-apps for macOS SwiftUI/AppKit workflows, build/run/debug loops, and packaging guidance
  • plugins/build-web-apps for deployment, UI, payments, and database workflows
  • plugins/expo for Expo and React Native apps, SDK upgrades, EAS workflows, and Codex Run actions
  • plugins/netlify, plugins/remotion, and plugins/google-slides for additional public skill- and MCP-backed plugin bundles

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 7,647
Method 1,333
Interface 256
Class 107

Languages

TypeScript68%
Python32%

Modules by API surface

plugins/shopify/skills/shopify-functions/scripts/validate.mjs755 symbols
plugins/shopify/skills/shopify-storefront-graphql/scripts/validate.mjs753 symbols
plugins/shopify/skills/shopify-payments-apps/scripts/validate.mjs753 symbols
plugins/shopify/skills/shopify-partner/scripts/validate.mjs753 symbols
plugins/shopify/skills/shopify-customer/scripts/validate.mjs753 symbols
plugins/shopify/skills/shopify-admin/scripts/validate.mjs753 symbols
plugins/figma/skills/figma-use/references/plugin-api-standalone.d.ts611 symbols
plugins/codex-security/scripts/workbench_db.py118 symbols
plugins/nvidia/skills/omniverse-cad-to-simready/references/preflight/scripts/preflight.py79 symbols
plugins/shopify/skills/shopify-pos-ui/scripts/validate.mjs72 symbols
plugins/shopify/skills/shopify-polaris-customer-account-extensions/scripts/validate.mjs72 symbols
plugins/shopify/skills/shopify-polaris-checkout-extensions/scripts/validate.mjs72 symbols

Dependencies from manifests, versioned

@react-router/dev7.15.1 · 1×
@shopify/app-bridge-types0.7.0 · 1×
@shopify/hydrogen2026.1.3 · 1×
@shopify/hydrogen-react2026.1.2 · 1×
@shopify/polaris-types1.0.1 · 1×
@shopify/theme-check-common3.24.0 · 1×
@shopify/theme-check-docs-updater3.24.0 · 1×
@shopify/theme-check-node3.24.0 · 1×
@shopify/ui-extensions2026.1.1 · 1×
@types/react19.2.14 · 1×
@vitejs/plugin-react5.1.1 · 1×
ajv8.17.1 · 1×

Datastores touched

(mongodb)Database · 1 repos
dbDatabase · 1 repos
devDatabase · 1 repos
(mysql)Database · 1 repos
dbDatabase · 1 repos
dbnameDatabase · 1 repos
mydbDatabase · 1 repos

For agents

$ claude mcp add plugins \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page