让 Codex 从"被动工作的摸鱼员工"升级为"主动找你分析、并自动分配工作给下属 Agent 执行的核心高管"。给 Codex 装上“强效记忆 + 自动规划 + 自动调用子 Agent + 自动验证”的懒人外挂。由 oh-my-opencode 团队打造的 Codex 插件版本。
https://gitcode.com/gh_mirrors/la/lazycodex.git
YC 总裁 Garry Tan 从创业到落地的方法论, 10 个独立商业顾问角色:产品诊断、CEO/工程/设计/开发者体验四视角计划评审、首席安全官安全审计、把想法变可执行规格、系统化排查、每周工程复盘等。
https://gitcode.com/edison7009/EchoBird-gstack.git
最火的 AI 编程方法论 Superpowers 中文版,14个独立技能:头脑风暴、测试驱动开发(TDD)、系统化调试、代码评审、并行子代理、分支收尾等,技能描述与详情页全中文。EchoBird 托管 GitCode,国内直连。
https://gitcode.com/edison7009/EchoBird-Superpowers.git
让 Codex 一句话生成 WPS 文档 / 表格 / 演示(.docx/.xlsx/.pptx):周报、报表、PPT 即可交付。4 个纯中文技能(文档 / 表格 / 演示 + AI 视觉版 PPT),WPS 与 Office 通用。EchoBird 托管腾讯 CNB,国内直连。
https://cnb.cool/echobird/codex-wps.git
6 个纯中文 skill 的内容创作技能集:公众号写作、HTML 排版、AI 图片生成、应急安全选题等。托管 GitHub;加进 Codex 后市场名显示为 By Leinator。
https://github.com/leinatorX/codex-skills-marketplace.git
单个纯中文 skill:编排接口黑盒测试全流程,分编码前方案、编码后执行、最终报告三阶段,各阶段结果输出到 tests/ 目录。托管 GitHub。
https://github.com/xiu86/codex-plugins.git
英文原版,Github社区最大的精选市场,98 个插件,涵盖技能、工作流与第三方集成,人称「头号 Codex 市场」。
https://github.com/hashgraph-online/awesome-codex-plugins.git
川渝节点的全中文备用镜像,内容同国内线路、180 个齐全。国内线路打不开时用这条,同样大陆直连。
本仓库包含精选的 Codex 插件示例集合。
每个插件位于 plugins/ 目录下,其中必须包含 .codex-plugin/plugin.json 清单文件,还可选择性包含配套资源,如 skills/、.app.json、.mcp.json、插件级别的 agents/、commands/、hooks.json、assets/ 以及其他支持文件。
默认插件市场位于 .agents/plugins/marketplace.json,并指向标准的 plugins/ 目录。使用 API 密钥登录的用户拥有独立的插件市场,位于 .agents/plugins/api_marketplace.json。
本仓库中重点推荐的丰富示例包括:
plugins/figma:适用于 use_figma、代码转画布、代码连接以及设计系统规则
plugins/notion:适用于规划、研究、会议和知识捕获
plugins/build-ios-apps:适用于 SwiftUI 实现、重构、性能优化和调试
plugins/build-macos-apps:适用于 macOS SwiftUI/AppKit 工作流、构建/运行/调试循环以及打包指南
plugins/build-web-apps:适用于部署、UI、支付和数据库工作流
plugins/expo:适用于 Expo 和 React Native 应用、SDK 升级、EAS 工作流以及 Codex Run 操作
plugins/netlify、plugins/remotion 和 plugins/google-slides:用于其他由公共技能和 MCP 支持的插件包
https://gitcode.com/edison7009/EchoBird.git
OpenAI 官方全部 180 个插件的全中文镜像:插件名、简介、技能描述、分类全部汉化,大陆直连、无需 VPN。日常首选这条。
本仓库包含精选的 Codex 插件示例集合。
每个插件位于 plugins// 目录下,其中必须包含 .codex-plugin/plugin.json 清单文件,还可选择性包含配套资源,如 skills/、.app.json、.mcp.json、插件级别的 agents/、commands/、hooks.json、assets/ 以及其他支持文件。
默认插件市场位于 .agents/plugins/marketplace.json,并指向标准的 plugins/ 目录。使用 API 密钥登录的用户拥有独立的插件市场,位于 .agents/plugins/api_marketplace.json。
本仓库中重点推荐的丰富示例包括:
plugins/figma:适用于 use_figma、代码转画布、代码连接以及设计系统规则
plugins/notion:适用于规划、研究、会议和知识捕获
plugins/build-ios-apps:适用于 SwiftUI 实现、重构、性能优化和调试
plugins/build-macos-apps:适用于 macOS SwiftUI/AppKit 工作流、构建/运行/调试循环以及打包指南
plugins/build-web-apps:适用于部署、UI、支付和数据库工作流
plugins/expo:适用于 Expo 和 React Native 应用、SDK 升级、EAS 工作流以及 Codex Run 操作
plugins/netlify、plugins/remotion 和 plugins/google-slides:用于其他由公共技能和 MCP 支持的插件包
https://cnb.cool/echobird/codex-plugins.git
官方 GitHub 仓库,由OpenAI维护的180个插件。多数托管连接器需账号 + OAuth,约 25 个纯本地无需账号。大陆访问请改用 EchoBird 同步的国内 / 川渝镜像。
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/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
https://github.com/openai/plugins.git