kovaprobe is a read-only window on the cluster: nodes, the weighted health matrix (cpu/mem/disk/latency → score), and the gossip graph — the same signals the scheduler uses.
export KOVANEX_ADDR=127.0.0.1:9090
bash probe.sh # nodes + gossip graph + health overview
bash node.sh <node_id> # one node's health matrix
Needs cluster mode (ClusterService, i.e. CLUSTER_NODE_ID set).
A single standalone node returns Unimplemented — that's expected.
tar xzf kovaprobe.tar.gz -C ~/.claude/skills/ — needs kovanex-ctl + a clustered Kovanex deployment.
Source → skills/kovaprobe/ (SKILL.md · probe.sh · node.sh · README.md)