← 返回 Skills 市场
kobin-be

gate-mcp-installer

作者 kobin2 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
377
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
Before running this installer: (1) Verify the mcporter npm package and its maintainers on npmjs.org (review package source, install scripts, and recent publish history). (2) Confirm the intended Gate MCP endpoint—the script uses https://api.gatemcp.ai/mcp but SKILL.md mentions fulltrust.link; ask the publisher which is correct. (3) Prefer running the manual commands yourself (npm i -g mcporter or npx mcporter) in a controlled environment or container rather than blindly executing the script. (4) Be aware a global npm install can execute arbitrary install-time code and may require sudo; if you cannot verify the package, do not install globally on a production machine. (5) If you want higher assurance, request the skill author/publisher identity and source repository or run the steps in an isolated VM.
功能分析
Type: OpenClaw Skill Name: gate-mcp-installer Version: 1.0.0 The skill provides a bash script (`install-gate-mcp.sh`) that performs global software installation via `npm` and configures a connection to a remote MCP server (`api.gatemcp.ai`). While these actions are aligned with the stated purpose of a 'one-click installer,' the use of shell scripts for global package management and network connectivity are high-risk capabilities. Additionally, there is a minor inconsistency in `SKILL.md` which references `fulltrust.link` in the troubleshooting section while the script uses a different domain.
能力评估
Purpose & Capability
The name/description match the included script and SKILL.md: the script installs mcporter (npm i -g mcporter), adds a Gate MCP config pointing at https://api.gatemcp.ai/mcp, and verifies connectivity. These actions are proportionate to an installer/configurator.
Instruction Scope
The runtime instructions and script are limited to installing mcporter, running mcporter config commands, and listing tools. However, SKILL.md's troubleshooting mentions an unrelated host (fulltrust.link), which is inconsistent with the script's Gate URL (api.gatemcp.ai) and could indicate stale or erroneous text that should be clarified. The script prompts interactively and does not exfiltrate data, but the mismatch is a red flag to verify before running.
Install Mechanism
There is no packaged installer spec; the script uses npm to globally install an npm package (mcporter). Pulling and running a package from the public npm registry is common but carries moderate risk (npm package install scripts run arbitrary code on install). Global installs may require elevated privileges and modify your system PATH.
Credentials
The skill requests no environment variables, reads no credentials, and the script does not access secrets or unrelated config paths. No disproportionate credential access is requested.
Persistence & Privilege
The skill is not forced-always and does not modify other skills, but it causes a system-wide change by installing a global npm package. That persistence (a globally installed binary) is expected for an installer but increases blast radius if the npm package is malicious or compromised.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gate-mcp-installer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gate-mcp-installer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of gate-mcp-installer skill. - Provides one-click automated setup for Gate MCP (mcporter) in OpenClaw. - Installs mcporter CLI tool globally and configures server connection. - Verifies installation and connectivity, and offers troubleshooting guidance. - Includes manual setup instructions and common usage examples.
元数据
Slug gate-mcp-installer
版本 1.0.0
许可证
累计安装 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 插件,目前累计下载 377 次。

如何安装 gate-mcp-installer?

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

gate-mcp-installer 是免费的吗?

是的,gate-mcp-installer 完全免费(开源免费),可自由下载、安装和使用。

gate-mcp-installer 支持哪些平台?

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

谁开发了 gate-mcp-installer?

由 kobin2(@kobin-be)开发并维护,当前版本 v1.0.0。

💬 留言讨论