← Back to Skills Marketplace
155
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skyinsights
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skyinsights - After installation, invoke the skill by name or use
/skyinsights - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Skyinsights?
Run "/install skyinsights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skyinsights free?
Yes, Skyinsights is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skyinsights support?
Skyinsights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skyinsights?
It is built and maintained by CertiK (@certik-ai); the current version is v1.0.0.
More Skills