← 返回 Skills 市场
aspiremongoai

Gate MCP Installer

作者 Aspire · GitHub ↗ · v2026.3.4-1
cross-platform ✓ 安全检测通过
288
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gate-mc-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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gate-mc-installer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gate-mc-installer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug gate-mc-installer
版本 2026.3.4-1
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。

如何安装 Gate MCP Installer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gate-mc-installer」即可一键安装,无需额外配置。

Gate MCP Installer 是免费的吗?

是的,Gate MCP Installer 完全免费(开源免费),可自由下载、安装和使用。

Gate MCP Installer 支持哪些平台?

Gate MCP Installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gate MCP Installer?

由 Aspire(@aspiremongoai)开发并维护,当前版本 v2026.3.4-1。

💬 留言讨论