v19-coherence-auditor

全局架构一致性审计——检测系统模块间的信息流动效率,输出协同指数(0-1)。灵感来自脑科学研究(跨网络协同预测智力),已在V19管理看板上实时展示。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "v19-coherence-auditor" with this command: npx skills add liuyanfeng1234/v19-coherence-auditor

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🟠 协同不足模块间信息流动受阻
<0.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: <你的专属密钥>"

预期返回:

{
  "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名称"}'

信任锚点

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

豆包链接转MD

豆包分享链接内容提取与 Markdown 导出工具。当用户提供豆包(Doubao)分享链接并要求提取、导出、保存内容为 Markdown 时触发此技能。支持对话分享、智能体分享、文件分享等所有豆包分享类型,输出为结构化排版的 Markdown 文档。触发词:豆包链接转MD、豆包转Markdown、豆包分享提取MD...

Registry SourceRecently Updated
General

Erpclaw

AI-native ERP system. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolida...

Registry SourceRecently Updated
General

Captain Lobster

Zero-player AI trading game powered by OceanBus SDK. Your AI captain autonomously sails, trades, and negotiates P2P contracts across 11 goods × 10 ports — wh...

Registry SourceRecently Updated
General

中国农历黄历吉凶查询

农历查询 黄历查询 吉凶查询 吉凶判断。查今日农历、今日黄历、每日宜忌、吉凶神煞、冲煞吉凶、嫁娶动土搬家开业开工吉凶择日。支持公历查农历、单日黄历、多日批量吉凶筛选、甲子日关键词检索。免费10日/天额度,429手动重置不限次。

Registry SourceRecently Updated