npx claudepluginhub danielrosehill/claude-code-plugins --plugin smart-home# /status Fast health check. Don't modify anything; just report. ## Procedure 1. Read `network/topology.yaml`. 2. **Server**: ping the snapserver. SSH and check `systemctl is-active snapserver`. Curl `http://<server>:1780/jsonrpc` with `Server.GetStatus` for live state. 3. **Clients**: for each entry in `clients:`, ping. For reachable ones, optionally SSH and check `systemctl is-active snapclient` (skip if SSH would be slow — ping + JSON-RPC is usually enough). 4. Cross-reference live snapserver status against topology: which clients are connected, which groups they're in, which streams ...
Share bugs, ideas, or general feedback.
Fast health check. Don't modify anything; just report.
network/topology.yaml.systemctl is-active snapserver. Curl http://<server>:1780/jsonrpc with Server.GetStatus for live state.clients:, ping. For reachable ones, optionally SSH and check systemctl is-active snapclient (skip if SSH would be slow — ping + JSON-RPC is usually enough).network/topology.yaml (new clients, missing clients, group reassignments) and suggest /scan-network or /update-group if things have drifted.Do not write to network/topology.yaml from this command — it's read-only by design. Use the editing commands to persist changes.