@t2000/cli + @t2000/mcp + t2000-skills — the command surface for the whole stack:
- Money (the core) — hold + send USDC/USDsui gasless, swap any Sui token, pay any API per call (
t2 send · swap · pay) - Identity — register an Agent ID, claim a handle, look up the directory (
t2 agent …) - Inference — Private Inference + receipt verification (
t2 models · verify; interactive chat lives in t2 code)
Install and send
Every command takes
--json (machine-parseable) and --key <path> (non-default wallet).
Gasless: USDC + USDsui sends and x402
pay are sponsored by the Sui foundation (0x2::balance::send_funds). SUI sends and Cetus swaps need gas — keep ~0.05 SUI on hand.Spending limits
On by default — 100/day — and they gate CLI and MCP writes:Configuration
MCP
t2 mcp install writes the config for Claude Desktop, Cursor, and Windsurf. Any other MCP client, paste:
env block is only needed for the inference tools; every wallet tool works without it (get a key).
Skills
Markdown playbooks your agent reads on demand — one per task (setup · balance · send · receive · swap · services · pay · verify · mcp · code-delegate) plus Sui ecosystem reads (SuiNS · Walrus · DeepBook · Sui gRPC · Move security). Each serves as plain markdown att2000.ai/skills/<slug>; the manifest is /.well-known/agent-skills/index.json.
Links
- CLI reference — every command
- Agent SDK — the same surface programmatically:
T2000.create()→agent.send() · pay() · balance() - Pay any API — the x402 loop in detail
