用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bubbuild/bub-contrib --skill basic-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Plugin skill is overridden by a workspace skill with the same name.
Create or update a Bub plugin in any local path. Use when the task is to scaffold a Python package that exposes a [project.entry-points.bub] entry, implement Bub hooks or tools, and make the plugin take effect by installing it or adding it as a dependency in the Bub runtime project. When working inside bub-contrib, also follow its package and workspace conventions.
QQ C2C and group channel skill. Use when Bub is handling a QQ conversation. In the default direct reply mode, return your normal text reply directly and let the QQ channel deliver it through standard Bub outbound routing; output exactly <no_reply/> to stay silent. In tool reply mode, reply by calling the qq.send tool and stay silent by not calling it.
| name | basic-skill |
| description | Verify skill discovery from a portable Agent Plugin. |
Return basic-skill-ok when this skill is invoked.