t2000-send
3
总安装量
2
周安装量
#56118
全站排名
安装命令
npx skills add https://github.com/mission69b/t2000 --skill t2000-send
Agent 安装分布
opencode
2
codex
2
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
Skill 文档
t2000: Send USDC
Purpose
Transfer USDC from the agent’s available balance to any Sui address. Gas is self-funded from the agent’s SUI reserve (auto-topped up if needed).
Command
t2000 send <amount> <asset> to <address>
t2000 send <amount> <asset> <address>
# Examples:
t2000 send 10 USDC to 0x8b3e...d412
t2000 send 50 USDC 0xabcd...1234
The to keyword is optional.
Pre-flight checks (automatic)
- Sufficient available USDC balance
- SUI gas reserve present; if not, auto-topup triggers transparently
Output
â Sent $XX.XX USDC â 0x8b3e...d412
Gas: X.XXXX SUI (self-funded)
Balance: $XX.XX USDC
Tx: https://suiscan.xyz/mainnet/tx/0x...
Error handling
INSUFFICIENT_BALANCE: available balance is less than the requested amountINVALID_ADDRESS: destination is not a valid Sui addressSIMULATION_FAILED: transaction would fail on-chain; details in error message