Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

gate-mcp-cursor-installergate MCP Cursor installer 搜索

Agent Skill

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

总安装

9,456

周安装

394

GitHub Stars

公开资料未说明

下载量

3,152
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install gate-mcp-cursor-installer

简介

gate-mcp-cursor-installer 实现 Cursor IDE 中 Gate MCP 的快速接入。

  • 针对希望在代码编辑环境中调用 Gate 金融数据的开发者设计。
  • 触发“安装 Gate MCP Cursor”等指令后自动部署组件。
  • 安装命令为 openclaw skills install gate-mcp-cursor-installer。
  • 需授予文件系统写权限以修改 Cursor 配置文件。

SKILL.md

name
gate-mcp-cursor-installer
version
2026.3.25-2
updated
2026-03-25
description
Gate MCP and Gate skills installer for Cursor. Use when the user asks to set up Gate trading or research tools in Cursor. Triggers on 'install Gate MCP Cursor', 'Gate skills Cursor', 'setup Gate in Cursor'.

Gate One-Click Installer (Cursor: MCP + Skills)

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

MCP ServerStatus
Gate (main)✅ Required
Gate-Dex✅ Required
Gate-Info✅ Required
Gate-News✅ Required

Authentication

  • API Key Required: No

Installation Check

  • Required: Gate (main), Gate-Dex, Gate-Info, Gate-News
  • Install: Run installer skill for your IDE

- Cursor: gate-mcp-cursor-installer - Codex: gate-mcp-codex-installer - Claude: gate-mcp-claude-installer - OpenClaw: gate-mcp-openclaw-installer

MCP Mode

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

  • SKILL.md keeps product scope, install behavior, and user-facing guidance.
  • references/mcp.md is the authoritative execution layer for preflight checks, config merge policy, and install verification.

CEX MCP modes

See gate-mcp: Local = stdio npx -y gate-mcp (API keys); Remote Public = https://api.gatemcp.ai/mcp (no auth); Remote Exchange = https://api.gatemcp.ai/mcp/exchange (Gate OAuth2). Tool naming differs between Local (abbrev) and Remote (cex_*); use each server's tools/list.

Resources

TypeNameEndpoint / Config
MCPGate (main)command: npx, args: ["-y", "gate-mcp"], optional env
MCPgate-cex-pub (cex-public)url + transport: streamable-http only (no headers)
MCPgate-cex-ex (cex-exchange)url + transport: streamable-http only; OAuth2 when prompted
MCPGate-Dex (dex)url, transport: streamable-http, x-api-key + Bearer
MCPGate-Info (info)url, transport: streamable-http
MCPGate-News (news)url, transport: streamable-http
Skillsgate-skillshttps://github.com/gate/gate-skills (installs all under skills/)

Behavior Rules

  1. Default: When the user does not specify which MCPs to install, install all MCPs (main, cex-public, cex-exchange, dex, info, news) + all gate-skills.
  2. Selectable MCPs: Users can choose to install only specific MCPs; follow the user's selection.
  3. Skills: Unless --no-skills is passed, always install all skills from the gate-skills repository's skills/ directory.

Installation Steps

1. Confirm User Selection (MCPs)

  • If the user does not specify which MCPs → install all: main, cex-public, cex-exchange, dex, info, news.
  • If the user specifies "only install xxx" → install only the specified MCPs.

2. Write Cursor MCP Config

  • Config file: ~/.cursor/mcp.json (Windows: %APPDATA%\Cursor\mcp.json).
  • If it already exists, merge into the existing mcpServers; do not overwrite other MCPs.
  • Config details:

- Gate (main): command / args / optional env - gate-cex-pub / gate-cex-ex: url + transport: streamable-http only (no headers) - Gate-Dex: url + transport + headers for x-api-key and Bearer - Gate-Info / Gate-News: url + transport: streamable-http

3. Install gate-skills (all)

  • Pull all subdirectories under skills/ from https://github.com/gate/gate-skills and copy them to ~/.cursor/skills/ (or the corresponding directory for the current environment).
  • Add --no-skills when using the script to install MCP only without skills.

4. Post-Installation Prompt

  • Inform the user of the installed MCP list and "all gate-skills have been installed" (unless --no-skills was used).
  • Prompt to restart Cursor.
  • Local API Key: For Gate (main) → https://www.gate.com/myaccount/profile/api-key/manage
  • gate-cex-ex: Complete Gate OAuth2 when Cursor prompts on first connect.
  • Gate-Dex: Wallet + OAuth guidance as in gate-mcp (https://web3.gate.com/).

Script

Use the scripts/install.sh in this skill directory for one-click installation.

  • Usage:

./scripts/install.sh [--mcp main|cex-public|cex-exchange|dex|info|news] ... [--no-skills] Installs all MCPs when no --mcp is passed; pass multiple --mcp to install only specified ones; --no-skills installs MCP only.

  • The DEX x-api-key is fixed as MCP_AK_8W2N7Q and written to mcp.json.

After downloading this skill from GitHub, run from the repository root: bash scripts/install.sh Or (MCP only): bash scripts/install.sh --no-skills

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

85.69%
按下载量换算2,701

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills