返回顶部
g

gate-dex-walletGate DEX钱包管理

Gate DEX wallet account management. Handles authentication (Google OAuth and Gate OAuth), token balance queries, wallet address retrieval, transaction and swap history, token transfers, on-chain withdraw to Gate Exchange (deposit address, UID binding, min-deposit), x402 payment (HTTP 402 Payment Required with EVM exact/upto and Solana exact/upto schemes; terminal tx-checkin before dex_tx_x402_fetch per references/x402.md), DApp wallet-connect and contract interactions, and CLI tooling. Signing M

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
268
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

gate-dex-wallet

Gate DEX 钱包

纯路由层 — 本 SKILL.md 是一个轻量级路由器。所有子模块详情位于 references/ 中。

通用规则

⚠️ 停止 — 在继续操作前,您必须阅读并严格遵守共享运行时规则。
在阅读所有规则之前,请勿选择或调用任何工具。这些规则具有最高优先级。
→ 阅读 gate-runtime-rules.md

签名门禁 — 终端 tx-checkin(强制)

任何对 dexwalletsigntransaction、dexwalletsignmessage 或 dextxx402_fetch 的 MCP 调用之前:

  1. 1. 用户必须通过该操作的现有确认门禁(预览/消息文本/支付意图)。
  2. 代理必须运行 references/tx-checkin.md 中的终端 tx-checkin 流程,并将成功视为硬性前提条件。不要因为之前的操作不需要或未返回错误而跳过。使用 tools/tx-checkin/bin/ 下的预构建 check-in 二进制文件 — 最终用户无需编译(不需要 go build / go run)。从本技能的 skillroot 解析 CLI:Linux → tx-checkin-linux-amd64macOS → tx-checkin-darwin-universalWindows → tx-checkin-windows-amd64.exe用户无需设置 TXCHECKIN(仅可选覆盖);详见 references/tx-checkin.md
  3. dextxtransferpreview 之后,check-in 必须仅使用预览字段 txBundle:将该字符串写入文件并运行 tx-checkin -tx-bundle-file不要从 unsignedtxhex 或其他字段组装 txbundle JSON(详见 references/tx-checkin.md)。
  4. x402(dextxx402fetch)始终在该支付流程中首次调用 dextxx402fetch 之前完成终端 check-in。不要先调用 dextxx402fetch 来探测 402 或查看 GV 是否需要 check-in。成功 check-in 后,将 stdout JSON 中的 checkintoken 传递给 dextxx402fetch(当该工具暴露该参数时);按照 references/x402.mdreferences/tx-checkin.md 使用 -intent / -message(或文档化的 body)进行 check-in。
  5. 其他内部签名的单步 MCP 工具:当网关要求时,在工具之前立即进行相同的终端 check-in;按照后端文档处理 checkintoken / intent 负载。

适用场景

当用户想要管理其链上钱包账户、身份或资产时使用此技能:

  • - 认证或管理会话(通过 Google 或 Gate OAuth 登录、登出)
  • 查询代币余额、总资产组合价值或钱包地址
  • 查看交易历史或过去的兑换记录
  • 向地址转账或发送代币(单笔或批量);在任何签名之前必须进行终端 tx-checkinreferences/tx-checkin.md
  • 链上资产提现到其 Gate 交易所账户(为其 UID 解析充值地址;此技能不处理 CEX 内部余额转移)
  • 通过 x402 协议支付 HTTP 402 资源(EVM exact/upto、Solana exact/upto);在 dextxx402fetch 之前进行终端 tx-checkinreferences/x402.mdreferences/tx-checkin.md
  • 与 DApp 交互(连接钱包、签名消息、批准代币、调用合约)
  • 使用 gate-wallet CLI 工具执行上述任何操作
  • 检测或配置 MCP 服务器连接

能力边界

支持不支持(路由到其他地方)
认证与会话管理代币价格/K线查询 -> gate-dex-market
余额与地址查询
代币兑换执行 -> gate-dex-trade | | 交易与兑换历史 | 代币安全审计 -> gate-dex-market | | 代币转账(EVM + Solana);链上提现到 Gate 交易所(充值地址流程) | | | x402 支付(EVM exact/upto + Solana exact/upto) | | | DApp 交互与授权 | | | CLI 双通道操作 | |

