Sui Move

v1.1.1

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.

4· 1.8k·3 current·3 all-time
byEason Chen@easonc13
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

blockchainvk9781shxcv3taeab0w2wy68x7n80b16alatestvk97cgb8b7k1t0qxsbr97jp6n8x80wppsmovevk9781shxcv3taeab0w2wy68x7n80b16asmart-contractvk9781shxcv3taeab0w2wy68x7n80b16asuivk9781shxcv3taeab0w2wy68x7n80b16aweb3vk9781shxcv3taeab0w2wy68x7n80b16a

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments