新增 .agents/plugins/marketplace.json(Codex 市场索引)及三个插件的
.codex-plugin/plugin.json;huanxi 额外增加 .mcp.codex.json(Bearer
${HUANXI_TOKEN} 直连)。SKILL.md 与 Claude 侧共享,无内容重复。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
376 B
JSON
11 lines
376 B
JSON
{
|
|
"name": "huanxi",
|
|
"version": "1.0.0",
|
|
"description": "寰汐企业管理系统 Codex 插件。集成日报、负责人日报、周报、任务管理、组织查询六大工作流技能,并自动配置寰汐 MCP Server 连接(Bearer Token 直连模式)。",
|
|
"author": {
|
|
"name": "姜顺志"
|
|
},
|
|
"skills": "./skills",
|
|
"mcpServers": "./.mcp.codex.json"
|
|
}
|