{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sui-move",
    "name": "Sui Move",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/EasonC13/sui-move",
    "canonicalUrl": "https://clawhub.ai/EasonC13/sui-move",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sui-move",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sui-move",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "package.json",
      "setup.sh"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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-move"
    },
    "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-move",
    "agentPageUrl": "https://openagent3.xyz/skills/sui-move/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sui-move/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sui-move/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": "Sui Move Development",
        "body": "Comprehensive knowledge base for Sui blockchain and Move smart contract development.\n\nGitHub: https://github.com/EasonC13-agent/sui-skills/tree/main/sui-move"
      },
      {
        "title": "Setup References",
        "body": "Clone the official documentation:\n\n# Create skill directory\nmkdir -p {baseDir}/references && cd {baseDir}/references\n\n# Clone Move Book (The Move Language Bible)\ngit clone --depth 1 https://github.com/MystenLabs/move-book.git\n\n# Clone Sui docs (sparse checkout)\ngit clone --depth 1 --filter=blob:none --sparse https://github.com/MystenLabs/sui.git\ncd sui && git sparse-checkout set docs\n\n# Clone Awesome Move (curated examples and resources)\n# Note: Some code examples may be outdated\ngit clone --depth 1 https://github.com/MystenLabs/awesome-move.git"
      },
      {
        "title": "Awesome Move (references/awesome-move/)",
        "body": "A curated list of Move resources, including:\n\nExample projects and code snippets\nLibraries and frameworks\nTools and utilities\nLearning resources\n\n⚠️ Note: Some code examples in awesome-move may be outdated as the Move language and Sui platform evolve. Always verify against the latest Move Book and Sui documentation."
      },
      {
        "title": "Move Book (references/move-book/book/)",
        "body": "DirectoryContentyour-first-move/Hello World, Hello Sui tutorialsmove-basics/Variables, functions, structs, abilities, genericsconcepts/Packages, manifest, addresses, dependenciesstorage/Object storage, UID, transfer functionsobject/Object model, ownership, dynamic fieldsprogrammability/Events, witness, publisher, displaymove-advanced/BCS, PTB, cryptographyguides/Testing, debugging, upgrades, BCSappendix/Glossary, reserved addresses"
      },
      {
        "title": "Sui Docs (references/sui/docs/content/)",
        "body": "Concepts, guides, standards, references"
      },
      {
        "title": "Quick Search",
        "body": "# Search Move Book for a topic\nrg -i \"keyword\" {baseDir}/references/move-book/book/ --type md\n\n# Search Sui docs\nrg -i \"keyword\" {baseDir}/references/sui/docs/ --type md\n\n# Find all files about a topic\nfind {baseDir}/references -name \"*.md\" | xargs grep -l \"topic\""
      },
      {
        "title": "Move Language Basics",
        "body": "Abilities - Type capabilities:\n\ncopy - Can be copied\ndrop - Can be dropped (destroyed)\nstore - Can be stored in objects\nkey - Can be used as a key in global storage (objects)\n\npublic struct MyStruct has key, store {\n    id: UID,\n    value: u64\n}\n\nObject Model:\n\nEvery object has a unique UID\nObjects can be owned (address), shared, or immutable\nTransfer functions: transfer::transfer, transfer::share_object, transfer::freeze_object"
      },
      {
        "title": "Common Patterns",
        "body": "Create and Transfer Object:\n\npublic fun create(ctx: &mut TxContext) {\n    let obj = MyObject {\n        id: object::new(ctx),\n        value: 0\n    };\n    transfer::transfer(obj, tx_context::sender(ctx));\n}\n\nShared Object:\n\npublic fun create_shared(ctx: &mut TxContext) {\n    let obj = SharedObject {\n        id: object::new(ctx),\n        counter: 0\n    };\n    transfer::share_object(obj);\n}\n\nEntry Functions:\n\npublic entry fun do_something(obj: &mut MyObject, value: u64) {\n    obj.value = value;\n}"
      },
      {
        "title": "CLI Commands",
        "body": "# Create new project\nsui move new my_project\n\n# Build\nsui move build\n\n# Test\nsui move test\n\n# Publish\nsui client publish --gas-budget 100000000\n\n# Call function\nsui client call --package <PACKAGE_ID> --module <MODULE> --function <FUNCTION> --args <ARGS>\n\n# Get object\nsui client object <OBJECT_ID>"
      },
      {
        "title": "Workflow",
        "body": "When answering Sui/Move questions:\n\nSearch references first:\nrg -i \"topic\" {baseDir}/references/move-book/book/ -l\n\n\n\nRead relevant files:\ncat {baseDir}/references/move-book/book/<path>/<file>.md\n\n\n\nProvide code examples from the references\n\n\nLink to official docs when helpful:\n\nMove Book: https://move-book.com\nSui Docs: https://docs.sui.io"
      },
      {
        "title": "Topics Index",
        "body": "TopicLocationHello Worldmove-book/book/your-first-move/hello-world.mdHello Suimove-book/book/your-first-move/hello-sui.mdPrimitivesmove-book/book/move-basics/primitive-types.mdStructsmove-book/book/move-basics/struct.mdAbilitiesmove-book/book/move-basics/abilities-introduction.mdGenericsmove-book/book/move-basics/generics.mdObject Modelmove-book/book/object/Storagemove-book/book/storage/Eventsmove-book/book/programmability/events.mdTestingmove-book/book/guides/testing.mdUpgradesmove-book/book/guides/upgradeability.mdPTBmove-book/book/move-advanced/ptb/BCSmove-book/book/move-advanced/bcs.md"
      },
      {
        "title": "Related Skills",
        "body": "This skill is part of the Sui development skill suite:\n\nSkillDescriptionsui-decompileFetch and read on-chain contract source codesui-moveWrite and deploy Move smart contractssui-coverageAnalyze test coverage with security analysissui-agent-walletBuild and test DApps frontend\n\nWorkflow:\n\nsui-decompile → sui-move → sui-coverage → sui-agent-wallet\n    Study        Write      Test & Audit   Build DApps\n\nAll skills: https://github.com/EasonC13-agent/sui-skills"
      },
      {
        "title": "Notes",
        "body": "Move 2024 edition introduces new features (enums, method syntax, etc.)\nSui uses a unique object-centric model different from other blockchains\nGas is paid in SUI tokens\nTestnet/Devnet available for development"
      }
    ],
    "body": "Sui Move Development\n\nComprehensive knowledge base for Sui blockchain and Move smart contract development.\n\nGitHub: https://github.com/EasonC13-agent/sui-skills/tree/main/sui-move\n\nSetup References\n\nClone the official documentation:\n\n# Create skill directory\nmkdir -p {baseDir}/references && cd {baseDir}/references\n\n# Clone Move Book (The Move Language Bible)\ngit clone --depth 1 https://github.com/MystenLabs/move-book.git\n\n# Clone Sui docs (sparse checkout)\ngit clone --depth 1 --filter=blob:none --sparse https://github.com/MystenLabs/sui.git\ncd sui && git sparse-checkout set docs\n\n# Clone Awesome Move (curated examples and resources)\n# Note: Some code examples may be outdated\ngit clone --depth 1 https://github.com/MystenLabs/awesome-move.git\n\nAdditional Resources\nAwesome Move (references/awesome-move/)\n\nA curated list of Move resources, including:\n\nExample projects and code snippets\nLibraries and frameworks\nTools and utilities\nLearning resources\n\n⚠️ Note: Some code examples in awesome-move may be outdated as the Move language and Sui platform evolve. Always verify against the latest Move Book and Sui documentation.\n\nReference Structure\nMove Book (references/move-book/book/)\nDirectory\tContent\nyour-first-move/\tHello World, Hello Sui tutorials\nmove-basics/\tVariables, functions, structs, abilities, generics\nconcepts/\tPackages, manifest, addresses, dependencies\nstorage/\tObject storage, UID, transfer functions\nobject/\tObject model, ownership, dynamic fields\nprogrammability/\tEvents, witness, publisher, display\nmove-advanced/\tBCS, PTB, cryptography\nguides/\tTesting, debugging, upgrades, BCS\nappendix/\tGlossary, reserved addresses\nSui Docs (references/sui/docs/content/)\nConcepts, guides, standards, references\nQuick Search\n# Search Move Book for a topic\nrg -i \"keyword\" {baseDir}/references/move-book/book/ --type md\n\n# Search Sui docs\nrg -i \"keyword\" {baseDir}/references/sui/docs/ --type md\n\n# Find all files about a topic\nfind {baseDir}/references -name \"*.md\" | xargs grep -l \"topic\"\n\nKey Concepts\nMove Language Basics\n\nAbilities - Type capabilities:\n\ncopy - Can be copied\ndrop - Can be dropped (destroyed)\nstore - Can be stored in objects\nkey - Can be used as a key in global storage (objects)\npublic struct MyStruct has key, store {\n    id: UID,\n    value: u64\n}\n\n\nObject Model:\n\nEvery object has a unique UID\nObjects can be owned (address), shared, or immutable\nTransfer functions: transfer::transfer, transfer::share_object, transfer::freeze_object\nCommon Patterns\n\nCreate and Transfer Object:\n\npublic fun create(ctx: &mut TxContext) {\n    let obj = MyObject {\n        id: object::new(ctx),\n        value: 0\n    };\n    transfer::transfer(obj, tx_context::sender(ctx));\n}\n\n\nShared Object:\n\npublic fun create_shared(ctx: &mut TxContext) {\n    let obj = SharedObject {\n        id: object::new(ctx),\n        counter: 0\n    };\n    transfer::share_object(obj);\n}\n\n\nEntry Functions:\n\npublic entry fun do_something(obj: &mut MyObject, value: u64) {\n    obj.value = value;\n}\n\nCLI Commands\n# Create new project\nsui move new my_project\n\n# Build\nsui move build\n\n# Test\nsui move test\n\n# Publish\nsui client publish --gas-budget 100000000\n\n# Call function\nsui client call --package <PACKAGE_ID> --module <MODULE> --function <FUNCTION> --args <ARGS>\n\n# Get object\nsui client object <OBJECT_ID>\n\nWorkflow\n\nWhen answering Sui/Move questions:\n\nSearch references first:\n\nrg -i \"topic\" {baseDir}/references/move-book/book/ -l\n\n\nRead relevant files:\n\ncat {baseDir}/references/move-book/book/<path>/<file>.md\n\n\nProvide code examples from the references\n\nLink to official docs when helpful:\n\nMove Book: https://move-book.com\nSui Docs: https://docs.sui.io\nTopics Index\nTopic\tLocation\nHello World\tmove-book/book/your-first-move/hello-world.md\nHello Sui\tmove-book/book/your-first-move/hello-sui.md\nPrimitives\tmove-book/book/move-basics/primitive-types.md\nStructs\tmove-book/book/move-basics/struct.md\nAbilities\tmove-book/book/move-basics/abilities-introduction.md\nGenerics\tmove-book/book/move-basics/generics.md\nObject Model\tmove-book/book/object/\nStorage\tmove-book/book/storage/\nEvents\tmove-book/book/programmability/events.md\nTesting\tmove-book/book/guides/testing.md\nUpgrades\tmove-book/book/guides/upgradeability.md\nPTB\tmove-book/book/move-advanced/ptb/\nBCS\tmove-book/book/move-advanced/bcs.md\nRelated Skills\n\nThis skill is part of the Sui development skill suite:\n\nSkill\tDescription\nsui-decompile\tFetch and read on-chain contract source code\nsui-move\tWrite and deploy Move smart contracts\nsui-coverage\tAnalyze test coverage with security analysis\nsui-agent-wallet\tBuild and test DApps frontend\n\nWorkflow:\n\nsui-decompile → sui-move → sui-coverage → sui-agent-wallet\n    Study        Write      Test & Audit   Build DApps\n\n\nAll skills: https://github.com/EasonC13-agent/sui-skills\n\nNotes\nMove 2024 edition introduces new features (enums, method syntax, etc.)\nSui uses a unique object-centric model different from other blockchains\nGas is paid in SUI tokens\nTestnet/Devnet available for development"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/EasonC13/sui-move",
    "publisherUrl": "https://clawhub.ai/EasonC13/sui-move",
    "owner": "EasonC13",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sui-move",
    "downloadUrl": "https://openagent3.xyz/downloads/sui-move",
    "agentUrl": "https://openagent3.xyz/skills/sui-move/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sui-move/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sui-move/agent.md"
  }
}