← 返回 Skills 市场
Sui Decompile
作者
Eason Chen
· GitHub ↗
· v1.0.3
1172
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sui-decompile - 安装完成后,直接呼叫该 Skill 的名称或使用
/sui-decompile触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1172 次。
如何安装 Sui Decompile?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sui-decompile」即可一键安装,无需额外配置。
Sui Decompile 是免费的吗?
是的,Sui Decompile 完全免费(开源免费),可自由下载、安装和使用。
Sui Decompile 支持哪些平台?
Sui Decompile 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sui Decompile?
由 Eason Chen(@easonc13)开发并维护,当前版本 v1.0.3。
推荐 Skills