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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sui或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sui⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sui/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: sui-knowledge description: 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. version: 1.0.0 metadata: author: EasonClawdbot1 tags: sui, blockchain, web3, knowledge, ecosystem ---
Expert knowledge about Sui blockchain ecosystem. Use this skill to answer questions about Sui concepts, architecture, tokenomics, and ecosystem.
Activate when users ask about:
For Move programming questions → use sui-move skill instead
cd {baseDir}
chmod +x setup.sh && ./setup.sh
This clones:
# 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 Types │
├─────────────────────────────────────────┤
│ Owned Objects → Single owner address │
│ Shared Objects → Multiple can access │
│ Immutable Objects→ Frozen, read-only │
│ Wrapped Objects → Nested in another │
└─────────────────────────────────────────┘
ObjectID (32 bytes)version that increments on mutation| Type | Consensus | Speed | Use Case | |------|-----------|-------|----------| | Owned Object | No (fast path) | ~200ms | Transfers, simple ops | | Shared Object | Yes (Mysticeti) | ~390ms | DEX, auctions, games |
| 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 |
No. Sui uses Move, not EVM. However, bridges exist to transfer assets from EVM chains.
- General knowledge → Answer from this skill - Move programming → Refer to sui-move skill - Specific API/code → Search references
```bash rg -i "question keywords" {baseDir}/references/ ```
- Direct answer first - Supporting details - Links to official docs if relevant
安装 Sui 后,可以对 AI 说这些话来触发它
Help me get started with Sui
Explains what Sui does, walks through the setup, and runs a quick demo based on your current project
Use Sui to answer questions about Sui blockchain ecosystem, concepts, tokenomi...
Invokes Sui with the right parameters and returns the result directly in the conversation
What can I do with Sui in my finance & investment workflow?
Lists the top use cases for Sui, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sui/ 目录(个人级,所有项目可用),或 .claude/skills/sui/(项目级)。重启 AI 客户端后,用 /sui 主动调用,或让 AI 根据上下文自动发现并使用。
Sui 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Sui 可免费安装使用。请查阅仓库了解许可证信息。
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.
Sui 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Sui
Identifies repetitive steps in your workflow and sets up Sui to handle them automatically