← Back to Skills Marketplace
aspiremongoai

Gate MCP Installer

by Aspire · GitHub ↗ · v2026.3.4-1
cross-platform ✓ Security Clean
288
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gate-mc-installer
Description
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 se...
README (SKILL.md)

Gate MCP Installer

One-click setup for Gate MCP (mcporter) in OpenClaw.

Quick Start

To set up Gate MCP, run the install script:

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

npm i -g mcporter
# Or verify installation
npx mcporter --version

Step 2: Configure Gate MCP

mcporter config add gate https://api.gatemcp.ai/mcp --scope home

Step 3: Verify Configuration

# 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
Usage Guidance
This skill appears to do what it claims: it runs a bundled shell script to globally install the 'mcporter' npm package, add a Gate MCP config pointing to https://api.gatemcp.ai/mcp, and verify connectivity. Before running: (1) inspect the script yourself (it's short and included) to confirm it matches your expectations; (2) be aware that 'npm i -g' runs code from the npm registry—verify the mcporter package author and npm page if you have supply-chain concerns; (3) note the minor docs inconsistency mentioning 'fulltrust.link'—confirm the intended endpoint with the skill author or only use the api.gatemcp.ai URL used by the script; (4) prefer running the script manually in a terminal so you can review prompts and output, rather than allowing full automatic execution by an agent. If you need me to, I can fetch the mcporter npm page (package metadata) or summarize the installer script line-by-line.
Capability Analysis
Type: OpenClaw Skill Name: gate-mc-installer Version: 2026.3.4-1 The skill bundle provides a legitimate utility for installing and configuring the 'mcporter' CLI tool to interact with Gate MCP services. The primary script (scripts/install-gate-mcp.sh) automates the global installation of the mcporter package via npm and configures a connection to a public API endpoint (api.gatemcp.ai). No evidence of data exfiltration, unauthorized persistence, or malicious prompt injection was found; the code logic is transparent and aligns with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description, README, SKILL.md, and the install script all align: the skill installs the mcporter CLI (npm i -g mcporter), configures the Gate MCP endpoint, and verifies connectivity. Required resources (Node.js/npm and network) are expected for this functionality.
Instruction Scope
Runtime instructions and the script stay within the stated scope (install, configure, verify). One inconsistency: SKILL.md troubleshooting mentions 'fulltrust.link' as an endpoint to check for connection timeouts, while the script and other docs use 'https://api.gatemcp.ai/mcp'. This looks like a stale or incorrect reference in the docs and should be clarified, but it does not appear in the installer script itself.
Install Mechanism
No formal install spec (instruction-only) but a bundled shell script installs mcporter via the public npm registry (npm i -g mcporter). That is proportionate for installing a Node CLI, but global npm installs have normal supply-chain risks (the installer executes code from npm). The script itself uses only standard shell commands and does not download arbitrary archives or executables from unknown URLs.
Credentials
The skill does not request environment variables, secrets, or config paths. The script configures a public endpoint (https://api.gatemcp.ai/mcp) and does not handle or store credentials—this is proportionate to the declared purpose.
Persistence & Privilege
Skill is user-invocable only (always:false) and does not request persistent system-wide privileges, nor does it modify other skills' configs. It runs a one-time installation/configuration flow when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gate-mc-installer
  3. After installation, invoke the skill by name or use /gate-mc-installer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2026.3.4-1
- Renamed skill to "gate-mcp-installer" (from "gate-mc-installer"). - Added detailed SKILL.md with usage instructions, manual installation steps, troubleshooting, and examples. - Expanded documentation to guide users through installation, configuration, verification, and common issues. - Provided one-click install script and manual fallback instructions for improved reliability.
Metadata
Slug gate-mc-installer
Version 2026.3.4-1
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gate MCP Installer?

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 se... It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.

How do I install Gate MCP Installer?

Run "/install gate-mc-installer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gate MCP Installer free?

Yes, Gate MCP Installer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gate MCP Installer support?

Gate MCP Installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gate MCP Installer?

It is built and maintained by Aspire (@aspiremongoai); the current version is v2026.3.4-1.

💬 Comments