cc51bb2d78
Constraint: Public marketplace should only expose production-ready plugins while KeyInfo now publishes internal skills explicitly. Rejected: Keeping eapil-prefixed test plugins | They conflict with future KeyInfo-published skills and confuse plugin identity. Confidence: high Scope-risk: narrow Directive: Keep plugin IDs stable and avoid eapil-prefixed test fixtures in the public market. Tested: python scripts/validate_marketplace.py; CODEX_HOME temp codex plugin marketplace add .; CODEX_HOME temp codex plugin add docx@eapil-skill-market Not-tested: Remote Codex Desktop install after push.
45 lines
958 B
JSON
45 lines
958 B
JSON
{
|
|
"name": "eapil-skill-market",
|
|
"interface": {
|
|
"displayName": "EAPIL 技能市场"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"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": "设计"
|
|
},
|
|
{
|
|
"name": "docx",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/docx"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "文档处理"
|
|
}
|
|
]
|
|
}
|