by gate
从 Gate DEX 获取加密货币市场数据、代币价格、交易统计、流动性信息和安全审计。帮助用户在交易前研究代币。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 gate-dex-market 技能" 开始使用
=== gate-dex-market 技能 === 作者: gate 描述: 从 Gate DEX 获取加密货币市场数据、代币价格、交易统计、流动性信息和安全审计。帮助用户在交易前研究代币。 使用方法: 1. 调用技能: "使用 gate-dex-market 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 gate-dex-market 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
productivity
safe
A market data and token information query Skill providing read-only access to on-chain public data.
gate-dex-market is a Gate DEX MCP Skill built on 7 public query tools from the Gate DEX MCP Server, providing AI Agents with on-chain market data, token information, and security audit capabilities.
Key Features:
mcp_token needed)| # | Tool Name | Function | Key Parameters |
|---|---|---|---|
| 1 | market_get_kline | K-line data | chain, token_address, interval, limit |
| 2 | market_get_tx_stats | On-chain transaction statistics | chain, token_address, period |
| 3 | market_get_pair_liquidity | Trading pair liquidity | chain, token_address |
| 4 | token_get_coin_info | Token details | chain, token_address |
| 5 | token_ranking | Token rankings | chain, sort_by, order, limit |
| 6 | token_get_coins_range_by_created_at | New token discovery | chain, start_time, end_time, limit |
| 7 | token_get_risk_info | Security risk audit | chain, address |
| Flow | Scenario | Tools Involved |
|---|---|---|
| A | View token market data | market_get_kline + market_get_tx_stats + market_get_pair_liquidity (parallel) |
| B | View token details | token_get_coin_info |
| C | Token rankings | token_ranking |
| D | Security audit | token_get_risk_info |
| E | New token discovery | token_get_coins_range_by_created_at |
All workflows must pass the MCP Server connection check (Step 0) before execution.
Ensure the Gate DEX MCP Server is configured in your AI coding tool before use:
Name: gate-dex-mcp
Type: HTTP
URL: https://your-mcp-server-domain/mcp
See mcp-skills/README.md for detailed configuration instructions.
gate-dex-market/
├── README.md # This file — Skill description
├── SKILL.md # Agent instruction file (tool specs, workflows, security rules)
└── CHANGELOG.md # Changelog
View Count
0
Download Count
0
Favorite Count
0
Quality Score
73