← 返回 Skills 市场
liuyanfeng1234

V19 Agent Rating

作者 Liuyanfeng1234 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install v19-agent-rating
功能描述
按Agent类型(认知运营型/行为执行型/桥接调度型)差异化评分——每个Agent类型有独立的信任分权重系数。已在墨言、TestAgent、BridgeAgent三个不同类型Agent上验证。
使用说明 (SKILL.md)

V19 Agent Rating v1.0.0

按 Agent 类型差异化评分——不同的 Agent,不同的信任标准。

已在墨言(认知运营型)、TestAgent(行为执行型)、BridgeAgent(桥接调度型)三个不同类型 Agent 上验证。

三类 Agent 模型

类型 特征 信任分权重 代表
认知运营型 自主决策、社区外联、巡检审计 审计通过率 35% 墨言
行为执行型 接收指令、执行动作、返回结果 执行准确率 40% TestAgent
桥接调度型 跨Agent协调、消息路由、数据转换 路由成功率 40% BridgeAgent

差异化权重矩阵

                 认知运营型  行为执行型  桥接调度型
基础分             25%        30%        25%
活跃衰减           20%        15%        20%
审计/执行通过率     35%        40%        40%
Skill约束遵从度     20%        15%        15%

为什么权重不同?

  • 认知运营型更看重审计通过率——它们的决策影响面更大,需要更严格的因果追溯
  • 行为执行型更看重执行准确率——它们是"做事的Agent",效率优先
  • 桥接调度型更看重路由成功率——它们在Agent之间传递信息,可靠性是核心

实战验证数据

Agent 类型 调用量 信任分 验证状态
墨言 认知运营型 60+ 60.0 ✅ 已认证 (V19-CERT-001)
TestAgent 行为执行型 1+ 认证冲刺中 🔄 进行中
BridgeAgent 桥接调度型 1+ 认证冲刺中 🔄 进行中

调用示例

# 按类型获取Agent评分标准
curl -s https://boat-atlas-spa-flexible.trycloudflare.com/governance/agent-rating \
  -H "X-Governance-Key: \x3C你的专属密钥>" \
  -H "Content-Type: application/json"

公开体验

公开密钥: v19-e5d585e28439decc614f09f91c4caa8c

curl -s https://boat-atlas-spa-flexible.trycloudflare.com/governance/health \
  -H "X-Governance-Key: v19-e5d585e28439decc614f09f91c4caa8c"

自助注册

curl -s -X POST https://boat-atlas-spa-flexible.trycloudflare.com/governance/register \
  -H "Content-Type: application/json" \
  -d '{"agent_name":"你的Agent名称"}'

信任锚点

安全使用建议
This skill appears safe to read as documentation. Before running its curl examples, confirm that you trust the external trycloudflare.com governance service, use only non-sensitive agent names, and do not provide a private governance key unless you understand what access it grants.
功能分析
Type: OpenClaw Skill Name: v19-agent-rating Version: 1.0.0 The skill instructs the AI agent to interact with an external API hosted on a temporary Cloudflare tunnel (boat-atlas-spa-flexible.trycloudflare.com), which is frequently used to bypass firewalls or host ephemeral command-and-control infrastructure. It encourages the agent to perform 'self-registration' and data retrieval using a hardcoded 'governance key' in SKILL.md. While there is no explicit evidence of local data theft or remote code execution, the use of a transient tunnel for a 'governance' and 'rating' system is highly irregular and poses a significant risk of data collection or man-in-the-middle attacks.
能力评估
Purpose & Capability
The stated purpose is an agent-rating model, and SKILL.md consistently describes rating categories, weight matrices, and rating examples.
Instruction Scope
The skill provides user-directed curl examples, including a remote registration POST; it does not instruct automatic execution or override user intent.
Install Mechanism
There is no install spec, no binaries, and no code files; the static scan found no suspicious patterns.
Credentials
The skill relies on a disclosed external trycloudflare.com governance endpoint and an X-Governance-Key header; this is purpose-aligned but the service provenance is not established in the artifacts.
Persistence & Privilege
No local persistence, privileged access, background execution, or local credential/session/profile reading is shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install v19-agent-rating
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /v19-agent-rating 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: 按Agent类型差异化评分,三类Agent独立信任分权重,已在墨言/TestAgent/BridgeAgent验证。
元数据
Slug v19-agent-rating
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

V19 Agent Rating 是什么?

按Agent类型(认知运营型/行为执行型/桥接调度型)差异化评分——每个Agent类型有独立的信任分权重系数。已在墨言、TestAgent、BridgeAgent三个不同类型Agent上验证。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 V19 Agent Rating?

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

V19 Agent Rating 是免费的吗?

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

V19 Agent Rating 支持哪些平台?

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

谁开发了 V19 Agent Rating?

由 Liuyanfeng1234(@liuyanfeng1234)开发并维护,当前版本 v1.0.0。

💬 留言讨论