skills/t2000-account-report/SKILL.md
Render a complete account snapshot — wallet, savings, debt, recent activity, yield, and portfolio allocation, plus a short headline. Use when asked for a full report, account summary, "everything about my account", or "show me the full picture". Multi-tool orchestration — no single CLI command covers all six dimensions.
npx skillsauth add mission69b/t2000-skills t2000-account-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Render a complete account snapshot across six dimensions — wallet, savings, debt, recent activity, yield, portfolio allocation — followed by a 2–3 sentence headline. This is a multi-tool orchestration, not a single CLI command. The right call sequence depends on the consumer:
| Consumer | Call pattern |
|---|---|
| MCP / Cursor / Claude Desktop | t2000_overview covers wallet + savings + debt + health + earnings + rewards in one call. Add t2000_history (limit: 20) and t2000_positions if you also want activity and per-position APYs. |
| CLI | t2000 balance --show-limits + t2000 positions + t2000 history --limit 20 |
| Engine (audric/web) | 6 parallel read tools — one per rendered card (see below). Calling fewer tools = missing cards. |
When called inside the Audric chat agent, each read tool renders a canvas card. Skipping a tool = missing card. Always emit all six tool_use blocks in parallel in the same assistant turn:
| Tool | Card | Purpose |
|---|---|---|
| balance_check | BALANCE CHECK | Wallet, savings, debt, total |
| savings_info | SAVINGS INFO | Per-position breakdown, supply/borrow APY, daily earnings |
| health_check | HEALTH CHECK | Health factor, supplied, borrowed, max borrow, liquidation threshold |
| activity_summary | ACTIVITY SUMMARY | Monthly tx breakdown by category |
| yield_summary | YIELD SUMMARY | Today / week / month / all-time earnings, projected yearly |
| portfolio_analysis | PORTFOLIO ANALYSIS | Allocation %, week change, insights |
After all six cards render, write a 2–3 sentence headline that:
Max 3 sentences total.
For terminal users who just want the numbers in their shell:
t2000 balance --show-limits
t2000 positions
t2000 history --limit 20
These three commands cover wallet + per-position APYs + recent activity.
For a one-shot machine-parseable version, add --json to each.
financial-report MCP prompt — it composes this skill plus advisor framing.t2000-save for the USDC/USDsui save-eligibility rule.development
Swap tokens on Sui via Cetus Aggregator (20+ DEXs, best-route across SUI, USDC, USDsui, USDT, USDe, ETH, GOLD, NAVX, WAL, vSUI, and more). Use when asked to swap, trade, convert, exchange, or "turn X into Y". Do not use for sending — use the t2000-send skill for transfers.
tools
Set up a t2000 Agent Wallet end-to-end on the user's machine. Use when the user says "set up t2000", "install the wallet", "create my Agent Wallet", "connect t2000 to Claude / Cursor", or pastes a one-prompt install URL. Covers wallet creation, optional spending limits, and MCP wiring. Read this first when bootstrapping a new user; the other skills assume this has run.
development
Discover MPP services payable via `t2 pay`. Use when the user asks "what can I pay for?", "what AI models are available?", "show me the service catalog", "is there a weather API?", or any other discovery question. Pairs with the t2000-pay skill (discovery first, then pay).
data-ai
Rebalance the wallet to a target allocation by executing multiple swaps in one atomic Payment Intent. Use when asked to rebalance, adjust allocation, "shuffle my positions", or move from one set of holdings to another. Every leg prices against the same on-chain snapshot — no cross-leg slippage drift; user signs once.