{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sui-network",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sui-network",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "sui-network-review.html"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sui-network",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Object Model (Critical Difference)",
        "body": "Sui uses objects, not accounts — everything is an object with unique ID\nObjects are owned or shared — owned objects enable parallel transactions\nCoins are objects too — SUI balance is sum of coin objects you own\nObject IDs are permanent — address doesn't change but objects move\nDifferent from Ethereum's account model — requires different mental model"
      },
      {
        "title": "SUI Token",
        "body": "Native gas token — required for all transactions\nTotal supply fixed at creation — no inflation, but distribution ongoing\nGas fees burned — deflationary pressure\nStaking rewards from fees — validators and delegators earn from gas"
      },
      {
        "title": "Transaction Characteristics",
        "body": "Sub-second finality — extremely fast confirmation\nParallel execution for owned objects — independent transactions don't wait\nGas is predictable — know exact cost before submitting\nTransactions are atomic — all or nothing, no partial execution\nSponsored transactions possible — someone else pays gas"
      },
      {
        "title": "Address Format",
        "body": "Addresses start with \"0x\" — 64 hex characters\nOne address per wallet — but many objects owned\nNot the same as Ethereum addresses — different derivation\nSame seed gives different addresses than other chains"
      },
      {
        "title": "Wallet Options",
        "body": "Sui Wallet (official) — browser extension\nSuiet, Ethos — alternative wallets with good UX\nLedger support coming — check current status\nMobile wallets available — Sui Wallet has mobile app"
      },
      {
        "title": "Staking",
        "body": "Delegate to validators — no minimum to stake\nEpoch-based rewards — epochs are ~24 hours\nStaking locks SUI — but liquid staking options exist\nChoose validators carefully — commission rates vary\nRewards compound automatically — unless you withdraw"
      },
      {
        "title": "Gas and Fees",
        "body": "Gas denominated in MIST — 1 SUI = 10^9 MIST\nGas budget set per transaction — unused gas refunded\nStorage fees separate — pay for object storage\nGas prices stable — reference gas price updated per epoch\nVery cheap transactions — fractions of a cent"
      },
      {
        "title": "Move Language",
        "body": "Smart contracts written in Move — not Solidity\nObject-centric programming — different from EVM\nStrong safety guarantees — resources can't be copied or lost\nAbilities system — controls what objects can do\nPackage upgrades possible — but original stays on chain"
      },
      {
        "title": "DeFi and NFTs",
        "body": "Cetus, Turbos for DEX — major decentralized exchanges\nNFTs are objects — natural fit for Sui's model\nKiosk standard for NFT trading — built-in marketplace primitives\nSuiFrens and other NFT collections — active NFT ecosystem\nDynamic NFTs easy — objects can change over time"
      },
      {
        "title": "Common Issues",
        "body": "\"Insufficient gas\" — need more SUI for transaction\nObject not found — object was consumed or transferred\nTransaction failed — check error message, often gas or permission\nCoins fragmented — many small coin objects, merge them\nStaking delayed — rewards start next epoch after staking"
      },
      {
        "title": "Coin Management",
        "body": "Coins are separate objects — can have many coin objects\nMerge coins to simplify — combine into fewer objects\nSplit coins for exact amounts — needed for some dApps\nGas paid from one coin object — automatically selected\nWallet usually manages this — but understand the model"
      },
      {
        "title": "Cross-Chain",
        "body": "Wormhole bridge available — connect to other chains\nBridged assets are wrapped — not native on other chains\nBridge verification important — verify official bridge addresses\nNative USDC coming — Circle deploying natively"
      },
      {
        "title": "Security",
        "body": "Seed phrase controls everything — standard 12/24 word recovery\nTransaction preview shows effects — review before signing\ndApp permissions matter — revoke unused connections\nObjects can have transfer restrictions — check before assuming transferable\nVerify package addresses — scam dApps exist"
      }
    ],
    "body": "Object Model (Critical Difference)\nSui uses objects, not accounts — everything is an object with unique ID\nObjects are owned or shared — owned objects enable parallel transactions\nCoins are objects too — SUI balance is sum of coin objects you own\nObject IDs are permanent — address doesn't change but objects move\nDifferent from Ethereum's account model — requires different mental model\nSUI Token\nNative gas token — required for all transactions\nTotal supply fixed at creation — no inflation, but distribution ongoing\nGas fees burned — deflationary pressure\nStaking rewards from fees — validators and delegators earn from gas\nTransaction Characteristics\nSub-second finality — extremely fast confirmation\nParallel execution for owned objects — independent transactions don't wait\nGas is predictable — know exact cost before submitting\nTransactions are atomic — all or nothing, no partial execution\nSponsored transactions possible — someone else pays gas\nAddress Format\nAddresses start with \"0x\" — 64 hex characters\nOne address per wallet — but many objects owned\nNot the same as Ethereum addresses — different derivation\nSame seed gives different addresses than other chains\nWallet Options\nSui Wallet (official) — browser extension\nSuiet, Ethos — alternative wallets with good UX\nLedger support coming — check current status\nMobile wallets available — Sui Wallet has mobile app\nStaking\nDelegate to validators — no minimum to stake\nEpoch-based rewards — epochs are ~24 hours\nStaking locks SUI — but liquid staking options exist\nChoose validators carefully — commission rates vary\nRewards compound automatically — unless you withdraw\nGas and Fees\nGas denominated in MIST — 1 SUI = 10^9 MIST\nGas budget set per transaction — unused gas refunded\nStorage fees separate — pay for object storage\nGas prices stable — reference gas price updated per epoch\nVery cheap transactions — fractions of a cent\nMove Language\nSmart contracts written in Move — not Solidity\nObject-centric programming — different from EVM\nStrong safety guarantees — resources can't be copied or lost\nAbilities system — controls what objects can do\nPackage upgrades possible — but original stays on chain\nDeFi and NFTs\nCetus, Turbos for DEX — major decentralized exchanges\nNFTs are objects — natural fit for Sui's model\nKiosk standard for NFT trading — built-in marketplace primitives\nSuiFrens and other NFT collections — active NFT ecosystem\nDynamic NFTs easy — objects can change over time\nCommon Issues\n\"Insufficient gas\" — need more SUI for transaction\nObject not found — object was consumed or transferred\nTransaction failed — check error message, often gas or permission\nCoins fragmented — many small coin objects, merge them\nStaking delayed — rewards start next epoch after staking\nCoin Management\nCoins are separate objects — can have many coin objects\nMerge coins to simplify — combine into fewer objects\nSplit coins for exact amounts — needed for some dApps\nGas paid from one coin object — automatically selected\nWallet usually manages this — but understand the model\nCross-Chain\nWormhole bridge available — connect to other chains\nBridged assets are wrapped — not native on other chains\nBridge verification important — verify official bridge addresses\nNative USDC coming — Circle deploying natively\nSecurity\nSeed phrase controls everything — standard 12/24 word recovery\nTransaction preview shows effects — review before signing\ndApp permissions matter — revoke unused connections\nObjects can have transfer restrictions — check before assuming transferable\nVerify package addresses — scam dApps exist"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/sui-network",
    "publisherUrl": "https://clawhub.ai/ivangdavila/sui-network",
    "owner": "ivangdavila",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}