From f4164e7ae55d561ad6762d3dd917b6403a6450d8 Mon Sep 17 00:00:00 2001 From: KeyInfo Bot Date: Thu, 11 Jun 2026 14:13:40 +0800 Subject: [PATCH] Preserve Guizang skill display name in pinyin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the pinyin market display name for guizang-ppt-skill instead of localizing the skill name into Chinese characters. Keep the upstream author/developer identity intact while ensuring the user-facing plugin and KeyInfo catalog name are stable and recognizable. Constraint: Existing third-party skill names should not be translated during localization; only descriptions and prompts should be localized. Rejected: Keeping “歸藏 PPT Skill” as the display name | It changes the original skill identity shown to users. Confidence: high Scope-risk: narrow Directive: Preserve upstream skill names in future manifestOverrides unless the upstream source itself changes the name. Tested: python scripts/validate_marketplace.py; python /Users/eapil/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/codex/plugins/guizang-ppt-skill; git diff --check. Not-tested: Full marketplace install smoke test was not run. --- config/external-sources.json | 8 ++++---- .../plugins/guizang-ppt-skill/.codex-plugin/plugin.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/external-sources.json b/config/external-sources.json index f06949eb6..6eceef9ed 100644 --- a/config/external-sources.json +++ b/config/external-sources.json @@ -216,14 +216,14 @@ "swiss-style" ], "interface": { - "displayName": "歸藏 PPT Skill", + "displayName": "Guizang PPT Skill", "shortDescription": "生成杂志风或瑞士风的横向翻页网页 PPT。", - "longDescription": "歸藏 PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。", + "longDescription": "Guizang PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。", "developerName": "歸藏", "category": "文档处理", "defaultPrompt": [ - "使用歸藏 PPT Skill 帮我制作一份网页 PPT。", - "使用歸藏 PPT Skill 帮我做一份瑞士风演示文稿。" + "使用 Guizang PPT Skill 帮我制作一份网页 PPT。", + "使用 Guizang PPT Skill 帮我做一份瑞士风演示文稿。" ], "websiteURL": "https://github.com/op7418/guizang-ppt-skill", "privacyPolicyURL": "https://github.com/op7418/guizang-ppt-skill", diff --git a/plugins/codex/plugins/guizang-ppt-skill/.codex-plugin/plugin.json b/plugins/codex/plugins/guizang-ppt-skill/.codex-plugin/plugin.json index 1990ff3d5..cf8e537a4 100644 --- a/plugins/codex/plugins/guizang-ppt-skill/.codex-plugin/plugin.json +++ b/plugins/codex/plugins/guizang-ppt-skill/.codex-plugin/plugin.json @@ -18,9 +18,9 @@ ], "skills": "./skills/", "interface": { - "displayName": "歸藏 PPT Skill", + "displayName": "Guizang PPT Skill", "shortDescription": "生成杂志风或瑞士风的横向翻页网页 PPT。", - "longDescription": "歸藏 PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。", + "longDescription": "Guizang PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。", "developerName": "歸藏", "category": "文档处理", "capabilities": [ @@ -28,8 +28,8 @@ "Write" ], "defaultPrompt": [ - "使用歸藏 PPT Skill 帮我制作一份网页 PPT。", - "使用歸藏 PPT Skill 帮我做一份瑞士风演示文稿。" + "使用 Guizang PPT Skill 帮我制作一份网页 PPT。", + "使用 Guizang PPT Skill 帮我做一份瑞士风演示文稿。" ], "websiteURL": "https://github.com/op7418/guizang-ppt-skill", "privacyPolicyURL": "https://github.com/op7418/guizang-ppt-skill",