by gate
此技能可自动安装和配置 Gate MCP 工具,使 Claude 能够通过自然语言查询 Gate.io 加密货币交易所数据,如价格、套利机会和资金费率。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 gate-mcp-installer 技能" 开始使用
=== gate-mcp-installer 技能 === 作者: gate 描述: 此技能可自动安装和配置 Gate MCP 工具,使 Claude 能够通过自然语言查询 Gate.io 加密货币交易所数据,如价格、套利机会和资金费率。 使用方法: 1. 调用技能: "使用 gate-mcp-installer 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 gate-mcp-installer 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
devops
low
An AI Agent skill that provides one-click installation and configuration for Gate MCP (mcporter) in OpenClaw, enabling natural-language access to Gate.io market data.
| Capability | Description | Example |
|---|---|---|
| One-Click Install | Automated mcporter CLI + Gate MCP setup | "help me install Gate MCP" |
| Config Management | Configure Gate MCP server endpoint | "configure Gate MCP" |
| Connectivity Verification | Verify MCP tools are accessible | "is Gate MCP installed correctly?" |
| Troubleshooting | Diagnose and fix common setup issues | "what if MCP cannot connect?" |
🚀 One command:
bash scripts/install-gate-mcp.shhandles the entire setup — install mcporter, configure endpoint, verify connectivity.
User Request ("help me install Gate MCP")
↓
AI Agent
↓
install-gate-mcp.sh
├── npm i -g mcporter → Install CLI
├── mcporter config add gate <endpoint> → Configure server
└── mcporter list gate --schema → Verify tools
↓
Gate MCP Ready → Other skills can use Gate MCP tools
Dependencies:
"help me install Gate MCP"
"is Gate MCP installed correctly?"
"Gate MCP cannot connect"
"update mcporter"
# Automated (recommended)
bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh
# Or just ask the agent
"help me install Gate MCP"
# Step 1: Install mcporter
npm i -g mcporter
# Step 2: Configure Gate MCP
mcporter config add gate https://api.gatemcp.ai/mcp --scope home
# Step 3: Verify
mcporter config get gate
mcporter list gate --schema
| Issue | Solution |
|---|---|
command not found: mcporter | Run npm i -g mcporter |
| Config not found | Re-run the config add command |
| Connection timeout | Check internet connectivity |
| No tools listed | Verify the config URL is correct |
gate-mcp-installer/
├── README.md # This file
├── SKILL.md # Skill instructions and workflow
├── CHANGELOG.md # Version history
├── scripts/
│ └── install-gate-mcp.sh # Automated installer script
└── references/
└── scenarios.md # Scenario examples and prompt templates
install-gate-mcp.sh) — auditable in secondsMIT
View Count
0
Download Count
0
Favorite Count
0
Quality Score
80