From 3f9d1c2dfd75a27a9d4ec2750e5c057a6b39d86d Mon Sep 17 00:00:00 2001 From: KeyInfo Bot Date: Tue, 16 Jun 2026 17:33:56 +0800 Subject: [PATCH] Update docx skill in marketplace 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. --- .agents/plugins/marketplace.json | 24 +++++++++---------- .../codex/.agents/plugins/marketplace.json | 24 +++++++++---------- .../plugins/docx/.codex-plugin/plugin.json | 4 +++- .../codex/plugins/docx/assets/market-icon.svg | 1 + 4 files changed, 28 insertions(+), 25 deletions(-) create mode 100644 plugins/codex/plugins/docx/assets/market-icon.svg diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 25d9a77a7..c0ba2e685 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -28,18 +28,6 @@ }, "category": "设计" }, - { - "name": "docx", - "source": { - "source": "local", - "path": "./plugins/codex/plugins/docx" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "文档处理" - }, { "name": "pdf", "source": { @@ -291,6 +279,18 @@ "authentication": "ON_INSTALL" }, "category": "多媒体与生成" + }, + { + "name": "docx", + "source": { + "source": "local", + "path": "./plugins/codex/plugins/docx" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "文档处理" } ] } diff --git a/plugins/codex/.agents/plugins/marketplace.json b/plugins/codex/.agents/plugins/marketplace.json index 055b97eea..4ef2579df 100644 --- a/plugins/codex/.agents/plugins/marketplace.json +++ b/plugins/codex/.agents/plugins/marketplace.json @@ -28,18 +28,6 @@ }, "category": "设计" }, - { - "name": "docx", - "source": { - "source": "local", - "path": "./plugins/docx" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "文档处理" - }, { "name": "pdf", "source": { @@ -291,6 +279,18 @@ "authentication": "ON_INSTALL" }, "category": "多媒体与生成" + }, + { + "name": "docx", + "source": { + "source": "local", + "path": "./plugins/docx" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "文档处理" } ] } diff --git a/plugins/codex/plugins/docx/.codex-plugin/plugin.json b/plugins/codex/plugins/docx/.codex-plugin/plugin.json index 9bfc59753..c463fe84f 100644 --- a/plugins/codex/plugins/docx/.codex-plugin/plugin.json +++ b/plugins/codex/plugins/docx/.codex-plugin/plugin.json @@ -32,6 +32,8 @@ "privacyPolicyURL": "https://git.playones.com/arechen/EapilSkillMarket", "termsOfServiceURL": "https://git.playones.com/arechen/EapilSkillMarket", "brandColor": "#2563EB", - "screenshots": [] + "screenshots": [], + "composerIcon": "./assets/market-icon.svg", + "logo": "./assets/market-icon.svg" } } diff --git a/plugins/codex/plugins/docx/assets/market-icon.svg b/plugins/codex/plugins/docx/assets/market-icon.svg new file mode 100644 index 000000000..22b8b323f --- /dev/null +++ b/plugins/codex/plugins/docx/assets/market-icon.svg @@ -0,0 +1 @@ +docx