bfe3275e21
Constraint: Chinese users need localized plugin and skill descriptions while third-party sources must remain syncable from upstream. Rejected: Editing third-party generated files by hand | Sync would overwrite them and make localization drift from config. Rejected: One plugin per Three.js skill | Users should install one domain package while Codex can still select individual skills inside it. Confidence: high Scope-risk: moderate Directive: Keep plugin IDs and skill names in English kebab-case; put user-facing Chinese text in manifest fields, SKILL.md descriptions, or external-source overrides. Tested: Codex manual confirms duplicate skills are not merged; powershell sync_external_plugins.ps1 with proxy; python scripts\\validate_marketplace.py; validate_plugin.py for all plugins; codex plugin list local marketplace; codex plugin add/remove eapil-threejs. Not-tested: Codex Desktop visual refresh after pulling the updated remote marketplace.
81 lines
3.6 KiB
JSON
81 lines
3.6 KiB
JSON
{
|
|
"name": "eapil-skill-market",
|
|
"interface": {
|
|
"displayName": "EAPIL 技能市场"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "eapil-pdf",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/eapil-pdf"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "文档处理"
|
|
},
|
|
{
|
|
"name": "eapil-pptx",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/eapil-pptx"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "文档处理"
|
|
},
|
|
{
|
|
"name": "eapil-xlsx",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/eapil-xlsx"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "数据分析"
|
|
},
|
|
{
|
|
"name": "eapil-threejs",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/eapil-threejs"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "开发工具"
|
|
},
|
|
{
|
|
"name": "superpowers",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/superpowers"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "开发工具"
|
|
},
|
|
{
|
|
"name": "ui-ux-pro-max",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/ui-ux-pro-max"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "设计"
|
|
}
|
|
]
|
|
}
|