ccpi-marketplace
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseccpi-marketplace — Tons of Skills CLI & Plugin Marketplace Operations
ccpi-marketplace — Tons of Skills CLI与插件市场操作
Use this skill when the task is operating the Tons of Skills ecosystem through CLI commands instead of manual browsing.
当需要通过CLI命令而非手动浏览来操作Tons of Skills生态系统时,可使用此技能。
When to use
使用场景
- Install the CLI and discover plugin packs by keyword.
ccpi - Install/update/remove plugin packs in Claude Code environments.
- Verify installed packs and produce reproducible install notes for team handoff.
- 安装CLI并通过关键词发现插件包。
ccpi - 在Claude Code环境中安装/更新/移除插件包。
- 验证已安装的插件包,并生成可复现的安装说明用于团队交接。
Install
安装
bash
pnpm add -g @intentsolutionsio/ccpibash
pnpm add -g @intentsolutionsio/ccpiCore commands
核心命令
bash
ccpi search <keyword>
ccpi install <pack-name>
ccpi list --installed
ccpi updateClaude built-in marketplace path:
bash
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install <pack>@claude-code-plugins-plusbash
ccpi search <keyword>
ccpi install <pack-name>
ccpi list --installed
ccpi updateClaude内置市场路径:
bash
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install <pack>@claude-code-plugins-plusSafety rules
安全规则
- Prefer before adding/updating packs.
ccpi list --installed - Record exact pack names (and versions when available) in change notes.
- Treat marketplace installs as reversible; keep uninstall/remove path in rollback notes.
- Do not auto-install large bundles without explicit scope (keyword + target capability).
- 在添加/更新插件包前,优先使用查看已安装内容。
ccpi list --installed - 在变更记录中记录确切的插件包名称(如有版本也需记录)。
- 将市场安装视为可撤销操作;在回滚记录中保留卸载/移除路径。
- 未经明确范围限定(关键词+目标功能),请勿自动安装大型包。
Verification checklist
验证清单
- command resolves and reports version/help.
ccpi - search/install/list/update commands run without auth/runtime errors.
- Installed pack appears in output.
ccpi list --installed
- 命令可正常解析并显示版本/帮助信息。
ccpi - 搜索/安装/列出/更新命令运行时无权限/运行时错误。
- 已安装的插件包出现在的输出中。
ccpi list --installed