Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

gate-mcp-skillgate MCP 技能

Agent Skill

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

总安装

5,496

周安装

229

GitHub Stars

公开资料未说明

下载量

1,832
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install gate-mcp-skill

简介

通过 UXC 使用 Gate MCP 实现公共现货和期货市场数据工作流程,并具有固定的可流式 HTTP 端点和先读护栏。

SKILL.md

name
gate-mcp-skill
description
Use Gate MCP through UXC for public spot and futures market data workflows with a fixed streamable-http endpoint and read-first guardrails.

Gate MCP Skill

Use this skill to run Gate public market data workflows through uxc + MCP.

Reuse the uxc skill for shared MCP execution, output parsing, and generic auth guidance.

Prerequisites

  • uxc is installed and available in PATH.
  • Network access to https://api.gatemcp.ai/mcp.

Scope

This skill covers the official Gate MCP surface for:

  • public spot market discovery
  • public spot tickers, trades, order books, and candlesticks
  • public futures contracts, tickers, trades, order books, funding, and premium data

This skill does not cover:

  • private account or trading workflows
  • Gate REST v4 signed APIs
  • wallet, funding, or portfolio actions

Endpoint

Use Gate's official MCP endpoint:

  • https://api.gatemcp.ai/mcp

Core Workflow

  1. Use the fixed link command by default:

- command -v gate-mcp-cli - If missing, create it: uxc link gate-mcp-cli https://api.gatemcp.ai/mcp - gate-mcp-cli -h

  1. Inspect tool and argument help before execution:

- gate-mcp-cli cex_spot_get_spot_tickers -h - gate-mcp-cli cex_spot_get_spot_order_book -h - gate-mcp-cli cex_fx_get_fx_tickers -h - gate-mcp-cli cex_fx_get_fx_order_book -h

  1. Prefer narrow spot or futures reads with explicit instrument identifiers:

- gate-mcp-cli cex_spot_get_spot_tickers currency_pair=BTC_USDT - gate-mcp-cli cex_spot_get_spot_order_book currency_pair=BTC_USDT limit=20 - gate-mcp-cli cex_fx_get_fx_tickers contract=BTC_USDT - gate-mcp-cli cex_fx_get_fx_funding_rate contract=BTC_USDT

Operations

Spot

  • cex_spot_list_currencies
  • cex_spot_list_currency_pairs
  • cex_spot_get_currency
  • cex_spot_get_currency_pair
  • cex_spot_get_spot_tickers
  • cex_spot_get_spot_order_book
  • cex_spot_get_spot_trades
  • cex_spot_get_spot_candlesticks

Futures

  • cex_fx_list_fx_contracts
  • cex_fx_get_fx_contract
  • cex_fx_get_fx_tickers
  • cex_fx_get_fx_order_book
  • cex_fx_get_fx_trades
  • cex_fx_get_fx_candlesticks
  • cex_fx_get_fx_funding_rate
  • cex_fx_get_fx_premium_index
  • cex_fx_list_fx_liq_orders

Guardrails

  • Keep automation on the JSON output envelope; do not use --text.
  • Parse stable fields first: ok, kind, protocol, data, error.
  • Treat this v1 skill as read-only.
  • Prefer currency_pair values like BTC_USDT for spot and contract values like BTC_USDT for futures unless help output indicates a different contract name.
  • gate-mcp-cli <operation> ... is equivalent to uxc https://api.gatemcp.ai/mcp <operation> ....

References

  • Usage patterns: references/usage-patterns.md
  • Official Gate for AI / MCP docs: https://www.gate.com/gate-mcp-skills
  • Gate MCP setup article: https://www.gate.com/ru/help/gateforai/gateforaibasics/50102/gate-for-ai-one-click-integration-with-major-ai-agents-no-api-keys-required-zero-barriers

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.72%
按下载量换算1,754

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills