gate-exchange-unifiedGate unified account operations skill. Use when the user asks about unified account equity, margin borrowing, or leverage modes. Triggers on 'unified account...
Install via ClawdBot CLI:
clawdbot install gate-exchange/gate-exchange-unifiedGrade 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 12, 2026
A user wants to view their total unified account equity, including initial margin rate (IMR) and maintenance margin rate (MMR). This scenario covers fetching account overview and mode status, then displaying the results with both raw and human-readable timestamps.
A trader needs to borrow a specific cryptocurrency up to their borrowable limit. The assistant must first query the borrowable amount, present an action draft with risk notes (e.g., hourly interest), wait for user confirmation, then execute the borrow using create_unified_loan with type=borrow.
A user wants to repay an existing loan, either partially or fully. The assistant checks outstanding loans via list_unified_loan_records, confirms the repayment amount and type (repay), and after user approval calls create_unified_loan with type=repay or repaid_all=true for full repayment.
A user wants to configure leverage for a specific currency in cross-currency or portfolio margin mode. The assistant must first check current settings via get_user_leverage_currency_setting, then after user confirmation calls set_user_leverage_currency_setting with the new leverage value, warning about elevated liquidation risk.
Charge a small fee per borrow/repay transaction or per leverage setting change. Revenue comes from volume-based fees on loan creation and mode switches.
Offer borrowing at a margin above the platform's estimated rate. The spread between the borrow rate and the platform rate generates recurring revenue.
Provide premium unified account features (e.g., higher leverage limits, lower interest rates, priority support) via a monthly subscription fee. Revenue is predictable and recurring.
💬 Integration Tip
Ensure the Gate MCP server is installed via the installer skill for your IDE. Always require explicit user confirmation before any mutating action like borrow, repay, mode switch, leverage change, or collateral update.
Scored May 12, 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.