remote-cluster-agent
Installation
SKILL.md
remote-cluster-agent
Local control plane for remote GPU clusters: a Go daemon + rca CLI. All commands go through the daemon's Unix socket to a cluster-side Python agent.py over persistent SSH, ~0.1s/command latency.
What to do when triggered
- Check if
rcais installed: runwhich rca.- If
not found→ run the first-time install flow (below), then continue to step 2.
- If
- Check daemon status: run
rca daemon status.- If
daemon request failed→ runrca daemon start.
- If
- Check node connectivity: run
rca nodes.- If the target node is dead →
rca connect <node>. Still dead → re-establish whatever SSH tunneling / VPN / jump host you depend on, then retry. - Second round still dead → read
rca daemon logs -ffor error detail.
- If the target node is dead →
- Run the user's command.
Don't write raw ssh commands, always use rca exec / rca batch.