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
@@ -0,0 +1,9 @@
{
"huanxi": {
"type": "http",
"url": "https://huanxi.office.yixiong-tech.com/mcp/",
"headers": {
"Authorization": "Bearer ${HUANXI_TOKEN}"
}
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"name": "huanxi",
"version": "1.0.0",
"description": "寰汐企业管理系统 Codex 插件。集成日报、负责人日报、周报、任务管理、组织查询六大工作流技能,并自动配置寰汐 MCP Server 连接(Bearer Token 直连模式)。",
"author": {
"name": "姜顺志"
},
"skills": "./skills",
"mcpServers": "./.mcp.codex.json"
}
@@ -0,0 +1,9 @@
{
"name": "memcore",
"version": "1.0.0",
"description": "Codex 记忆体系核心引擎。提供三层技能:memory-sync(全量同步编排)、memory-update(增量写入)、memory-lint(健康校验)。让项目记忆跨会话、跨机器保持一致。",
"author": {
"name": "姜顺志"
},
"skills": "./skills"
}
@@ -0,0 +1,9 @@
{
"name": "obsidian",
"version": "1.0.0",
"description": "Obsidian 知识库 AI 协作插件族。检测到 .obsidian/ 目录时自动激活全套技能:vault 管理(obsidian,含 OFM 语法速查)、全文搜索与图谱(obsidian-search)、frontmatter 元数据(obsidian-meta)、Markdown 任务与 GTDobsidian-tasks)、每日笔记(obsidian-daily)、Bases 数据库视图(obsidian-bases)、Canvas 视觉层(obsidian-canvasJSON Canvas 1.0)、版本历史与恢复(obsidian-history)、插件与环境配置(obsidian-plugins)、PKM 编排工作流(obsidian-workflow-pkm,含 Web Clip 子流程)。",
"author": {
"name": "姜顺志"
},
"skills": "./skills"
}