Sui for Openclaw

A comprehensive skill for managing Sui blockchain interactions, focusing on its unique object model and Move smart contract ecosystem.

ivangdavila
v1.0.2
Feb 11, 2026
2
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install sui-network

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install sui-network using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Sui?

The Sui skill for Openclaw Skills provides a robust interface for interacting with the Sui blockchain's innovative object-centric architecture. Unlike traditional account-based systems, Sui treats everything as an object with unique IDs, enabling massive parallel execution and sub-second finality. This skill allows users to leverage these architectural advantages for high-performance decentralized applications and efficient asset management.

By integrating this skill into your workflow, you gain the ability to handle complex SUI token operations, participate in epoch-based staking, and navigate the safety-first Move programming language. Whether you are managing DeFi liquidity on DEXs like Cetus or interacting with NFT Kiosks, this skill ensures technical precision and optimized gas management using MIST denominations.

Sui Use Cases

  • Managing owned and shared objects for parallel transaction execution.
  • Automating SUI token staking and reward compounding across 24-hour epochs.
  • Developing, deploying, and upgrading Move smart contracts with resource safety.
  • Organizing digital assets by merging fragmented coin objects or splitting them for dApp requirements.
  • Facilitating secure cross-chain asset transfers via the Wormhole bridge.

How Sui Works

  1. The agent analyzes the requested action to determine if it involves owned or shared objects.
  2. It verifies the available SUI balance in MIST to ensure sufficient gas for the transaction budget.
  3. The skill constructs an atomic transaction, ensuring all operations succeed or fail as a single unit.
  4. It submits the transaction to the network, taking advantage of parallel execution for independent objects.
  5. Upon sub-second finality, the skill updates the local state with new object IDs and transaction digests.

Sui Setup

To get started with this skill within the Openclaw Skills ecosystem, follow these steps:

# Install the Sui skill via the CLI
openclaw install skill-sui

# Configure your active environment address
openclaw config set sui_address 0xYOUR_SUI_ADDRESS_HEX

# Verify connection to the Sui network
openclaw sui status

Sui Data Schema & Taxonomy

Entity Description Key Attributes
Objects The fundamental unit of storage in Sui ID, Owner, Type, Version
Transactions Records of state changes Digest, Gas Fee, Status, Effects
Move Packages Smart contract code on-chain Package ID, Modules, Bytecode
Staking Delegation data for validators Principal, Rewards, Epoch ID

Sui Advanced Features

  • Support for sponsored transactions where a separate account pays the gas fees.
  • Advanced Kiosk primitives for building and interacting with complex NFT marketplaces.
  • Programmable Transaction Blocks (PTB) for chaining multiple operations in one execution.
  • Dynamic NFT support for objects that evolve or change state over time.
  • Integrated storage fund management to handle long-term data costs efficiently.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*