Probe

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.

Get it

Download kovaprobe.tar.gz

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)