← 返回 Skills 市场
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skylens-transaction-analysis
功能描述
Inspects one EVM transaction with Skylens APIs and returns human-readable trace, balance, storage, and nonce changes. Use when the user asks for tx-level inv...
安全使用建议
This skill appears to do what it claims: it runs a bundled Python CLI that queries Skylens (skylens.certik.com) and prints or optionally writes results. Before installing, confirm you trust skylens.certik.com and are comfortable granting outbound HTTPS access. Ensure the runtime has a zstd backend (Python 3.14+ or the zstandard package) or the script may fail. Be aware that get-source-file --OUTPUT can write files to arbitrary paths if chosen — avoid running it with sensitive system paths. No credentials are requested by the skill itself; if you see prompts for API keys or tokens later, treat them as unexpected and investigate.
功能分析
Type: OpenClaw Skill
Name: skylens-transaction-analysis
Version: 1.0.0
The skill bundle provides a legitimate interface for the CertiK Skylens API to perform EVM transaction analysis, including traces, balance changes, and source code retrieval. The Python script (skylens.py) uses standard libraries to fetch and decompress data from skylens.certik.com and includes a documented feature to save contract source code to a local path. There are no indicators of malicious intent, obfuscation, or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and the bundled scripts/skylens.py all consistently implement transaction-level inspection via Skylens APIs (trace, balance, state, nonce, source files). The only network host used is skylens.certik.com, which aligns with the stated purpose.
Instruction Scope
Runtime instructions instruct the agent to exec the included Python script and call Skylens endpoints. This stays within the stated purpose. Note: the get-source-file command can save downloaded source to an arbitrary path when --OUTPUT is provided, so the agent (or user) could write files to disk — expected for this tool but something to be conscious of.
Install Mechanism
There is no install spec (instruction-only with a bundled script). The script requires a zstd backend (Python 3.14's compression.zstd or the pip package zstandard) but the skill does not provide an automated installer; that may cause runtime failures if the environment lacks the dependency. No arbitrary downloads or external install URLs are used by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The script performs only outbound HTTPS calls to skylens.certik.com and does not read declared secrets or unrelated config paths in the provided code. No excessive or unrelated environment access is requested.
Persistence & Privilege
always:false (default) and the skill does not attempt to persist configuration or modify other skills. It only includes an executable script within its own directory; no elevated or permanent privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skylens-transaction-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/skylens-transaction-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skylens-transaction-analysis.
- Enables transaction-level investigations for EVM transactions using Skylens APIs.
- Provides commands to obtain human-readable execution traces, balance changes, storage/nonce changes, and contract source files.
- Supports multiple major EVM-compatible chains (Ethereum, BSC, Polygon, and more).
- Designed for use with supported agent runtimes and Python 3.10+.
- Requires outbound HTTPS access and zstd support for decompression.
元数据
常见问题
Skylens Transaction Analysis 是什么?
Inspects one EVM transaction with Skylens APIs and returns human-readable trace, balance, storage, and nonce changes. Use when the user asks for tx-level inv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Skylens Transaction Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylens-transaction-analysis」即可一键安装,无需额外配置。
Skylens Transaction Analysis 是免费的吗?
是的,Skylens Transaction Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skylens Transaction Analysis 支持哪些平台?
Skylens Transaction Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skylens Transaction Analysis?
由 CertiK(@certik-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills