Gate Exchange Unified Account
ReviewAudited by ClawScan on May 10, 2026.
Overview
This skill is a clearly disclosed Gate unified-account integration, but it can perform high-impact crypto margin actions if the user confirms them.
Install only if you intend to let the agent help manage Gate unified-account margin operations. Use a tightly scoped Gate API key, verify the local Gate MCP comes from an official source, and never confirm a borrow, repay, leverage, collateral, or mode-change draft unless every detail is correct.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If configured with a write-capable API key, the agent can access unified-account data and perform account-changing actions through the Gate MCP session after confirmation.
The skill requires Gate credentials with both read and write unified-account permissions, which is sensitive but aligned with the stated Gate account-management purpose.
required_credentials:\n - gate_api_key\n - gate_api_secret\nrequired_permissions:\n - Unified:Read\n - Unified:Write
Use a dedicated Gate API key with only the permissions needed for this skill, protect the secret, and revoke or rotate it if you no longer use the integration.
Confirmed actions could borrow or repay assets, change margin mode, alter leverage, or change collateral settings, which may affect liquidation risk and account balances.
The skill exposes high-impact financial mutation tools, but it also documents a mandatory confirmation gate before using them.
Mutating unified actions are treated as high risk:\n- `create_unified_loan` (borrow/repay)\n- `set_unified_mode`\n- `set_user_leverage_currency_setting`\n- `set_unified_collateral`\n\nFor each of the actions above, always require explicit user confirmation immediately before execution.
Carefully review every Action Draft, including asset, amount, leverage, mode, and risk note, and only confirm when it exactly matches your intent.
The safety of actual execution depends partly on the local Gate MCP server that handles credentials and API calls.
The skill itself is instruction-only, but it depends on an external local Gate MCP installation whose exact package/source is not included in the provided artifacts.
Install: Use the local Gate MCP installation flow for the current host IDE before continuing.
Install or update the Gate MCP server only from Gate’s official repository or trusted distribution channel before using this skill.
