@t2000/cli
v4.1.1
Published
Agent Wallet for AI agents on Sui — gasless USDC + USDsui sends, Cetus swap, MPP paid API access, MCP integration, scriptable from any shell.
Maintainers
Readme
@t2000/cli
The terminal Agent Wallet for AI agents on Sui — gasless USDC + USDsui sends, Cetus swaps, MPP paid API access. Scriptable from any shell.
Install
npm install -g @t2000/cliRequires Node.js 18+.
Quick start
t2 init # create a wallet (plain Bech32, 0o600 perms)
t2 receive # show address + ANSI QR
t2 send 5 USDC alice.sui # gasless USDC send to a SuiNS name
t2 swap 100 USDC SUI # best-route swap via Cetus
t2 pay https://mpp.t2000.ai/openai/v1/chat/completions --data '…'
t2 mcp install # wire Claude Desktop / Cursor / WindsurfOne-prompt install — paste into any LLM client:
Run `curl -sL https://t2000.ai/skills/t2000-setup` and use the returned
setup instructions to set up my Agent Wallet.Every command supports --json (machine-parseable) and --key <path> (custom wallet file).
Full reference
Command surface, MCP integration, skills, configuration, examples → developers.t2000.ai/agent-wallet
License
MIT — see LICENSE.
