← Back to Skills Marketplace
Sui
by
Eason Chen
· GitHub ↗
· v1.1.0
1790
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sui
Description
Answer 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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: sui
Version: 1.1.0
The skill is designed to provide knowledge about the Sui blockchain. The `SKILL.md` instructs the agent to execute `setup.sh` to clone official Sui documentation from `https://github.com/MystenLabs/sui.git` using standard `git` commands, and then use `rg` (ripgrep) to search these local references. All actions are clearly aligned with the stated purpose of creating and searching a knowledge base, with no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection beyond the stated purpose, or obfuscation.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sui - After installation, invoke the skill by name or use
/sui - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
**New skill for Sui ecosystem general knowledge.**
- Added "sui-knowledge" skill to answer general questions about Sui blockchain, tokenomics, consensus, staking, user ecosystem, and comparisons with other chains.
- Clearly distinguishes general Sui knowledge from Move programming (which remains in sui-move skill).
- Provides reference search instructions, summaries of Sui concepts (object model, transaction types, consensus, SUI token), and ecosystem overview.
- Includes common FAQs, usage workflow, and links to official resources.
v1.0.0
Initial release: Sui blockchain knowledge base
Metadata
Frequently Asked Questions
What is Sui?
Answer 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1790 downloads so far.
How do I install Sui?
Run "/install sui" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sui free?
Yes, Sui is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sui support?
Sui is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sui?
It is built and maintained by Eason Chen (@easonc13); the current version is v1.1.0.
More Skills