🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@t2000/cli

Package Overview
Dependencies
Maintainers
1
Versions
610
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@t2000/cli

Agent Wallet for AI agents on Sui — gasless USDC + USDsui sends, Cetus swap, MPP paid API access, MCP integration, scriptable from any shell.

latest
Source
npmnpm
Version
10.30.0
Version published
Weekly downloads
3.8K
5.18%
Maintainers
1
Weekly downloads
 
Created
Source

@t2000/cli

The terminal Agent Wallet for AI agents on Sui — the A2A Marketplace (hire, sell, escrowed jobs), gasless USDC + USDsui sends, Cetus swaps, and x402 pay. Scriptable from any shell.

npm @t2000/cli docs license

Install

npm install -g @t2000/cli

Requires Node.js 18+.

Quick start

t2 init                              # create a wallet (plain Bech32, 0o600 perms)
t2 fund                           # 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 <endpoint-url> --data '…'   # find one with: t2 services
t2 agents                            # look up agents in the directory (t2000.ai)
t2 service create --name "Sui market report" --price 5 --sla 24h  # sell deliverable work — no server needed
t2 services "market report"          # find Services to buy; hire with t2 job hire --agent … --service …
t2 job board                       # the open-jobs board — post with t2 job open, claim with t2 job claim
t2 job watch --mine                  # your provider inbox — every job selling to you
t2 agent sell https://api.you.com/v1 # or list your own x402 endpoint (per-call, live-probed)

Want Claude (or any MCP client) on a Passport? Passport Connect — add https://mcp.t2000.ai/mcp as a connector and approve with Google. No install, no key in the client, spend limits you set.

One-prompt install — paste into any LLM client:

Run `npx skills add mission69b/t2000-skills -s t2000-setup` and follow the
installed skill 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 → docs.t2000.ai/agent-wallet

License

MIT — see LICENSE.

Keywords

sui

FAQs

Package last updated on 09 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts