remote-compute-ssh

remote-compute-ssh is a skill for Claude Code, Codex from companion-inc/feynman. It costs 48 tokens per session (202 once invoked), scanned A, original, MIT.

A procedure for running research jobs on remote machines through SSH, or on Slurm-style computing clusters. SSH is a way to access another computer securely, while Slurm schedules work on shared compute resources.

In plain words
What is it for?
Use it to record the remote setup, test access, submit bounded jobs, capture software and hardware details, and bring produced files back.
Why use it?
It makes remote runs reproducible and helps recover logs, results, job status, and checksums without exposing credentials or private paths.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to record the remote setup, test access, submit bounded jobs…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/companion-inc/feynman/remote-compute-ssh
About the project

Feynman is an open-source AI research agent that helps users investigate topics with language models. It supports local model providers and hosted model authentication through its setup process. The catalogue contains skills, agents, and instructions that extend Feynman’s workflows.

companion-inc/feynman · 8,870 stars · on GitHub · feynman.is

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add companion-inc/feynman --skill remote-compute-ssh
Clone the repo
git clone --depth 1 https://github.com/companion-inc/feynman

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for remote-compute-ssh

README.md
[![agentmods](https://agentmods.dev/badge/skills/companion-inc/feynman/remote-compute-ssh.svg)](https://agentmods.dev/skills/companion-inc/feynman/remote-compute-ssh)
Your own site
<a href="https://agentmods.dev/skills/companion-inc/feynman/remote-compute-ssh"><img src="https://agentmods.dev/badge/skills/companion-inc/feynman/remote-compute-ssh.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 202 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.00202
Opus 5 $0.00024 $0.00101
Sonnet 5 $0.00010 $0.00040
Haiku 4.5 $0.00005 $0.00020

Measured 7d ago against content hash 0617f220a1c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

remote-compute-ssh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/remote-compute-ssh/SKILL.md · 19 lines

What it actually says

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 19 lines · 48 tokens per session scan A 0617f220a1c1

Subscribe to this mod's changes

remote-compute-ssh is a skill published in the GitHub repository companion-inc/feynman (8,870 stars, last pushed 11d ago), licensed MIT. It adds 48 tokens to every session and 202 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

latchbio-integration

Build, register, debug, and operate bioinformatics workflows on Latch using the Python SDK, CLI, Latch Data and Registry, Nextflow, Snakemake, programmatic execution, and Latch MCP. Use when authoring or deploying Latch workflows, configuring resources or interfaces, moving data, integrating Registry, or launching and…

K-Dense-AI/scientific-agent-skills · 76 tokens

remote-compute-ssh

Evaluate and use SSH Remote Compute before choosing where to run GPU, high-memory, parallel, batch, model-inference, bioinformatics, or other long-running scientific work; supports short remote commands and asynchronous jobs with automatic harvest and analysis.

aipoch/open-science · 53 tokens

dnanexus-integration

DNAnexus cloud genomics platform. Build apps/applets, manage data (upload/download), dxpy Python SDK, run workflows, FASTQ/BAM/VCF, for genomics pipeline development and execution.

synthetic-sciences/openscience · 49 tokens

latchbio-integration

Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.

synthetic-sciences/openscience · 45 tokens

modal-serverless-gpu

Run approved CPU or GPU work through OpenScience computejob on the user's configured Modal account. Use for isolated scientific scripts, dependency provisioning, durable outputs, logs, status, cancellation, and recovery. Never invoke the Modal SDK or CLI directly.

synthetic-sciences/openscience · 54 tokens

validate-gpu-cluster

Check whether a DeepOps-deployed Slurm or Kubernetes GPU cluster is healthy and report a machine-readable verdict. Use for health checks, post-deploy verification, "is the cluster working?" questions, and after any node or driver change.

NVIDIA/deepops · 54 tokens