Overview
The ChainStream skill package (chainstream-io/skills) is distributed through the Vercel Skills CLI, which supports 40+ AI agents. A single command installs and configures the ChainStream MCP tools for your agent of choice.
Compatibility Table
The table below lists the most commonly used agents with their install commands and configuration file locations.| Agent | Install Command | Config Location |
|---|---|---|
| OpenClaw | npx skills add chainstream-io/skills -a openclaw | skills/ or ~/.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 settings |
| Cline | npx skills add chainstream-io/skills -a cline | Cline config |
| GitHub Copilot | npx skills add chainstream-io/skills -a copilot | .github/copilot/ |
| Codex | npx skills add chainstream-io/skills -a codex | Codex config |
Agent-Specific Details
OpenClaw
The Skills CLI writes the configuration to the OpenClaw skills directory:- Project-level:
./skills/chainstream.yaml - User-level:
~/.openclaw/skills/chainstream.yaml
Claude Code
The Skills CLI adds the MCP server entry to.claude.json in your project root:
Cursor
The Skills CLI configures the MCP server in Cursor’s settings. The configuration appears under Settings > Features > MCP Servers:| Field | Value |
|---|---|
| Name | chainstream |
| Type | stdio |
| Command | npx @chainstream-io/mcp |
.cursor/mcp.json:
Cline
The Skills CLI adds the server to Cline’s MCP configuration:GitHub Copilot
The Skills CLI writes configuration to.github/copilot/mcp.json in your repository:
Codex
The Skills CLI adds the MCP server to your Codex agent configuration:Auto-Detection
When you runnpx skills add chainstream-io/skills without the -a flag, the CLI auto-detects your environment by checking for:
- Agent-specific config files in the current directory
- Agent CLI tools installed globally
- IDE-specific directories and settings
Updating
To update the ChainStream skill to the latest version:Removing
To remove the ChainStream skill:Next Steps
Tools Reference
Explore all 15 MCP tools available after installation.
Security
Security considerations for the ChainStream integration.

