返回顶部
g

gate-mcp-skill

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
148
下载量
0
收藏
概述
安装方式
版本历史

gate-mcp-skill

# 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` 2. 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` 3. 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gate-mcp-skill-1776358264 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gate-mcp-skill-1776358264 技能

通过命令行安装

skillhub install gate-mcp-skill-1776358264

下载 Zip 包

⬇ 下载 gate-mcp-skill v1.0.0

文件大小: 3.7 KB | 发布时间: 2026-4-17 14:54

v1.0.0 最新 2026-4-17 14:54
Initial release of gate-mcp-skill.

- Enables public spot and futures market data workflows via Gate MCP using a fixed streamable-http endpoint.
- Provides core commands for market discovery, tickers, order books, trades, candlesticks, funding rates, and premium data.
- Enforces read-only guardrails with a focus on stable JSON output parsing.
- Reuses `uxc` skill for MCP execution, output handling, and authentication guidance.
- Excludes private account, trading, and wallet/funding operations.
- Includes detailed usage instructions and references for setup and usage patterns.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部