Files
EapilSkillMarket/plugins/codex
KeyInfo Bot ee66ea36f0 Keep market source adapter as a local developer skill
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.
2026-06-11 10:37:42 +08:00
..

Codex 插件市场目录

这个目录是 EAPIL Codex 插件市场的稀疏安装入口。通常推荐从仓库根目录添加市场,并把稀疏路径留空;只有在需要减少拉取范围时才使用本目录。

从仓库根目录安装市场:

codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main

使用稀疏路径安装市场:

codex plugin marketplace add https://git.playones.com/arechen/EapilSkillMarket.git --ref main --sparse .agents --sparse plugins/codex

本地调试:

codex plugin marketplace add .\plugins\codex
codex plugin add docx@eapil-skill-market

每个 plugins/<plugin-name> 目录都是独立插件,用户可以只安装自己需要的插件。插件内可以包含一个或多个相关 Skill。