ee66ea36f0
Remove market-source-adapter from the public marketplace because it is a local Codex maintenance skill for adapting future third-party repositories, not a user-installable plugin. Constraint: Marketplace content must contain only user-facing plugins; developer-only workflow skills belong in ~/.codex/skills. Rejected: Mark it as internal in KeyInfo | That would still expose the skill through the product instead of keeping it as a local development aid. Confidence: high Scope-risk: narrow Directive: Do not publish market-source-adapter to EAPIL Skill Market or KeyInfo skills_collection unless explicitly re-scoped as a user-facing skill. Tested: python scripts/validate_marketplace.py; git diff --check; marketplace JSON check; quick_validate.py ~/.codex/skills/market-source-adapter Not-tested: Restarting Codex to observe the global skill in the next thread.
165 lines
3.7 KiB
JSON
165 lines
3.7 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": "文档处理"
|
|
},
|
|
{
|
|
"name": "paper2code",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/paper2code"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "文档处理"
|
|
},
|
|
{
|
|
"name": "find-skills",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/find-skills"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "工具"
|
|
},
|
|
{
|
|
"name": "karpathy-guidelines",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/karpathy-guidelines"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "开发工具"
|
|
},
|
|
{
|
|
"name": "eapil-gpt2-image",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/codex/plugins/eapil-gpt2-image"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "设计"
|
|
}
|
|
]
|
|
}
|