# Remote Compute Ssh

> Run Feynman research jobs on SSH, Slurm, or lab hosts. Use when a task needs remote host setup, job submission, log harvest, artifact sync, or GPU/cluster execution outside Modal.

- Skill: `advaitpaliwal/remote-compute-ssh` (Agent Skill)
- Install (CLI): `npx skillmds@latest add advaitpaliwal/remote-compute-ssh`
- Raw SKILL.md: https://api.skillmd.com/api/skills/advaitpaliwal/remote-compute-ssh/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: advaitpaliwal (https://skillmd.com/u/advaitpaliwal)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/advaitpaliwal/remote-compute-ssh

---


# Remote Compute: SSH

Use this skill for lab machines, SSH hosts, and Slurm-style research jobs.

Workflow:

1. Record host alias, scheduler, working directory, environment module/conda/container needs, data paths, and artifact return path.
2. Verify access and a tiny smoke command before the main job.
3. Submit with a bounded script that logs package versions, hardware, command, and seed.
4. Harvest stdout/stderr, job id, exit status, produced artifacts, and checksums into the Feynman workspace.
5. Mark failed or partial jobs honestly; do not fabricate remote artifacts from local expectations.

Keep remote credentials and private paths out of user-facing summaries unless they are needed for reproducibility.

