Files
EapilSkillMarket/plugins/codex/plugins/oh-my-codex/.codex-plugin/plugin.json
T
KeyInfo Bot 0182d1ea59 Sync third-party and MCP marketplace plugins
Constraint: Public skills are published only by explicit administrator action unless they are tracked third-party market sources.
Confidence: high
Scope-risk: narrow
Directive: Keep private/internal skills out of the public marketplace and preserve normal incremental market Git history.
Tested: Marketplace validation passed.
2026-06-22 00:01:14 +08:00

45 lines
1.6 KiB
JSON

{
"name": "oh-my-codex",
"version": "0.18.14",
"description": "oh-my-codex 是 Codex CLI 的多 Agent 编排、结构化工作流、插件级 hooks、MCP 和 HUD 扩展插件。",
"author": {
"name": "Yeachan Heo",
"url": "https://github.com/Yeachan-Heo"
},
"homepage": "https://yeachan-heo.github.io/oh-my-codex",
"repository": "https://github.com/Yeachan-Heo/oh-my-codex.git",
"license": "MIT",
"keywords": [
"codex",
"openai",
"cli",
"agents",
"orchestration",
"multi-agent"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"apps": "./.app.json",
"interface": {
"displayName": "oh-my-codex",
"shortDescription": "为 Codex CLI 提供 OMX 工作流、hooks、MCP 和多 Agent 编排。",
"longDescription": "oh-my-codex 将 OMX 的规划、调试、代码评审、多 Agent 协作、目标执行、质量验证、wiki 和 HUD 工作流打包为 Codex 插件。插件包含官方支持的 plugin-scoped hooks、MCP 配置和多个 workflow skills;完整运行需要用户已安装 oh-my-codex CLI 并完成 omx setup。",
"developerName": "Yeachan Heo",
"category": "开发工具",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"使用 oh-my-codex 帮我选择合适的 OMX 工作流。",
"使用 oh-my-codex 帮我规划、执行并验证这个开发任务。"
],
"websiteURL": "https://oh-my-codex.dev",
"privacyPolicyURL": "https://github.com/Yeachan-Heo/oh-my-codex",
"termsOfServiceURL": "https://github.com/Yeachan-Heo/oh-my-codex",
"brandColor": "#111827"
},
"hooks": "./hooks/hooks.json"
}