gate-exchange-spot-v2Gate spot trading and account operations skill. Use when the user asks to buy/sell crypto, check account value, cancel/amend spot orders, place conditional o...
Install via ClawdBot CLI:
clawdbot install gate-exchange/gate-exchange-spot-v2Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/gate/gate-skills/blob/master/skills/gate-runtime-rules.mdAudited Apr 17, 2026 · audit v1.0
Generated May 20, 2026
User requests to buy or sell a cryptocurrency at the current market price. The skill checks balances, extracts parameters based on side (quote currency for buys, base currency for sells), and executes a market order via cex_spot_create_spot_order.
User wants to place a conditional order that triggers when price reaches a specified level. The skill uses cex_spot_create_spot_price_triggered_order with trigger and execution parameters, supporting take-profit and stop-loss strategies.
User asks for total account value or specific asset balances. The skill calls cex_spot_get_spot_accounts and cex_spot_list_spot_account_book to retrieve current holdings and transaction history.
User wants to view open orders, cancel a specific order or all orders, or modify an existing order's price/amount. The skill uses tools like cex_spot_list_spot_orders, cex_spot_cancel_spot_order, and cex_spot_amend_spot_order.
After executing a trade, user asks whether it filled, the credited amount, and current holdings. The skill checks order status via cex_spot_list_spot_orders or cex_spot_list_spot_my_trades and compares with account balances.
Provide a conversational AI that helps users execute spot trades, manage orders, and check balances without manual platform navigation. Revenue can come from subscription fees or per-trade commissions.
Offer portfolio tracking and rebalancing suggestions by integrating with the skill to read account balances and execute trades. Revenue from subscription or advisory fees.
Enable users to automate take-profit/stop-loss strategies via trigger orders. The skill acts as a low-code interface for strategy deployment. Revenue from strategy marketplace or premium features.
💬 Integration Tip
Ensure the Gate MCP server is configured with proper API keys and permissions (Spot:Write, Wallet:Read). The skill relies on the user's local MCP setup, so no secrets should be requested in chat.
Scored May 20, 2026
Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Research markets with sizing, segmentation, competitor mapping, pricing checks, and demand validation that turn fuzzy ideas into decision-ready evidence. Use...
Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.