← Back to Skills Marketplace
certik-ai

Skynet Score

by CertiK · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skynet-score
Description
Use for searching CertiK Skynet project scores, looking up blockchain project security ratings, comparing score breakdowns, and integrating the public Skynet...
Usage Guidance
This skill appears to do exactly what it says: call the public CertiK Skynet projects endpoint and return results. Before installing, consider: (1) the skill will make outbound HTTPS requests to open.api.certik.com — if you run it in a sensitive environment, sandbox network access; (2) the skill owner is unknown (no homepage), so only run if you trust the registry/source or inspect the included script (which in this case is small and readable); (3) there are documented rate limits (50 requests/60s per IP) so avoid high-frequency automated polling; (4) the skill does not request credentials, but never provide unrelated secrets to skills. If you want stricter control, disable autonomous invocation so it only runs when you explicitly invoke it.
Capability Analysis
Type: OpenClaw Skill Name: skynet-score Version: 1.0.0 The skill is a legitimate tool for querying blockchain project security scores from the CertiK Skynet public API. The Python script (scripts/skynet_score.py) uses standard libraries to perform authenticated HTTP GET requests to a known public endpoint (open.api.certik.com) and contains no evidence of data exfiltration, command injection, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description claim searching CertiK Skynet scores and the included Python script + curl examples both directly call the documented public endpoint (https://open.api.certik.com/projects). No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled script or use curl against the documented API and to return/format API data. The instructions do not ask the agent to read arbitrary files, environment secrets, or system state beyond executing the script and issuing outbound HTTPS requests to the documented endpoint.
Install Mechanism
No install spec is present (instruction-only with a bundled script). The script is small, stored in the skill bundle, and there are no downloads from external URLs or archive extraction steps.
Credentials
The skill declares no required environment variables, no credentials, and the code does not read env vars or config paths. Network access to the public CertiK API is required and is proportional to the stated function.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skill/system configs. It only asks permission to execute its bundled script at runtime.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skynet-score
  3. After installation, invoke the skill by name or use /skynet-score
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skynet-score skill. - Search and retrieve CertiK Skynet scores and security ratings for blockchain projects by keyword. - Return project score, tier, score breakdowns, and last updated time on user request. - List multiple matching projects when results are ambiguous; prompt user to select. - Provide integration examples using Python or curl, with guidance on output and API limits. - Includes clear documentation for usage, output, and error handling.
Metadata
Slug skynet-score
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skynet Score?

Use for searching CertiK Skynet project scores, looking up blockchain project security ratings, comparing score breakdowns, and integrating the public Skynet... It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Skynet Score?

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

Is Skynet Score free?

Yes, Skynet Score is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skynet Score support?

Skynet Score is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skynet Score?

It is built and maintained by CertiK (@certik-ai); the current version is v1.0.0.

💬 Comments