Loading...
Loading...
Sui CLI client configuration, address management, and token acquisition. Use this skill when the user needs to configure the Sui client for the first time, manage environments or addresses, switch networks, get faucet tokens, check balances, recover keys from a recovery phrase, merge coin objects, or look up transactions on explorers. Also use when the user sees "Cannot find gas coin for signer address" errors or asks about sui client commands, client.yaml, sui.keystore, SuiVision, or Suiscan.
npx skill4agent add mystenlabs/skills sui-clientMCP tool: When available in your environment, also query the Sui documentation MCP server () for up-to-date answers. Use it for verification and for details not covered by these reference files.https://sui.mcp.kapa.ai
Source constraint: All information sourced exclusively from docs.sui.io.
sui clientYsui client -yclient.yaml~/.sui/sui_config/client.yaml%USERPROFILE%\.sui\sui_config\client.yaml| Command | Purpose |
|---|---|
| Show the current network |
| Show the current address |
| List all configured environments |
| Switch to a different network |
| Switch to a different address |
| Create a new address |
| List all local addresses with aliases |
| Check SUI token balance |
| List gas coin objects |
~/.sui/sui_config/sui.keystore%USERPROFILE%\.sui\sui_config\sui.keystoresui keytool import '<12-WORD-PHRASE>' ed25519| Method | How |
|---|---|
| Web faucet | Visit |
| CLI (Devnet/Localnet only) | |
| TypeScript SDK | |
| Discord | Join the Sui Discord, use |
| Community faucets | N1Stake faucet, SuiLearn faucet (separate rate limits) |
sui client faucetfaucet.sui.iosui client faucetsui client ptb# Merge one coin into another
sui client ptb \
--merge-coins @0xPRIMARY_COIN_ID "[@0xCOIN_TO_MERGE_ID]"
# Merge multiple coins at once
sui client ptb \
--merge-coins @0xPRIMARY_COIN_ID "[@0xCOIN_A, @0xCOIN_B, @0xCOIN_C]"sui client ptbsui client merge-coinptbscli.mdsui client balancesuivision.xyzsuiscan.xyzsuivision.xyzsuiscan.xyzsui replaysui client ptbmerge-coinsplit-cointransfer