Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Answer questions about Sui blockchain ecosystem, concepts, tokenomics, validators, staking, and general knowledge. Use when users ask "what is Sui", "how does Sui work", "Sui vs other chains", or any Sui-related questions that aren't specifically about Move programming.
Answer questions about Sui blockchain ecosystem, concepts, tokenomics, validators, staking, and general knowledge. Use when users ask "what is Sui", "how does Sui work", "Sui vs other chains", or any Sui-related questions that aren't specifically about Move programming.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Expert knowledge about Sui blockchain ecosystem. Use this skill to answer questions about Sui concepts, architecture, tokenomics, and ecosystem.
Activate when users ask about: What is Sui? How does it work? Sui vs Ethereum/Solana/other chains SUI token, tokenomics, staking Validators, consensus, transactions Sui ecosystem, projects, wallets Object model, ownership concepts Performance, TPS, finality For Move programming questions β use sui-move skill instead
cd {baseDir} chmod +x setup.sh && ./setup.sh This clones: Sui official documentation Sui whitepaper and technical docs
# Search Sui docs rg -i "keyword" {baseDir}/references/sui-docs/ --type md -C 2 # Search for specific concepts rg -i "object|ownership|transfer" {baseDir}/references/ --type md
Sui is a Layer 1 blockchain designed for high throughput and low latency. Key innovations: Object-Centric Model: Unlike account-based chains, Sui treats everything as objects with unique IDs Parallel Execution: Independent transactions execute in parallel without global ordering Move Language: Safe, resource-oriented smart contract language Mysticeti Consensus: Fast finality (~390ms) for shared objects
βββββββββββββββββββββββββββββββββββββββββββ β Object Types β βββββββββββββββββββββββββββββββββββββββββββ€ β Owned Objects β Single owner address β β Shared Objects β Multiple can access β β Immutable Objectsβ Frozen, read-only β β Wrapped Objects β Nested in another β βββββββββββββββββββββββββββββββββββββββββββ Every object has a unique ObjectID (32 bytes) Objects have version that increments on mutation Owned object transactions don't need consensus (fast path)
TypeConsensusSpeedUse CaseOwned ObjectNo (fast path)~200msTransfers, simple opsShared ObjectYes (Mysticeti)~390msDEX, auctions, games
Ticker: SUI Total Supply: 10 billion SUI Uses: Gas fees, staking, governance Smallest Unit: MIST (1 SUI = 10^9 MIST)
Gas price in MIST per computation unit Storage rebates: Get gas back when deleting objects Sponsored transactions: Third party pays gas
Delegated Proof of Stake (DPoS) ~100+ active validators Stake SUI to validators to earn rewards Epoch: ~24 hours
DAG-based consensus protocol Sub-second finality for shared objects Replaces Narwhal/Bullshark (used previously)
FeatureSuiEthereumSolanaModelObject-centricAccount-basedAccount-basedLanguageMoveSolidityRustTPS100k+~15~65kFinality<1s~12min~400msParallel ExecYes (objects)LimitedYes
Sui Wallet (official) Suiet Ethos Martian
Cetus Turbos DeepBook (order book)
BlueMove Clutchy Hyperspace
Sui CLI Sui Explorer Move Analyzer (VSCode)
No. Sui uses Move, not EVM. However, bridges exist to transfer assets from EVM chains.
Owned object txs: ~200ms Shared object txs: ~390ms Theoretical TPS: 100,000+
Open Sui Wallet Go to Staking tab Choose a validator Enter amount and confirm
Sui uses object-centric storage Different standard library Sui has native object primitives Some syntax differences in Move 2024
Identify the question type: General knowledge β Answer from this skill Move programming β Refer to sui-move skill Specific API/code β Search references Search if needed: rg -i "question keywords" {baseDir}/references/ Provide clear answer with: Direct answer first Supporting details Links to official docs if relevant
Website: https://sui.io Docs: https://docs.sui.io GitHub: https://github.com/MystenLabs/sui Discord: https://discord.gg/sui Twitter: @SuiNetwork
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.