← 返回 Skills 市场
certik-ai

Skynet Score

作者 CertiK · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skynet-score
功能描述
Use for searching CertiK Skynet project scores, looking up blockchain project security ratings, comparing score breakdowns, and integrating the public Skynet...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skynet-score
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skynet-score 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skynet-score
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skynet Score 是什么?

Use for searching CertiK Skynet project scores, looking up blockchain project security ratings, comparing score breakdowns, and integrating the public Skynet... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Skynet Score?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skynet-score」即可一键安装,无需额外配置。

Skynet Score 是免费的吗?

是的,Skynet Score 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skynet Score 支持哪些平台?

Skynet Score 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skynet Score?

由 CertiK(@certik-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论