From sui-dev-agents
Performs Sui on-chain transactions (transfer, Move call, publish) via CLI wallet through MCP tools with dry-run → approve → execute flow. For headless/backend wallet operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sui-dev-agents:sui-walletThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Available via the `sui-dev-mcp` server:
Available via the sui-dev-mcp server:
| Tool | Purpose |
|---|---|
sui_wallet_status | Show active address, network, balance |
sui_wallet_transfer | Transfer SUI (dry-run → approve → execute) |
sui_wallet_call | Call Move function (dry-run → approve → execute) |
sui_wallet_publish | Publish Move package (dry-run → approve → execute) |
All tools follow dry-run → approve → execute:
sui client ... --dry-run internallystatus: "PENDING_APPROVAL") with network, signer, gas estimate, effects preview, and the CLI commandexecute_argssui client CLItx-approval-guard hook warns on direct CLI signing attemptsFor browser apps, register these alongside dApp Kit's wallet standard — none replace the MCP flow above:
@mysten/slush-wallet (registerSlushWallet, SlushWallet). Mysten's first-party wallet.@mysten/enoki-connect (registerEnokiConnectWallets, EnokiConnectWallet), experimental. Lets an app connect to Enoki-powered wallets; see sui-enoki for the zkLogin/sponsored side.npx claudepluginhub first-mover-tw/sui-dev-agents --plugin sui-dev-agentsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.