List channels and check their connection status

channels

// what it does

openclaw channels list shows configured channels; openclaw channels status reports each one's connection, and --probe actively tests credentials and permissions instead of trusting cached state. openclaw channels logs surfaces per-channel errors when a channel will not connect.

// shell

$ openclaw channels list
$ openclaw channels status --probe
$ openclaw channels logs

// gotcha

status without --probe can report a channel as connected from a stale handshake. Run --probe after changing tokens or permissions to get the real answer.

// resources