# Send Sui Network to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sui-network",
    "name": "Sui Network",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/sui-network",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/sui-network",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sui-network",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sui-network",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "sui-network-review.html"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "sui-network",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T22:49:18.980Z",
      "expiresAt": "2026-05-10T22:49:18.980Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sui-network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sui-network",
        "contentDisposition": "attachment; filename=\"sui-network-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "sui-network"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sui-network"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sui-network",
    "downloadUrl": "https://openagent3.xyz/downloads/sui-network",
    "agentUrl": "https://openagent3.xyz/skills/sui-network/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sui-network/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sui-network/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T22:49:18.980Z
- Expires at: 2026-05-10T22:49:18.980Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sui-network)
- [Send to Agent page](https://openagent3.xyz/skills/sui-network/agent)
- [JSON manifest](https://openagent3.xyz/skills/sui-network/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sui-network/agent.md)
- [Download page](https://openagent3.xyz/downloads/sui-network)