我的代码库 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
我的代码库 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
我的代码库 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/sehoon787/my-codex
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"-----": {
"command": "npx",
"args": ["-y", "my-codex"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 我的代码库 执行以下任务... Claude: [自动调用 我的代码库 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"_____": {
"command": "npx",
"args": ["-y", "my-codex"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
English | 한국어 | 日本語 | 中文 | Deutsch | Français
Looking for Claude Code? → my-claude — same Boss orchestration in native Claude
.mdagent format
---
| Category | Count | Source |
|---|---|---|
| **Core agents** (always loaded) | 17 | Boss 1 + OMO 9 + OMX 7 |
| **Agent packs** (opt-in, none enabled by default) | 17 | 2 vendored categories: data-ai 13 + llmops 4 |
| **Skills** | 123 | ECC 79 · gstack 27 · Superpowers 13 · Core 4 |
| **MCP Servers** | 3 | Context7, Exa, grep.app |
| **config.toml** | 1 | my-codex |
| **AGENTS.md** | 1 | my-codex |
<details> <summary><strong>Core Agent — Boss meta-orchestrator (1)</strong></summary>
| Agent | Model | Role | Source |
|---|---|---|---|
| Boss | gpt-6-astra xhigh | Dynamic runtime discovery → capability matching → optimal routing. Never writes code. | my-codex |
</details>
<details> <summary><strong>OMO Agents — Sub-orchestrators and specialists (9)</strong></summary>
| Agent | Model | Role | Source |
|---|---|---|---|
| Sisyphus | gpt-6-astra high | Intent classification → specialist delegation → verification | [oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent) |
| Hephaestus | gpt-6-astra high | Autonomous explore → plan → execute → verify | oh-my-openagent |
| Atlas | gpt-6-astra high | Task decomposition + 4-stage QA verification | oh-my-openagent |
| Oracle | gpt-6-astra xhigh | Strategic technical consulting (read-only) | oh-my-openagent |
| Metis | gpt-6-astra high | Intent analysis, ambiguity detection | oh-my-openagent |
| Momus | gpt-6-astra high | Plan feasibility review | oh-my-openagent |
| Prometheus | gpt-6-astra xhigh | Interview-based detailed planning | oh-my-openagent |
| Librarian | gpt-5.6-sol medium | Open-source documentation search via MCP | oh-my-openagent |
| Multimodal-Looker | gpt-5.6-sol medium | Image/screenshot/diagram analysis | oh-my-openagent |
</details>
<details> <summary><strong>OMX Agents — Specialist workers (7)</strong></summary>
Converted from oh-my-codex prompts/*.md to Codex TOML. Only the lanes templates/codex-AGENTS.md advertises are converted — the allowlist lives in scripts/skill-allowlists.sh.
| Agent | Sandbox | Role | Source |
|---|---|---|---|
| executor | workspace-write | Code implementation | oh-my-codex |
| planner | workspace-write | Implementation planning | oh-my-codex |
| architect | read-only | System design and architecture | oh-my-codex |
| test-engineer | workspace-write | Test strategy and coverage | oh-my-codex |
| security-reviewer | read-only | Security analysis | oh-my-codex |
| code-reviewer | read-only | Focused code review | oh-my-codex |
| debugger | workspace-write | Root cause analysis | oh-my-codex |
</details>
<details> <summary><strong>Agent Packs — Opt-in AI specialists (2 packs, 17 agents)</strong></summary>
Vendored from awesome-codex-subagents (MIT) into codex-agents/packs/ and installed to ~/.codex/agent-packs/. No pack is enabled by default — opt in explicitly:
```bash
bash /tmp/my-codex/install.sh --profile minimal # no packs bash /tmp/my-codex/install.sh --profile dev # data-ai + llmops bash /tmp/my-codex/install.sh --profile full # every installed pack ```
| Pack | Count | Agents |
|---|---|---|
| data-ai | 13 | ai-engineer, data-analyst, data-engineer, data-scientist, database-optimizer, llm-architect, machine-learning-engineer, ml-engineer, mlops-engineer, nlp-engineer, postgres-pro, prompt-engineer, reinforcement-learning-engineer |
| llmops | 4 | ai-observability-engineer, eval-engineer, hallucination-investigator, prompt-regression-tester |
</details>
<details> <summary><strong>Skills — 123 from 4 sources</strong></summary>
Curated per-skill allowlists live in scripts/skill-allowlists.sh — that file is the authority for what ships.
| Source | Count | Key Skills |
|---|---|---|
| [everything-claude-code](https://github.com/affaan-m/everything-claude-code) | 79 | coding-standards, python-testing, api-design, deep-research |
| [gstack](https://github.com/garrytan/gstack) | 27 | /qa, /review, /ship, /cso, /investigate, /office-hours |
| [superpowers](https://github.com/obra/superpowers) | 13 | brainstorming, systematic-debugging, TDD, writing-plans |
| [my-codex Core](https://github.com/sehoon787/my-codex) | 4 | boss-advanced, boss-briefing, briefing-vault, gstack-sprint |
gstack is counted as 26 allowlisted skills plus the repo root entry; the whole gstack repo also lives at ~/.codex/skills/gstack as its canonical runtime tree.
Codex ships no document skills — there is no pdf, docx, pptx, or xlsx skill in this bundle.
</details>
<details> <summary><strong>MCP Servers (3)</strong></summary>
| Server | Purpose | Cost |
|---|---|---|
| <img src="https://context7.com/favicon.ico" width="16" height="16" align="center"/> [Context7](https://mcp.context7.com) | Real-time library documentation | Free |
| <img src="https://exa.ai/images/favicon-32x32.png" width="16" height="16" align="center"/> [Exa](https://mcp.exa.ai) | Semantic web search | Free 1k req/month |
| <img src="https://www.google.com/s2/favicons?domain=grep.app&sz=32" width="16" height="16" align="center"/> [grep.app](https://mcp.grep.app) | GitHub code search | Free |
</details>
---
git clone --depth 1 https://github.com/sehoon787/my-codex.git /tmp/my-codex
bash /tmp/my-codex/install.sh
rm -rf /tmp/my-codex
Re-running the same command refreshes to the latest main build, replaces only my-codex-managed files in ~/.codex/, and removes stale skill copies from ~/.agents/skills/.
bash /tmp/my-codex/install.sh --profile full ```
Global Codex settings in ~/.codex/config.toml:
[agents]
max_threads = 8
max_depth = 1
max_threads — Maximum concurrent sub-agentsmax_depth — Maximum nesting depth for agent-spawns-agent chains---
For end-to-end feature implementation, Boss orchestrates a structured sprint:
Phase 1: DESIGN Phase 2: EXECUTE Phase 3: REVIEW
(interactive) (autonomous) (interactive)
───────────────────── ───────────────────── ─────────────────────
User decides scope executor runs tasks Compare vs design doc
Engineering review Auto code review Present comparison table
Confirm "design done" Architect verification User: approve / improve
<details> <summary><strong>How is my-codex different from my-claude?</strong></summary>
my-codex and my-claude share the same Boss orchestration architecture and upstream skill sources. The key difference is the runtime: my-codex targets OpenAI Codex CLI with native .toml agent format and spawn_agent delegation, while my-claude targets Claude Code with .md agent format and the Agent tool.
</details>
<details> <summary><strong>Can I use both my-codex and my-claude?</strong></summary>
Yes. They install to separate directories (~/.codex/ and ~/.claude/) and do not conflict. Skills from shared upstream sources are adapted for each platform.
</details>
<details> <summary><strong>How do agent packs work?</strong></summary>
Agent packs are domain-specific agent collections installed to ~/.codex/agent-packs/. Two packs ship today — data-ai (13) and llmops (4) — and none is enabled on install. Use my-codex-packs enable <pack> to activate one, or reinstall with --profile full to enable both categories.
</details>
<details> <summary><strong>How does upstream sync work?</strong></summary>
A GitHub Actions workflow runs every 3 days, pulling the latest commits from all 4 upstream submodules, refreshing the SHA pins in upstream/SOURCES.json, and creating a security-gated auto-merge PR. You can also trigger it manually from the Actions tab.
</details>
<details> <summary><strong>What models does my-codex use?</strong></summary>
Boss and sub-orchestrators (Sisyphus, Atlas, Oracle) use gpt-6-astra with high reasoning effort (Boss, Oracle, and Prometheus at xhigh). Standard workers use gpt-5.6-sol with medium reasoning. Lightweight advisory agents use gpt-5.6-terra.
Skills consume the SKILL.md standard as-is with no transformation; only agents are converted to Codex TOML, and the model tier for that conversion is managed from a single file, scripts/model-tiers.sh. When Codex ships its next model generation, update only that file — scripts/md-to-toml.sh and install.sh both source it.
</details>
---
高质量的MCP工具,集成OpenAI Codex CLI
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,我的代码库 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | my-codex |
| 原始描述 | 开源MCP工具:All-in-one agent harness for OpenAI Codex CLI — Boss meta-orchestrator, 400+ age。⭐17 · Shell |
| Topics | agent-harnessai-agentscodex |
| GitHub | https://github.com/sehoon787/my-codex |
| License | MIT |
| 语言 | Shell |
收录时间:2026-06-28 · 更新时间:2026-07-03 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端