Files
EapilSkillMarket/.agents/plugins/marketplace.json
T
KeyInfo Bot 10da163fce Publish pptx skill to 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.
Tested: Marketplace validation passed.
2026-06-10 21:13:09 +08:00

69 lines
1.5 KiB
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": "文档处理"
},
{
"name": "pdf",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/pdf"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "文档处理"
},
{
"name": "pptx",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/pptx"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "文档处理"
}
]
}