Files
EapilSkillMarket/.agents/plugins/marketplace.json
T
KeyInfo Bot 1b4a3975d6 Publish literature-review 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:52:49 +08:00

117 lines
2.6 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": "文档处理"
},
{
"name": "xlsx",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/xlsx"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "文档处理"
},
{
"name": "threejs",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/threejs"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "设计"
},
{
"name": "postgres",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/postgres"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "数据分析"
},
{
"name": "literature-review",
"source": {
"source": "local",
"path": "./plugins/codex/plugins/literature-review"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "文档处理"
}
]
}