sui-client
๐ฏSkillfrom mystenlabs/skills
A skill for Sui CLI client configuration, address management, and token acquisition. Covers first-time setup, environment switching (Mainnet/Testnet/Devnet), faucet token requests, balance checks, key recovery, coin merging, and transaction lookup on explorers.
Same repository
mystenlabs/skills(20 items)
Installation
npx vibeindex add mystenlabs/skills --skill sui-clientnpx skills add mystenlabs/skills --skill sui-client~/.claude/skills/sui-client/SKILL.mdSKILL.md
More from this repository10
Guides choosing the right Sui SDK (TypeScript, Rust, or community Python/Go/Dart/Kotlin/Swift) with installation instructions and cross-language API mapping.
Covers Sui network data access โ on-chain state queries, indexing pipelines, event subscriptions, off-chain blob storage, and the three Sui APIs (gRPC, GraphQL RPC, JSON-RPC).
Sui frontend/dApp development with @mysten/dapp-kit โ wallet connection, network switching, transaction execution, and TanStack React Query patterns.
Teaches AI agents Sui Move smart contract development โ Move abilities, TxContext, init functions, One-Time Witness, package publishing, resource safety, events, and coins.
Reusable agent skills for Sui blockchain development, installable via skills CLI into Claude Code, Cursor, Codex, and 40+ AI coding agents.
Provides correct naming conventions for Move smart contracts on Sui โ structs, error constants, events, getter functions, capability types, and dynamic field keys from the official checklist.
Move project setup on Sui โ project creation, Move.toml configuration, dependency resolution, MVR dependencies, and migration from old formats.
A skill for composing Sui Programmable Transaction Blocks (PTBs) -- batching up to 1,024 commands (Move calls, coin splits/merges, object transfers) into single atomic transactions using the TypeScript SDK or CLI, with reference files for fundamentals, gas handling, and sponsored transactions.
Reusable agent skills for Sui blockchain development, installable via skills CLI into Claude Code, Cursor, Codex, and 40+ AI coding agents.
Guides publishing and managing decentralized websites on Walrus Sites, covering site-builder deployment, blob lifecycle management, SPA routing configuration, and local portal setup for testnet previewing.