Sui
v1.1.0Answer questions about Sui blockchain ecosystem, concepts, tokenomics, validators, staking, and general knowledge. Use when users ask "what is Sui", "how does Sui work", "Sui vs other chains", or any Sui-related questions that aren't specifically about Move programming.
⭐ 2· 1.7k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Sui knowledge) align with the included files and behavior: SKILL.md provides Sui-focused guidance and the setup script clones the Sui docs repository. There are no unrelated credentials, binaries, or unusual resources requested.
Instruction Scope
SKILL.md instructs the agent to run setup.sh to clone official docs and to search the local references with ripgrep (rg). The scope stays within documentation/search for Sui topics. Note: rg is referenced but not declared as a required binary — the skill will still function without it but searching commands will fail if rg is absent.
Install Mechanism
No install spec is declared. The only executable provided is setup.sh which uses git to clone https://github.com/MystenLabs/sui (official repo) with a sparse checkout of docs. The network activity is limited to a well-known GitHub repo; no downloads from obscure hosts or URL shorteners.
Credentials
The skill requires no environment variables, secrets, or config paths. The permissions and data it would access (local references directory it creates) are proportional to a documentation/search skill.
Persistence & Privilege
always is false and there are no indications the skill modifies other skills or system-wide settings. The only persistence is the optional references/ clone that setup.sh creates under the skill directory when explicitly run.
Assessment
This skill is coherent and low-risk: it clones the official Sui GitHub docs and provides search/answer guidance. Before running setup.sh, ensure you trust the source (the repo URL is https://github.com/MystenLabs/sui) and that you have git installed. If you prefer not to allow network activity, skip running setup.sh; the skill can still be used for general Sui answers but searches against local docs will be unavailable. Note also that SKILL.md uses ripgrep (rg) for fast searching — install rg or adapt searches to grep if needed.Like a lobster shell, security has layers — review code before you run it.
latestvk978ab0fp8333qav894rrxw6hs80bg0b
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
