gate-exchange-subaccount

Manage Gate Exchange sub-accounts with status checks, listings, creation, and lock/unlock workflows.

3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-subaccount-pieverse-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-exchange-subaccount
Source: https://github.com/Pieverse-Eng/purrfect-skills/tree/main/gate/vendor/gate-exchange-subaccount
Command: npx skills add https://github.com/Pieverse-Eng/purrfect-skills --skill gate-exchange-subaccount-pieverse-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing multiple sub-accounts on Gate Exchange is error-prone and requires careful validation, confirmation, and authenticated access; this Skill centralizes sub-account status checks, listings, creation, and access control to reduce manual steps and prevent accidental changes.

Core Features & Use Cases

  • Query Sub-Account Status: Retrieve username, UID, state (normal/locked), type, remark, and creation time for a specific sub-account UID.
  • List All Sub-Accounts: Produce a table of normal sub-accounts with UID, username, remark, and status for main-account holders.
  • Create / Lock / Unlock Workflows: Guide the user through creation checks, explicit confirmations, and UID ownership validation before calling MCP tools to create, lock, or unlock sub-accounts.
  • Use Case: A main account manager can audit all team sub-accounts, create a new trading sub-account with a unique login, or safely lock a compromised sub-account after confirming ownership and intent.

Quick Start

Ask the assistant to "Check status of sub-account UID 123456" to retrieve the sub-account's username, UID, status, type, remark, and creation time.

Frequently Asked Questions about gate-exchange-subaccount

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

FAQPage Schema
How do I manage Gate Exchange sub-accounts programmatically?

Manage Gate Exchange sub-accounts by querying status, listing all sub-accounts, creating new ones, and locking or unlocking existing accounts through authenticated MCP tools. The system requires explicit user confirmation before executing any write operations to prevent accidental changes.

How do I check the status of a specific sub-account on Gate Exchange?

Check Gate Exchange sub-account status by requesting the UID to retrieve the username, state (normal or locked), type, remark, and creation time. This validates the current state of the sub-account before performing administrative access control operations.

Can I lock a compromised sub-account on Gate Exchange without risking main account access?

Lock compromised Gate Exchange sub-accounts safely by validating UID ownership and current state before executing the lock action. The workflow requires explicit user confirmation to prevent accidental changes and ensures main account access remains unaffected.

Does creating a Gate Exchange sub-account require manual confirmation?

Creating a Gate Exchange sub-account requires explicit user confirmation and creation checks before calling MCP tools. This workflow ensures the main account holder authorizes the new sub-account with a unique login, reducing manual steps while preventing accidental creation.

What do I need to list all normal sub-accounts on Gate Exchange?

Listing all normal Gate Exchange sub-accounts requires authenticated main-account API access via Gate MCP tools. The output produces a table containing the UID, username, remark, and status for main-account holders auditing their team accounts.