Files
EapilSkillMarket/.agents/plugins/marketplace.json
T
KeyInfo Bot 179fbcbe40 Publish docx 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 19:42:09 +08:00

93 lines
2.0 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": "设计"
},
{
"name": "docx",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/docx"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "文档处理"
}
]
}