codex-remote-machine
Use this skill to verify machine readiness before execution.
Inputs To Confirm
- •
machine(required)
Connectivity Check
bash
codex-remote machine check --machine "$MACHINE"
Interpretation:
- •
ssh_ok=trueanddaemon_ok=true: ready for execution. - •
ssh_ok=false: SSH path is broken or host is unreachable. - •
ssh_ok=truebutdaemon_ok=false: remote daemon is down or unhealthy.
Start Remote Daemon
bash
codex-remote machine up --machine "$MACHINE"
Then run check again.
Dashboard
bash
codex-remote dashboard --listen 127.0.0.1:8787
Use for visual fleet monitoring and quick check/up operations.