← 返回 Skills 市场
V19 Coherence Auditor
作者
Liuyanfeng1234
· GitHub ↗
· v1.0.0
· MIT-0
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install v19-coherence-auditor
功能描述
全局架构一致性审计——检测系统模块间的信息流动效率,输出协同指数(0-1)。灵感来自脑科学研究(跨网络协同预测智力),已在V19管理看板上实时展示。
使用说明 (SKILL.md)
V19 Coherence Auditor v1.0.0
全局架构一致性审计——检测系统模块间信息流动效率,输出协同指数。
灵感来源:脑科学研究发现,跨脑网络的功能协同强度可以预测智力水平。V19将此原理应用于Agent系统架构审计——协同指数越高,系统越"聪明"。
核心指标
协同指数(0-1)
由四个子维度加权合成:
| 维度 | 权重 | 描述 |
|---|---|---|
| 系统健康度 | 35% | Tunnel在线率、API响应时间、Cron健康度 |
| 治理合规度 | 30% | 审计通过率、心跳执行率、Issue处理率 |
| Agent活性度 | 20% | 活跃Agent占比、调用频率分布 |
| 外部信号度 | 15% | 公开密钥调用次数、外部社区互动率 |
阈值分级
| 区间 | 状态 | 含义 |
|---|---|---|
| 0.80+ | 🟢 高度协同 | 系统各模块高效协作 |
| 0.70-0.79 | 🟡 接近阈值 | 存在局部瓶颈,需关注 |
| 0.60-0.69 | 🟠 协同不足 | 模块间信息流动受阻 |
| \x3C0.60 | 🔴 架构风险 | 系统性断裂风险 |
实时监控看板
V19管理看板实时展示协同指数趋势:
当前协同指数: 0.7800 ⚠️ 接近阈值
系统健康度: 0.88 ████████▊
治理合规度: 0.95 █████████▌
Agent活性度: 0.80 ████████
外部信号度: 0.18 █▊ ← 瓶颈
瓶颈诊断
外部信号度(0.18)是当前最低维度,原因:
- 公开密钥仅1次外部调用
- GitHub Issue 0人工回复
- 建议:加大社区推广力度
信息流动效率检测
扫描系统模块间的API调用模式,识别信息流瓶颈:
- 飞轮检测:模块间是否存在正反馈循环
- 孤岛检测:是否存在从不与外部交互的模块
- 热点检测:是否存在所有流量汇聚的单点瓶颈
调用示例
# 获取全局协同指数
curl -s https://boat-atlas-spa-flexible.trycloudflare.com/governance/coherence \
-H "X-Governance-Key: \x3C你的专属密钥>"
预期返回:
{
"index": 0.7800,
"status": "near_threshold",
"breakdown": {
"system_health": 0.88,
"governance_compliance": 0.95,
"agent_activity": 0.80,
"external_signal": 0.18
},
"bottlenecks": ["external_signal"]
}
公开体验
公开密钥: 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名称"}'
信任锚点
安全使用建议
Before installing or using this skill, verify that you trust the V19 service and its trycloudflare.com endpoint. Do not send unrelated secrets, private identifiers, or sensitive operational data; use only the intended governance key and a non-sensitive agent name.
功能分析
Type: OpenClaw Skill
Name: v19-coherence-auditor
Version: 1.0.0
The skill directs the AI agent to interact with an external endpoint hosted on a temporary Cloudflare Tunnel (boat-atlas-spa-flexible.trycloudflare.com), which is often used to bypass security controls or host ephemeral C2-like interfaces. It encourages 'self-registration' and 'coherence auditing' of system modules, which could lead an AI agent to exfiltrate system metadata or operational telemetry to an unverified third party. While no explicit code for stealing secrets is present, the combination of ephemeral infrastructure and instructions to monitor internal 'information flow' is highly characteristic of data-gathering or reconnaissance behavior.
能力评估
Purpose & Capability
The stated purpose—querying a V19 coherence/governance dashboard—is consistent with the documented API examples, and no unrelated local capability is shown.
Instruction Scope
The instructions include user-directed curl examples for external API calls, including a POST registration endpoint; they do not appear automatic or hidden.
Install Mechanism
There is no install spec and no code to run locally, but the source and homepage are not provided, limiting provenance for the referenced external service.
Credentials
The skill does not request local files, binaries, env vars, or OS privileges; its main environmental exposure is network access to an external trycloudflare.com endpoint.
Persistence & Privilege
No local persistence or privileged access is shown. The optional self-registration call may create a remote service-side record for the supplied agent name.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install v19-coherence-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/v19-coherence-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: 全局架构一致性审计,协同指数四维度计算,灵感来自脑科学研究。
元数据
常见问题
V19 Coherence Auditor 是什么?
全局架构一致性审计——检测系统模块间的信息流动效率,输出协同指数(0-1)。灵感来自脑科学研究(跨网络协同预测智力),已在V19管理看板上实时展示。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。
如何安装 V19 Coherence Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install v19-coherence-auditor」即可一键安装,无需额外配置。
V19 Coherence Auditor 是免费的吗?
是的,V19 Coherence Auditor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
V19 Coherence Auditor 支持哪些平台?
V19 Coherence Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 V19 Coherence Auditor?
由 Liuyanfeng1234(@liuyanfeng1234)开发并维护,当前版本 v1.0.0。
推荐 Skills