feat(codex): 增量接入 Codex 插件市场(Claude 侧零修改)

新增 .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>
This commit is contained in:
SkyJourney
2026-06-16 09:56:52 +08:00
co-authored by Claude Sonnet 4.6
parent bd960dbddd
commit 10f9e84d5c
5 changed files with 62 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "yixiong-codex-hub",
"owner": { "name": "蚁熊团队" },
"description": "蚁熊官方出品的 Codex 能力增强平台。这里汇聚了团队在工程实践中沉淀的精选技能与工作流插件——从代码审查到数据工程,从项目管理到 AI 辅助写作,每一个插件都源自真实业务场景的打磨。装上它,让 Codex 更懂蚁熊。",
"plugins": [
{
"name": "huanxi",
"source": "./plugins/huanxi",
"description": "寰汐企业管理系统插件:日报/负责人日报/周报/任务管理/组织查询,含 MCP Server 自动配置(Bearer Token 直连)",
"installPolicy": "AVAILABLE"
},
{
"name": "memcore",
"source": "./plugins/memcore",
"description": "记忆体系核心引擎:memory-sync(全量同步)、memory-update(增量写入)、memory-lint(健康校验)",
"installPolicy": "AVAILABLE"
},
{
"name": "obsidian",
"source": "./plugins/obsidian",
"description": "Obsidian 知识库 AI 协作插件族:检测到 .obsidian/ 目录自动激活,含 vault 管理、搜索图谱、frontmatter、任务、每日笔记、Bases 数据库、Canvas 视觉层、版本历史、插件配置、PKM 编排工作流共 10 个技能",
"installPolicy": "AVAILABLE"
}
]
}