Context Hub Skill
Use chub as a fast retrieval layer for third-party API/SDK integration docs.
When to Use This Skill
Triggered by:
- "查某个 SDK 的最新用法"
- "这个第三方 API 怎么接"
- "给我某库某版本的示例代码"
- "查文档并按语言返回"
- "搜索某个 provider 的文档条目"
Prerequisites
- Install Node.js and npm
- Install
chubmanually:
HTTP_PROXY=http://127.0.0.1:7897 HTTPS_PROXY=http://127.0.0.1:7897 npm install -g --prefix "$HOME/.local" @aisuite/chub
export PATH="$HOME/.local/bin:$PATH"
- Verify:
chub
[Description truncada. Veja o README completo no GitHub.]