概述
ChainStream Skill 包(chainstream-io/skills)通过 Vercel Skills CLI 分发,支持 40+ AI Agent。只需一条命令即可为你选择的 Agent 安装和配置 ChainStream MCP 工具。
兼容性表格
下表列出了最常用的 Agent 及其安装命令和配置文件位置。| Agent | 安装命令 | 配置文件位置 |
|---|---|---|
| OpenClaw | npx skills add chainstream-io/skills -a openclaw | skills/ 或 ~/.openclaw/skills/ |
| Claude Code | npx skills add chainstream-io/skills -a claude-code | .claude.json |
| Cursor | npx skills add chainstream-io/skills -a cursor | Cursor MCP 设置 |
| Cline | npx skills add chainstream-io/skills -a cline | Cline 配置 |
| GitHub Copilot | npx skills add chainstream-io/skills -a copilot | .github/copilot/ |
| Codex | npx skills add chainstream-io/skills -a codex | Codex 配置 |
Agent 详细配置
OpenClaw
Skills CLI 将配置写入 OpenClaw 的 Skills 目录:- 项目级别:
./skills/chainstream.yaml - 用户级别:
~/.openclaw/skills/chainstream.yaml
Claude Code
Skills CLI 将 MCP Server 条目添加到项目根目录的.claude.json 中:
Cursor
Skills CLI 在 Cursor 的设置中配置 MCP Server。配置显示在 Settings > Features > MCP Servers 下:| 字段 | 值 |
|---|---|
| Name | chainstream |
| Type | stdio |
| Command | npx @chainstream-io/mcp |
.cursor/mcp.json:
Cline
Skills CLI 将 Server 添加到 Cline 的 MCP 配置中:GitHub Copilot
Skills CLI 将配置写入仓库中的.github/copilot/mcp.json:
Codex
Skills CLI 将 MCP Server 添加到 Codex Agent 配置中:自动检测
当你运行npx skills add chainstream-io/skills 而不带 -a 参数时,CLI 会通过以下方式自动检测你的环境:
- 检查当前目录中的 Agent 特定配置文件
- 检查全局安装的 Agent CLI 工具
- 检查 IDE 特定的目录和设置
更新
要将 ChainStream Skill 更新到最新版本:卸载
要移除 ChainStream Skill:下一步
工具参考
浏览安装后可用的全部 15 个 MCP 工具。
安全注意事项
ChainStream 集成的安全注意事项。

