← Back to Skills Marketplace
easonc13

Sui Decompile

by Eason Chen · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
1172
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install sui-decompile
Description
Fetch on-chain Sui Move contract source code and let your agent explain how smart contracts work. Scrape from Suivision/Suiscan explorers, analyze DeFi protocols, and understand any contract on Sui.
Usage Guidance
This skill appears coherent for fetching on-chain Move sources from public explorers. Before installing or running it: (1) be aware the SKILL.md recommends running headless-evasion techniques (xvfb, non-headless Puppeteer, and '--no-sandbox'), which reduce process isolation and can be risky in multi-tenant or production environments — avoid running with '--no-sandbox' as root; prefer running in a properly isolated container and as a non-root user. (2) Installing xvfb and Puppeteer requires system packages (sudo) and additional node packages — review those installs yourself. (3) Scraping may violate site terms of service; confirm permission and rate-limit requests. (4) The skill requests no secrets, but it will fetch and surface potentially sensitive on-chain code — treat fetched code and any derived analysis in accordance with licensing and compliance requirements. If you plan to run automated scraping on servers, restrict network and filesystem access and monitor runtime behavior.
Capability Analysis
Type: OpenClaw Skill Name: sui-decompile Version: 1.0.3 The skill's primary function is to fetch and decompile Sui Move contract source code from public block explorers (Suivision, Suiscan). The `SKILL.md` contains explicit OpenClaw agent instructions (`browser action=open`, JavaScript for scraping) that are directly aligned with this stated purpose and interact only with the specified public URLs. While the 'Server/Headless Setup' section includes `sudo apt-get install` and `xvfb-run` commands, these are presented as user-level documentation and example code for setting up a server environment for a separate Puppeteer scraper, not as instructions for the OpenClaw agent to execute as part of the skill. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection against the agent to perform unauthorized actions.
Capability Assessment
Purpose & Capability
Name/description (fetch on-chain Sui Move source, analyze contracts) matches the SKILL.md: browser workflows and JS snippets target suivision.xyz and suiscan.xyz and extract table rows as source lines. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions stay focused on scraping explorer pages and extracting code. They include explicit instructions for headless detection evasion (xvfb, running non-headless, using '--no-sandbox' and '--disable-setuid-sandbox') and to close tabs after use — operationally relevant but not part of the described functionality. These steps can reduce runtime security and may be used to bypass anti-bot measures.
Install Mechanism
This is instruction-only (no install spec or code files). The SKILL.md shows an example using Puppeteer and xvfb for server setups; those are user-side instructions rather than an automated installer. No downloads or obscure URLs are specified by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths and the instructions do not request secrets. This is proportionate to a scraper that targets public explorer pages.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configs. There is no autonomous privilege escalation indicated beyond normal agent invocation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sui-decompile
  3. After installation, invoke the skill by name or use /sui-decompile
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add GitHub link and Related Skills section
v1.0.2
Add server/headless setup with Puppeteer + xvfb
v1.0.1
Update description: agent explains contracts, not just fetch
v1.0.0
Initial release: Browser-based decompilation via Suivision/Suiscan
Metadata
Slug sui-decompile
Version 1.0.3
License
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Sui Decompile?

Fetch on-chain Sui Move contract source code and let your agent explain how smart contracts work. Scrape from Suivision/Suiscan explorers, analyze DeFi protocols, and understand any contract on Sui. It is an AI Agent Skill for Claude Code / OpenClaw, with 1172 downloads so far.

How do I install Sui Decompile?

Run "/install sui-decompile" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sui Decompile free?

Yes, Sui Decompile is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Sui Decompile support?

Sui Decompile is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sui Decompile?

It is built and maintained by Eason Chen (@easonc13); the current version is v1.0.3.

💬 Comments