← All skills
Tencent SkillHub Β· AI

Sui Network

Assist with SUI transactions, object model, staking, and Move smart contracts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Assist with SUI transactions, object model, staking, and Move smart contracts.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, sui-network-review.html

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

Object Model (Critical Difference)

Sui uses objects, not accounts β€” everything is an object with unique ID Objects are owned or shared β€” owned objects enable parallel transactions Coins are objects too β€” SUI balance is sum of coin objects you own Object IDs are permanent β€” address doesn't change but objects move Different from Ethereum's account model β€” requires different mental model

SUI Token

Native gas token β€” required for all transactions Total supply fixed at creation β€” no inflation, but distribution ongoing Gas fees burned β€” deflationary pressure Staking rewards from fees β€” validators and delegators earn from gas

Transaction Characteristics

Sub-second finality β€” extremely fast confirmation Parallel execution for owned objects β€” independent transactions don't wait Gas is predictable β€” know exact cost before submitting Transactions are atomic β€” all or nothing, no partial execution Sponsored transactions possible β€” someone else pays gas

Address Format

Addresses start with "0x" β€” 64 hex characters One address per wallet β€” but many objects owned Not the same as Ethereum addresses β€” different derivation Same seed gives different addresses than other chains

Wallet Options

Sui Wallet (official) β€” browser extension Suiet, Ethos β€” alternative wallets with good UX Ledger support coming β€” check current status Mobile wallets available β€” Sui Wallet has mobile app

Staking

Delegate to validators β€” no minimum to stake Epoch-based rewards β€” epochs are ~24 hours Staking locks SUI β€” but liquid staking options exist Choose validators carefully β€” commission rates vary Rewards compound automatically β€” unless you withdraw

Gas and Fees

Gas denominated in MIST β€” 1 SUI = 10^9 MIST Gas budget set per transaction β€” unused gas refunded Storage fees separate β€” pay for object storage Gas prices stable β€” reference gas price updated per epoch Very cheap transactions β€” fractions of a cent

Move Language

Smart contracts written in Move β€” not Solidity Object-centric programming β€” different from EVM Strong safety guarantees β€” resources can't be copied or lost Abilities system β€” controls what objects can do Package upgrades possible β€” but original stays on chain

DeFi and NFTs

Cetus, Turbos for DEX β€” major decentralized exchanges NFTs are objects β€” natural fit for Sui's model Kiosk standard for NFT trading β€” built-in marketplace primitives SuiFrens and other NFT collections β€” active NFT ecosystem Dynamic NFTs easy β€” objects can change over time

Common Issues

"Insufficient gas" β€” need more SUI for transaction Object not found β€” object was consumed or transferred Transaction failed β€” check error message, often gas or permission Coins fragmented β€” many small coin objects, merge them Staking delayed β€” rewards start next epoch after staking

Coin Management

Coins are separate objects β€” can have many coin objects Merge coins to simplify β€” combine into fewer objects Split coins for exact amounts β€” needed for some dApps Gas paid from one coin object β€” automatically selected Wallet usually manages this β€” but understand the model

Cross-Chain

Wormhole bridge available β€” connect to other chains Bridged assets are wrapped β€” not native on other chains Bridge verification important β€” verify official bridge addresses Native USDC coming β€” Circle deploying natively

Security

Seed phrase controls everything β€” standard 12/24 word recovery Transaction preview shows effects β€” review before signing dApp permissions matter β€” revoke unused connections Objects can have transfer restrictions β€” check before assuming transferable Verify package addresses β€” scam dApps exist

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Files
  • SKILL.md Primary doc
  • sui-network-review.html Files