gate-exchange-subaccount

Manage Gate Exchange sub-accounts for status queries, listing, creation, and lock/unlock operations.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-exchange-subaccount-tsin418
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-exchange-subaccount
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/gate-exchange-subaccount
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-exchange-subaccount-tsin418

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you manage Gate sub-accounts by handling status lookup, listing, and controlled administrative actions without manual, error-prone CLI work.

Core Features & Use Cases

  • Sub-account status and listing: Check a specific sub-account by UID or list all normal sub-accounts under your main account, including username, remark, type, state, and creation time.
  • Controlled creation: Create a new normal sub-account after collecting required inputs (e.g., login name) and confirming details, while respecting quota/limits.
  • Controlled lock/unlock: Lock or unlock sub-accounts by UID with pre-checks to avoid redundant actions and explicit user confirmation for all write operations.

Quick Start

Ask: "Show me all my sub-accounts on Gate."

Frequently Asked Questions about gate-exchange-subaccount

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all my Gate exchange sub-accounts?

To list Gate sub-accounts, you can request a full overview of your normal sub-accounts. This returns details including username, remark, type, state, and creation time for each account under your main account.

How do I check the status of a specific Gate sub-account by UID?

You can check a specific Gate sub-account status by providing its UID. The system validates the UID and retrieves the current state and details associated with that specific sub-account.

Can I lock and unlock Gate sub-accounts automatically via CLI?

Yes, you can lock or unlock Gate sub-accounts via CLI automation. The process validates the UID and current state to prevent redundant mutations, and requires explicit user confirmation before executing the write action.

How do I create a new normal sub-account on Gate exchange?

Creating a normal sub-account on Gate requires collecting mandatory inputs like the login name. The system confirms the details with you and respects existing quota limits before proceeding with the creation.

Do I need main-account API authorization to manage Gate sub-accounts?

Yes, managing Gate sub-accounts requires main-account API authorization via gate-cli. This ensures secure administrative access for querying, creating, and changing sub-account states.

What happens if I try to lock a Gate sub-account that is already locked?

The system performs pre-checks on the UID and state before executing lock or unlock actions. This validation prevents redundant or invalid mutations, stopping the action if the sub-account is already in the requested state.