模块路由

根据用户意图路由到相应的子模块:

用户意图目标
登录、登出、登录、登出、代币过期、会话过期、OAuth、Google 登录、Gate 登录、认证、重新登录、切换账户、我无法访问我的钱包、未登录references/auth.md
查询余额、总资产、资产组合价值、钱包地址、我的地址、我有多少、显示我的代币、交易历史、交易记录、兑换历史、过去的交易、我拥有什么、有多少 ETH、列出我的币种、显示持仓
references/asset-query.md |
| 提现到 Gate 交易所、提现到我的 Gate 账户、发送资金到交易所充值地址、将币从钱包转移到 Gate(链上充值)、绑定或重新绑定用于提现的 Gate UID | references/withdraw.md |
| 转账、发送代币、发送到地址、批量转账、发送 1 ETH 到 0x...、转账 USDT、移动代币、支付某人、向朋友发送加密货币(任意或已知的链上地址 — 非交易所充值解析) | references/transfer.md + 签名前 references/tx-checkin.md |
| 任何签名:在 dexwalletsigntransaction / dexwalletsignmessage 之前;checkintoken;运行 check-in;终端 tx-checkin | references/tx-checkin.md(在签名之前阅读) |
| 402 支付、x402 支付、需要支付、支付 API、支付 URL、获取并支付、调用此 URL 并支付、付费端点、付费访问、HTTP 402、Permit2 支付、upto 支付 | references/tx-checkin.md 然后 references/x402.md(在 dextxx402_fetch 之前 check-in) |
| DApp 连接、连接钱包、签名消息、批准、撤销批准、合约调用、EIP-712、Permit、personalsign、与 Uniswap 交互、添加流动性、在 Lido 上质押、铸造 NFT、为 DApp 登录签名、授权合约 | references/dapp.md + 每次签名前 references/tx-checkin.md |
| gate-wallet CLI、命令行、终端、openapi-swap、混合兑换、使用 CLI、运行命令、gate-wallet 余额、脚本自动化、npm gate-wallet | references/cli.md |


MCP 服务器连接检测

在会话中首次 MCP 工具调用之前,执行一次连接探测:

  1. 1. 发现:扫描已配置的 MCP 服务器,查找工具 dexwalletgettokenlist、dextxquote 和 dextxswap。
  2. 识别:接受灵活的服务器名称(gate-wallet、gate-dex、dex、wallet、user-gate-wallet 或任何自定义名称)。
  3. 验证:CallMcpTool(server=, toolName=dexchainconfig, arguments={chain: eth})。
结果操作
成功记录服务器标识符;本会话中所有后续调用使用该标识符
失败
显示下方设置指南(每个会话最多一次);下次会话重新检测 |

OpenClaw 平台检测

当检测到 OpenClaw/mcporter 平台时,通过 mcporter 路由 MCP 调用:

text
CallMcpTool(server=mcporter, toolName=call_tool, arguments={
server: ,
tool:

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gate-dex-wallet-1776111282 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gate-dex-wallet-1776111282 技能

通过命令行安装

skillhub install gate-dex-wallet-1776111282

下载

⬇ 下载 gate-dex-wallet v1.0.3(免费)

文件大小: 71.37 KB | 发布时间: 2026-4-15 12:50

v1.0.3 最新 2026-4-15 12:50
Gate DEX Wallet 1.0.3

- Introduced **mandatory terminal tx-checkin** before all wallet signing actions, including transaction signatures and x402 payments.
- Added new documentation: `references/tx-checkin.md` detailing check-in requirements and CLI usage (prebuilt binaries, no compilation needed).
- Updated routing and module documentation to reflect tx-checkin as a hard prerequisite for signing and x402 flows.
- Aligned onboarding and error handling flows to updated requirements; removed obsolete files (`gate-runtime-rules.md`, `gate-skills-disambiguation.md`).
- Expanded details on CLI location, OS variants, and check-in integration within the skill.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large