← 返回 Skills 市场
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skyinsights
功能描述
Query the CertiK SkyInsights blockchain risk intelligence API. Use this skill when the user wants to check whether a wallet address or transaction hash is ri...
安全使用建议
This package appears coherent and implements a straightforward API wrapper for CertiK SkyInsights. Before installing: (1) ensure you trust the source and the domain (api.skyinsights.certik.com and api2.skyinsights.certik.com); (2) provide only the SkyInsights API key/secret the skill needs—avoid using broadly privileged or long-lived platform credentials; (3) be aware the included script will look for a .env file in the current working directory as a fallback and will read it if present—remove any unrelated secrets from that directory or set the env vars directly; (4) confirm python3 is available in your environment. If you want extra assurance, review the bundled scripts/skyinsights.py source (included) before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: skyinsights
Version: 1.0.0
The skyinsights skill is a legitimate integration for the CertiK SkyInsights blockchain risk intelligence API. The Python script (scripts/skyinsights.py) uses standard libraries to perform API queries for address risk, labels, and AML screening, with network traffic restricted to official CertiK endpoints. Credential handling is limited to environment variables and local .env files, and the instructions in SKILL.md align strictly with the stated purpose of the tool without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and the included Python script all target CertiK SkyInsights endpoints and the provided env vars (SKYINSIGHTS_API_KEY, SKYINSIGHTS_API_SECRET). Requiring python3 and those two credentials is appropriate and proportional for a helper that calls an external API.
Instruction Scope
SKILL.md instructs the agent to run the bundled script and to set the two SKYINSIGHTS env vars. The script additionally attempts to read a local .env file in the current working directory as a fallback for credentials; this file-read behavior is not declared in the registry metadata (which lists no config paths). Aside from that, the runtime instructions are focused on the stated API calls and do not request unrelated system data or external endpoints.
Install Mechanism
There is no install spec or external download. The skill is instruction-only with a bundled Python script; the script will run with the system python3 binary. No archive downloads, package installs, or non-standard install locations are used.
Credentials
Only two environment variables are required (SKYINSIGHTS_API_KEY and SKYINSIGHTS_API_SECRET) which are the expected credentials for an API wrapper. The script's fallback to reading a local .env file may expose local secrets if present, but no other unrelated environment variables or credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist system-wide configuration. It will run on demand and can be invoked autonomously per platform defaults, which is expected for a skill of this type.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skyinsights - 安装完成后,直接呼叫该 Skill 的名称或使用
/skyinsights触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skyinsights skill.
- Enables queries to the CertiK SkyInsights blockchain risk intelligence API for risk assessment, AML screening, label lookup, and transaction checks.
- Supports subcommands: kya (address risk), labels (address/entity info), screen (AML screening), kyt (transaction risk).
- Chain support table included; guides users on valid parameters per method.
- Provides clear output templates, risk factor references, and error explanations.
- Usage examples and credential setup instructions included for user onboarding.
元数据
常见问题
Skyinsights 是什么?
Query the CertiK SkyInsights blockchain risk intelligence API. Use this skill when the user wants to check whether a wallet address or transaction hash is ri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。
如何安装 Skyinsights?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skyinsights」即可一键安装,无需额外配置。
Skyinsights 是免费的吗?
是的,Skyinsights 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skyinsights 支持哪些平台?
Skyinsights 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skyinsights?
由 CertiK(@certik-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills