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

Etsy Autolist

Auto-create and manage digital product listings on Etsy. Creates listings from existing digital product files (PDFs, templates, spreadsheets) using Etsy Open...

Registry SourceRecently Updated
General

X402 Monetize

Creates paid API endpoints using the x402 micropayment protocol. Wraps existing Zo skills and tools behind per-request payment walls. Each call costs $0.001–...

Registry SourceRecently Updated
General

Options Trading Brain

Professional options trading intelligence system. Monitors whale flow (Unusual Whales), counts Elliott Waves, analyzes Bollinger Bands, multi-timeframe trend...

Registry SourceRecently Updated
General

Sellapp Autolist

Auto-creates digital products on SellApp using the v2 API. Maintains a catalog of 6+ digital products (Notion templates, PDFs, calculators, guides) priced $1...

Registry SourceRecently Updated