Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

gate-mcp-installergate MCP installer 命令行

Agent Skill

gate-mcp-installer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,038

周安装

42

GitHub Stars

26

下载量

326
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gate-mcp-installer(gate MCP installer 命令行)
来源仓库:https://github.com/gate/gate-skills
仓库路径:skills/gate-mcp-installer
安装命令:
npx skills add https://github.com/gate/gate-skills --skill gate-mcp-installer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/gate/gate-skills --skill gate-mcp-installer

简介

gate-mcp-installer 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果时使用。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 当前无额外功能说明,建议进一步查阅来源仓库获取详细文档和使用示例。

SKILL.md

Gate MCP Installer (unified: Cursor / Claude Code / Codex / OpenClaw)

General Rules

⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. Do NOT select or call any tool until all rules are read. These rules have the highest priority. → Read gate-runtime-rules.md

  • Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they exist in the MCP server.

MCP Dependencies

Required MCP Servers (after install)

MCP ServerStatus
Gate (main)✅ For local CEX (stdio)
gate-cex-pub✅ Remote public
gate-cex-ex✅ Remote private (OAuth2)
gate-dex✅ DEX
gate-info✅ Info
gate-news✅ News
gatepay-local-mcp➕ Optional (Gate Pay x402 stdio; --mcp gatepay-local)
gatepay-merchant-discovery➕ Optional (HTTP merchant catalog / discoveryResource; --mcp gatepay-discovery)
Gate Verify (tx check-in)✅ HTTP MCP https://api.gatemcp.ai/mcp/dex/sec — merged as gate-dex-sec (Cursor / Claude / Codex / mcporter) whenever dex is installed; call tx_checkin / /v1/tx/checkin per gate-dex-wallet

Installation Check

  • Run this skill’s installer script, or guide the user to run it.
  • If multiple dev environments exist on one machine (e.g. Cursor + Claude Code), the script requires --platform.

MCP Mode

Read and strictly follow references/mcp.md, then execute this installer workflow.

  • SKILL.md — product scope, triggers, and user-facing guidance.
  • references/mcp.md — execution SOP per platform, verification, and safety rules.

Platform matrix

PlatformMCP / transport configSkills directory
Cursor~/.cursor/mcp.json (Windows: %APPDATA%\Cursor\mcp.json)~/.cursor/skills/
Claude Code~/.claude.json (mcpServers)~/.claude/skills/
Codex~/.codex/config.toml ([mcp_servers.*])~/.codex/skills/
OpenClawmcporter CLI (no single JSON file)~/.openclaw/skills/ (default)

CEX MCP modes

See gate-mcp:

ModeWhatAuth
Local CEXstdio npx -y gate-mcp (or global gate-mcp)Optional GATE_API_KEY / GATE_API_SECRET
Remote publichttps://api.gatemcp.ai/mcpNone
Remote exchangehttps://api.gatemcp.ai/mcp/exchangeGate OAuth2 in client / mcporter auth gate-cex-ex

Non-CEX (same host): Dex (/mcp/dex), Info (/mcp/info), News (/mcp/news). Dex uses fixed x-api-key MCP_AK_8W2N7Q + Bearer ${GATE_MCP_TOKEN} where applicable.


Tx check-in (Gate Verify / GV)

Gate Verify is a second HTTP MCP on the same host as remote DEX, used only for signing check-in:

RoleInstall surface
Wallet / DEX toolsgate-dexhttps://api.gatemcp.ai/mcp/dex (headers per fragment)
Gate Verifygate-dex-sechttps://api.gatemcp.ai/mcp/dex/sec (URL-only / streamable-http; no wallet HTTP headers on this entry)

This installer adds the Verify MCP whenever --mcp dex is included (default full install includes it). Agents call tx_checkin or /v1/tx/checkin on the Verify server with authorization = the same mcp_token as wallet MCP tool args — see gate-dex-wallet references/tx-checkin.md. Staged swap specifics: gate-dex-trade skill.


Resources

TypeNameNotes
MCPGate (main)stdio; prefer global gate-mcp when installed
MCPgate-cex-pubHTTP remote public
MCPgate-cex-exHTTP remote private + OAuth2
MCPgate-dexHTTP + headers
MCPgate-dex-secHTTP https://api.gatemcp.ai/mcp/dex/sec; tx_checkin before signing — bundled with dex install
MCPgate-info / gate-newsHTTP
MCPgatepay-local-mcpstdio npx -y gatepay-local-mcp; wallet env per gate-pay-x402
MCPgatepay-merchant-discoveryHTTP http://dev.halftrust.xyz/pay-mcp-server/mcp; catalog only (gate-pay-x402)
Skillgate-dex-walletRouting for Verify MCP + wallet flows — references/tx-checkin.md
Skillsgate-skillshttps://github.com/gate/gate-skills

