Overview
- Skill Key
- aspiremongoai/gate-mc-installer
- Author
- aspiremongoai
- Source Repo
- openclaw/skills
- Version
- 2026.3.4-1
- Source Path
- skills/aspiremongoai/gate-mc-installer
- Latest Commit SHA
- 3e5aa4ccc873e976b9ca4882dfddb0a0ea0d1e6a
One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3) Verify Gate MCP setup, or (4) Troubleshoot Gate MCP connectivity issues.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gate-mcp-installer 技能。 若已安装,则直接安装 gate-mcp-installer 技能。
# Gate MCP Installer One-click setup for Gate MCP (mcporter) in OpenClaw. ## Quick Start To set up Gate MCP, run the install script: ```bash bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh ``` Or execute the skill directly and I will guide you through the installation. ## What This Skill Does This skill automates the complete Gate MCP setup process: 1. **Installs mcporter CLI** globally via npm 2. **Configures Gate MCP server** with proper endpoint 3. **Verifies connectivity** by listing available tools 4. **Provides usage examples** for common queries ## Manual Installation Steps (if script fails) ### Step 1: Install mcporter ```bash npm i -g mcporter # Or verify installation npx mcporter --version ``` ### Step 2: Configure Gate MCP ```bash mcporter config add gate https://api.gatemcp.ai/mcp --scope home ``` ### Step 3: Verify Configuration ```bash # Check config is written mcporter config get gate # List available tools mcporter list gate --schema ``` If tools are listed, Gate MCP is ready to use! ## Common Usage Examples After installation, use Gate MCP with queries like: - "查询 BTC/USDT 的价格" - "用 gate mcp 分析 SOL" - "Gate 有什么套利机会?" - "查看 ETH 的资金费率" ## Troubleshooting | Issue | Solution | |-------|----------| | `command not found: mcporter` | Run `npm i -g mcporter` | | Config not found | Run the config add command again | | Connection timeout | Check internet connection to fulltrust.link | | No tools listed | Verify config URL is correct | ## Resources - **Install Script**: `scripts/install-gate-mcp.sh` - Automated one-click installer
# Gate MCP Installer
## Overview
An AI Agent skill that provides one-click installation and configuration for Gate MCP (mcporter) in [OpenClaw](https://openclaw.ai), enabling natural-language access to Gate.io market data.
### Core Capabilities
| Capability | Description | Example |
|------------|-------------|---------|
| **One-Click Install** | Automated mcporter CLI + Gate MCP setup | "帮我安装 Gate MCP" |
| **Config Management** | Configure Gate MCP server endpoint | "配置 Gate MCP" |
| **Connectivity Verification** | Verify MCP tools are accessible | "Gate MCP 安装好了吗?" |
| **Troubleshooting** | Diagnose and fix common setup issues | "MCP 连不上怎么办?" |
> 🚀 **One command**: `bash scripts/install-gate-mcp.sh` handles the entire setup — install mcporter, configure endpoint, verify connectivity.
---
## Architecture
```
User Request ("帮我安装 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:**
- Node.js / npm (for mcporter installation)
- Network access (to download mcporter and connect to Gate MCP endpoint)
---
## Agent Use Cases
### 1. First-Time Setup
> "帮我安装 Gate MCP"
- Full automated installation and configuration
- Verify connectivity and show available tools
- For: new users setting up Gate AI skills
### 2. Health Check
> "Gate MCP 安装好了吗?"
- Verify config and connectivity
- Report status with actionable suggestions
- For: users troubleshooting other skills
### 3. Troubleshooting
> "Gate MCP 连不上"
- Step-by-step diagnosis
- Automated fix attempts
- For: users experiencing connectivity issues
### 4. Update / Reinstall
> "更新一下 mcporter"
- Reinstall latest mcporter version
- Re-verify configuration
- For: users needing to update
---
## Quick Start
### Prere...
capt-marbles
Task Router
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
cartoonitunes
Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).
cassh100k
Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.
camopel
One-command disk cleanup for macOS and Linux — trash, caches, temp files, old kernels, snap revisions, Homebrew, Docker, and Xcode artifacts. Use when user asks to free storage, clean up disk, reclaim space, reduce disk usage, or encounters low disk / "disk full" warnings. Safe by default with dry-run mode. No dependencies beyond bash and awk.