Agent Skills
› Companion-Inc/feynman
› remote-compute-ssh
remote-compute-ssh
GitHub用于在SSH主机、Slurm集群或实验室机器上远程执行研究任务。涵盖环境配置、作业提交、日志收集、工件同步及GPU集群执行,确保可复现性并诚实报告状态。
Trigger Scenarios
需要在非本地环境(如SSH、Slurm)运行计算任务
需要远程设置主机环境并提交作业
需要从远程主机收集日志和工件
Install
npx skills add Companion-Inc/feynman --skill remote-compute-ssh -g -y
SKILL.md
Frontmatter
{
"name": "remote-compute-ssh",
"description": "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."
}
Remote Compute: SSH
Use this skill for lab machines, SSH hosts, and Slurm-style research jobs.
Workflow:
- Record host alias, scheduler, working directory, environment module/conda/container needs, data paths, and artifact return path.
- Verify access and a tiny smoke command before the main job.
- Submit with a bounded script that logs package versions, hardware, command, and seed.
- Harvest stdout/stderr, job id, exit status, produced artifacts, and checksums into the Feynman workspace.
- 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.
Version History
- 54d08a3 Current 2026-07-25 07:16


