返回顶部
s

skynet-score天网评分

Use for searching CertiK Skynet project scores, looking up blockchain project security ratings, comparing score breakdowns, and integrating the public Skynet project search endpoint. Trigger when the user asks for a project score, tier, score factors, updated time, or how to query Skynet scores by keyword.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
152
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

skynet-score

Skynet 评分

使用 {skillDir}/scripts/skynet_score.py 通过 CertiK 公共项目 API 检查项目评分搜索结果。

当用户想要查询区块链项目的 CertiK Skynet 评分或需要帮助集成公共项目评分 API 时,使用此技能。

何时使用此技能

  • - 通过关键词或近似项目名称搜索项目
  • 返回项目的总体评分、等级和最后更新时间
  • 解释评分细分字段
  • 展示如何从代码或 curl 查询公共端点

工作流程

  1. 1. 从用户请求中提取项目关键词。
  2. 优先使用捆绑的 Python 脚本执行。
  3. 如果 Python 不可用,使用文档中记录的 curl 备用方案。
  4. 如果匹配到多个项目,列出最佳候选项目而非猜测。
  5. 当存在明确匹配时,总结:
- 项目名称 - 总体 Skynet 评分 - 等级 - 最后更新时间 - 与用户问题相关的评分细分字段
  1. 6. 如果用户询问实现细节,提供最小请求示例并注明速率限制。

执行

优先使用 Python:

bash
python3 scripts/skynet_score.py --keyword uniswap

如果 Python 不可用,使用 curl:

bash
curl -sG https://open.api.certik.com/projects \
-H Accept: application/json, text/plain, / \
--data-urlencode keyword=uniswap

输出指南

  • - 当没有返回项目匹配时,不要虚构评分。
  • 如果有多个接近的匹配,请用户确认他们指的是哪个项目。
  • 解释结果时,先展示总体评分,再展示各组件评分。
  • 如果用户询问原始数据或集成帮助,请包含下面的响应格式。

公共 API

  • - 基础 URL:https://open.api.certik.com
  • 端点:GET /projects
  • 查询参数:keyword(必需)

示例:

bash
curl -sG https://open.api.certik.com/projects \
-H Accept: application/json, text/plain, / \
--data-urlencode keyword=uniswap

重要评分字段:

  • - score:总体 Skynet 评分
  • scoreCodeSecurity:代码安全评分
  • scoreCommunity:社区评分
  • scoreFundamental:基本面评分
  • scoreGovernance:治理评分
  • scoreMarket:市场评分
  • scoreOperation:运营评分
  • tier:评分等级
  • updatedAt:最后更新时间

限制与错误

  • - 速率限制:每个 IP 每 60 秒窗口 50 次请求
  • 请求头:
- X-RateLimit-Limit - X-RateLimit-Remaining - X-RateLimit-Reset - Retry-After(在 429 响应中)

错误响应:

json
{
error: 人类可读的错误消息
}

常见状态码:

  • - 400:缺少或无效参数
  • 429:超出速率限制
  • 500:服务器端故障

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 skynet-score-1776297421 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 skynet-score-1776297421 技能

通过命令行安装

skillhub install skynet-score-1776297421

下载

⬇ 下载 skynet-score v1.0.0(免费)

文件大小: 4.68 KB | 发布时间: 2026-4-17 16:10

v1.0.0 最新 2026-4-17 16:10
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部