Files
EapilSkillMarket/plugins/codex
KeyInfo Bot f4164e7ae5 Preserve Guizang skill display name in pinyin
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.
2026-06-11 14:13:40 +08:00
..

Codex 插件市场目录

这个目录是 EAPIL Codex 插件市场的稀疏安装入口。通常推荐从仓库根目录添加市场,并把稀疏路径留空;只有在需要减少拉取范围时才使用本目录。

从仓库根目录安装市场:

codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main

使用稀疏路径安装市场:

codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main --sparse .agents --sparse plugins/codex

本地调试:

codex plugin marketplace add .\plugins\codex
codex plugin add docx@eapil-skill-market

每个 plugins/<plugin-name> 目录都是独立插件,用户可以只安装自己需要的插件。插件内可以包含一个或多个相关 Skill。