← Back to Skills Marketplace
Sui Move
by
Eason Chen
· GitHub ↗
· v1.1.1
1925
Downloads
4
Stars
3
Active Installs
4
Versions
Install in OpenClaw
/install sui-move
Description
Sui blockchain and Move smart contract development. Use when the user asks about Sui, Move language, smart contracts, objects, transactions, or blockchain development on Sui.
Usage Guidance
This skill appears to be a documentation and development helper for Sui/Move and is coherent with that purpose. Before installing: (1) confirm you are comfortable with the skill cloning public GitHub repos (move-book and Sui docs) into the skill's references folder and that your environment has git and network access; (2) if you want CLI functionality, ensure ripgrep (rg) and the Sui CLI are available or installable via Homebrew as suggested; (3) be aware SKILL.md uses a {baseDir} placeholder while setup.sh uses its script directory — you may need to set or map baseDir for the agent to find references; (4) review the setup.sh and the cloned repo contents if you want to verify there is no unexpected code. No credentials or secret access are requested by this skill.
Capability Analysis
Type: OpenClaw Skill
Name: sui-move
Version: 1.1.1
The skill is designed to provide a knowledge base for Sui blockchain and Move smart contract development. It achieves this by cloning official documentation from MystenLabs GitHub repositories (move-book, sui docs, awesome-move) into a local 'references' directory. The `SKILL.md` instructions guide the AI agent to search these local documents using `rg` and `grep` for answering user queries. The `setup.sh` script automates this cloning process. All actions, including `git clone` from official sources and local file searching, are directly aligned with the stated purpose and show no signs of malicious intent, data exfiltration, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
The declared purpose (Sui/Move development) matches the files and instructions: cloning Move Book and Sui docs, search/read local docs, and providing CLI examples. Minor inconsistency: the top-level registry metadata lists no required binaries/env vars, but SKILL.md declares required bins (sui, rg) and an install suggestion for the Sui CLI via Homebrew — this is reasonable for the stated purpose but should be synchronized.
Instruction Scope
Runtime instructions tell the agent to clone public GitHub repos, run ripgrep (rg) and cat local markdown files, and use the sui CLI — all expected for a documentation/authoring skill. Small issues: SKILL.md uses a {baseDir} placeholder without defining it (setup.sh uses a different path calculation), so the agent may need a concrete baseDir mapping. The instructions do not attempt to read unrelated system files or any secrets.
Install Mechanism
There is no heavy install spec in the registry; the included setup.sh clones public GitHub repos (official MystenLabs repos) and writes them to a local references directory. SKILL.md includes a Homebrew install suggestion for the Sui CLI which is an expected, low-risk package source. No downloads from unknown/personal servers or archive extraction from untrusted hosts were found.
Credentials
The skill does not request environment variables, credentials, or privileged config paths. The only runtime requirements are binaries (sui, rg) that are proportionate to searching and interacting with Sui documentation and CLI workflows.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill configuration changes. setup.sh writes documentation into a local references directory within the skill bundle; nothing indicates permanent system-wide changes or background services.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sui-move - After installation, invoke the skill by name or use
/sui-move - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
Add GitHub link and Related Skills section
v1.2.0
Add related skills section (sui-decompile, sui-coverage)
v1.1.0
Add awesome-move repo as additional reference resource (note: some examples may be outdated)
v1.0.0
Initial release: Sui blockchain and Move smart contract development knowledge base with references to the official Move Book and Sui docs
Metadata
Frequently Asked Questions
What is Sui Move?
Sui blockchain and Move smart contract development. Use when the user asks about Sui, Move language, smart contracts, objects, transactions, or blockchain development on Sui. It is an AI Agent Skill for Claude Code / OpenClaw, with 1925 downloads so far.
How do I install Sui Move?
Run "/install sui-move" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sui Move free?
Yes, Sui Move is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sui Move support?
Sui Move is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sui Move?
It is built and maintained by Eason Chen (@easonc13); the current version is v1.1.1.
More Skills