
from gate-skills32
Perform same-UID internal transfers between Gate account types (spot, margin, futures, delivery, options) with a mandatory transfer draft and confirmation step.
This skill provides a safe, rules-driven workflow to execute same-UID internal transfers across Gate account types (spot, isolated margin, perpetual futures, delivery, and options) using the gate-cli tool (POST /wallet/transfers). It codifies pre-checks (credential and binary discovery), balance verification, conditional parameters (settle for futures/delivery, currency_pair for margin), a mandatory Transfer Draft presentation, and an explicit single-use confirmation gate before any write operation.
Load this skill when a user asks the agent to move funds between their own Gate accounts (phrases like "transfer funds", "move USDT to futures", "internal transfer"). Use it when you have or can infer the four transfer elements: from, to, currency, and amount. If any element is missing or ambiguous the skill guides the user through clarification rather than executing.
Agents that can run shell binaries or call MCP JSON-RPC (tools that can invoke gate-cli or equivalent JSONRPC) are compatible. The skill assumes access to a host environment where gate-cli can be executed (Linux/macOS).
Gate Exchange internal transfer skill for same-UID transfers between account types (spot, margin, futures, delivery, options). No bundled scripts — relies on gate-cli binary. SKILL.md is extremely thorough with 11 well-defined cases, mandatory confirmation drafts before execution, and detailed error handling. Clean architecture with proper frontmatter and reference separation. Main security concern is binary downloads without checksum verification.
Well-crafted financial skill with strong safety mechanisms (mandatory draft+confirm before transfers). Binary download without checksum is a minor concern. Niche usefulness limited to Gate exchange users.
Gate DEX Wallet Manager
Manages Gate DEX wallet accounts, assets, and identity, including transfers, x402 payments, and DApp interactions.
Gate.io KYC Support
Guides users through the Gate.io identity verification (KYC) process and helps resolve withdrawal blocks caused by missing verification.
Gate Exchange Coupon Assistant
Query and manage coupon balances, usage rules, and expiry dates on the Gate Exchange.