Behavior rules

  1. Default: Install all six trading MCP surfaces + Gate Verify (bundled with dex) + all gate-skills unless the user opts out. Gate Pay MCPs are not included by default: add --mcp gatepay-local (x402 stdio) and/or --mcp gatepay-discovery (remote merchant catalog) when needed. Omitting dex also omits the Verify MCP entry.
  2. Selectable: --mcp main|cex-public|cex-exchange|dex|info|news|gatepay-local|gatepay-discovery (repeatable).
  3. Skills: --no-skills installs MCP configuration only.
  4. OpenClaw: --select / -s keeps the interactive single-server menu (mcporter legacy UX).

Installer script

Path: skills/gate-mcp-installer/scripts/install.sh

# Auto-detect when only one environment matches
bash skills/gate-mcp-installer/scripts/install.sh

# Force platform (required if multiple clients detected)
bash skills/gate-mcp-installer/scripts/install.sh --platform cursor
bash skills/gate-mcp-installer/scripts/install.sh --platform claude
bash skills/gate-mcp-installer/scripts/install.sh --platform codex
bash skills/gate-mcp-installer/scripts/install.sh --platform openclaw

# Subset of MCPs
bash skills/gate-mcp-installer/scripts/install.sh --platform cursor --mcp main --mcp dex

# Gate Pay x402 (stdio) alongside trading MCPs
bash skills/gate-mcp-installer/scripts/install.sh --platform cursor --mcp gatepay-local
# With --mcp main, the script prompts for GATE_API_KEY (CEX local MCP only); gatepay-local-mcp env is separate (gate-pay-x402).
bash skills/gate-mcp-installer/scripts/install.sh --platform cursor --mcp main --mcp gatepay-local

# Gate Pay merchant discovery (HTTP; discoveryResource) — often paired with gatepay-local
bash skills/gate-mcp-installer/scripts/install.sh --platform cursor --mcp gatepay-discovery
bash skills/gate-mcp-installer/scripts/install.sh --platform cursor --mcp gatepay-local --mcp gatepay-discovery --no-skills

# MCP only
bash skills/gate-mcp-installer/scripts/install.sh --no-skills

# OpenClaw interactive pick
bash skills/gate-mcp-installer/scripts/install.sh --platform openclaw --select

OpenClaw quick commands (mcporter)

mcporter list gate-cex-pub
mcporter call gate-info.list_tickers currency_pair=BTC_USDT
mcporter call gate-news.list_news
mcporter call gate.list_spot_accounts
mcporter auth gate-cex-ex
mcporter call gate-dex.list_balances

Post-install (all platforms)

  • Restart the IDE / client (or new session) so MCP lists reload.
  • API Key: https://www.gate.com/myaccount/profile/api-key/manage for local Gate (main) trading.
  • gate-cex-ex: OAuth2 when the client prompts; OpenClaw: mcporter auth gate-cex-ex.
  • gate-dex: https://web3.gate.com/ for wallet; complete OAuth if tools require it.
  • Gate Verify (gate-dex-sec): merged with dex; before signing or dex_tx_x402_fetch, call tx_checkin / /v1/tx/checkin on this MCP with authorization = wallet mcp_token (tool argument, not copied HTTP headers) — gate-dex-wallet references/tx-checkin.md.
  • gatepay-local-mcp: stdio Gate Pay x402; set env placeholders in the client config to real values only locally — see gate-pay-x402 (PLUGIN_WALLET_TOKEN, EVM_PRIVATE_KEY, SVM_PRIVATE_KEY, optional PAYMENT_METHOD_PRIORITY).
  • gatepay-merchant-discovery: remote URL only (no secrets in installer); lists payable resources — confirm tool name (discoveryResource) in the live tool list (gate-pay-x402). If connect fails, adjust transport in JSON per your host (fragment uses streamable-http like other Gate HTTP MCPs).

Supersedes

This skill replaces: gate-mcp-cursor-installer, gate-mcp-claude-installer, gate-mcp-codex-installer, gate-mcp-openclaw-installer. Those directories may retain short redirect stubs for backwards compatibility.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.84%
按下载量换算114

Claude

29.41%
按下载量换算96

Cursor

19.92%
按下载量换算65

Gemini CLI

10.24%
按下载量换算33

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

未通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills