sui-knowledge
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.
Install
mkdir -p .claude/skills/sui-knowledge && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8544" && unzip -o skill.zip -d .claude/skills/sui-knowledge && rm skill.zipInstalls to .claude/skills/sui-knowledge
About this skill
Sui Knowledge Base
Expert knowledge about Sui blockchain ecosystem. Use this skill to answer questions about Sui concepts, architecture, tokenomics, and ecosystem.
When to Use This Skill
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
Setup References
cd {baseDir}
chmod +x setup.sh && ./setup.sh
This clones:
- Sui official documentation
- Sui whitepaper and technical docs
Quick Search
# 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
Core Concepts
What is Sui?
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 Model
┌─────────────────────────────────────────┐
│ 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
versionthat increments on mutation - Owned object transactions don't need consensus (fast path)
Transaction Types
| Type | Consensus | Speed | Use Case |
|---|---|---|---|
| Owned Object | No (fast path) | ~200ms | Transfers, simple ops |
| Shared Object | Yes (Mysticeti) | ~390ms | DEX, auctions, games |
SUI Token
- Ticker: SUI
- Total Supply: 10 billion SUI
- Uses: Gas fees, staking, governance
- Smallest Unit: MIST (1 SUI = 10^9 MIST)
Gas Model
- Gas price in MIST per computation unit
- Storage rebates: Get gas back when deleting objects
- Sponsored transactions: Third party pays gas
Validators & Staking
- Delegated Proof of Stake (DPoS)
- ~100+ active validators
- Stake SUI to validators to earn rewards
- Epoch: ~24 hours
Consensus: Mysticeti
- DAG-based consensus protocol
- Sub-second finality for shared objects
- Replaces Narwhal/Bullshark (used previously)
Sui vs Other Chains
| Feature | Sui | Ethereum | Solana |
|---|---|---|---|
| Model | Object-centric | Account-based | Account-based |
| Language | Move | Solidity | Rust |
| TPS | 100k+ | ~15 | ~65k |
| Finality | <1s | ~12min | ~400ms |
| Parallel Exec | Yes (objects) | Limited | Yes |
Ecosystem
Wallets
- Sui Wallet (official)
- Suiet
- Ethos
- Martian
DEXs
- Cetus
- Turbos
- DeepBook (order book)
NFT Marketplaces
- BlueMove
- Clutchy
- Hyperspace
Developer Tools
- Sui CLI
- Sui Explorer
- Move Analyzer (VSCode)
Common Questions
"Is Sui EVM compatible?"
No. Sui uses Move, not EVM. However, bridges exist to transfer assets from EVM chains.
"How fast is Sui?"
- Owned object txs: ~200ms
- Shared object txs: ~390ms
- Theoretical TPS: 100,000+
"How do I stake SUI?"
- Open Sui Wallet
- Go to Staking tab
- Choose a validator
- Enter amount and confirm
"What's the difference between Sui Move and Aptos Move?"
- Sui uses object-centric storage
- Different standard library
- Sui has native object primitives
- Some syntax differences in Move 2024
Answering Workflow
-
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
Official Resources
- Website: https://sui.io
- Docs: https://docs.sui.io
- GitHub: https://github.com/MystenLabs/sui
- Discord: https://discord.gg/sui
- Twitter: @SuiNetwork
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
Related MCP Servers
Browse all serversRedpanda Docs — authoritative answers, guides, and troubleshooting for Redpanda users and developers. Learn, implement,
eRegulations makes admin procedure data easy to access, helping users understand the Administrative Procedure Act seamle
Find trusted, verified technical Q&A on Stack Overflow — fast solutions and expert insights for developers and IT profes
Build persistent semantic networks for enterprise & engineering data management. Enable data persistence and memory acro
Boost your AI code assistant with Context7: inject real-time API documentation from OpenAPI specification sources into y
Extend your developer tools with GitHub MCP Server for advanced automation, supporting GitHub Student and student packag
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.