面向 Codex 用户的独立插件目录与使用指南。非 OpenAI 官方项目。
An independent directory and usage guide for Codex plugins. Not affiliated with OpenAI.
网站已通过公开地址发布,可直接访问。
The site is publicly available at the link above.
Codex 插件指南把 Codex 插件首页的完整目录整理成更容易理解的中文界面。每个条目保留官方名称和图标,并补充产品简介、Codex 适配判断、插件构成、适合与不建议场景、最小验证任务、建议使用路径、官方说明和官方示例任务。
它的目标是帮助你先判断“这个插件是什么、在 Codex 中是否值得使用、应该怎样开始”,而不是简单罗列工具或给插件做无证据排名。
- 按 Codex 插件首页的原生分类与顺序呈现。
- 当前快照包含 15 个分类、133 个分类条目。
- 跨分类去重后共有 130 个独立插件;插件内部的 Skill 不单独计数。
- 中文模式展示翻译后的官方说明与示例任务;英文模式展示官方英文原文和英文界面。
- 支持分类筛选、关键词搜索、详情浮层、深色主题和安装 Prompt 生成。
npm install
npm run dev然后打开 http://localhost:3000/。
从当前 Codex 插件首页重新读取目录并生成数据:
node scripts/sync-catalog.mjs中文分类和说明维护在 scripts/catalog-translations.mjs。如果官方说明或示例任务有新增,可先补齐翻译缓存,再重新同步:
node scripts/fetch-translations.mjs
node scripts/sync-catalog.mjs英文原文始终保留在生成目录中,中文译文缓存位于 scripts/catalog-translation-cache.json。
npm run lint
npm run build
npm audit --omit=devCodex Plugin Guide turns the complete Codex plugin homepage catalog into a more approachable bilingual interface. Each entry keeps the official name and icon, then adds a product overview, Codex-fit assessment, plugin composition, suitable and unsuitable scenarios, a smallest useful verification task, a suggested workflow, the official description, and official example tasks.
The goal is to answer three practical questions before installation: “What is this product?”, “Does it add value inside a Codex workflow?”, and “How should I start using it?” It is not a ranking or an official recommendation list.
- Follows the native categories and ordering of the Codex plugin homepage.
- The current snapshot contains 15 categories and 133 category entries.
- After cross-category deduplication, there are 130 distinct plugins. Skills bundled inside a plugin are not counted as separate plugins.
- Chinese mode shows translated official descriptions and example tasks; English mode shows the official English originals and an English interface.
- Includes category filters, keyword search, detail overlays, dark mode, and installation Prompt generation.
npm install
npm run devThen open http://localhost:3000/.
Read the current Codex plugin homepage catalog and regenerate the local data:
node scripts/sync-catalog.mjsChinese category labels and descriptions are maintained in scripts/catalog-translations.mjs. If the official descriptions or example tasks change, refresh the translation cache before syncing again:
node scripts/fetch-translations.mjs
node scripts/sync-catalog.mjsThe generated catalog always keeps the official English source fields. Chinese translations are cached in scripts/catalog-translation-cache.json.
npm run lint
npm run build
npm audit --omit=dev