ssh-management

ssh-management is a skill for Claude Code, Codex from Katagiri-Hoshino-Lab/VibeCodeHPC. It costs 30 tokens per session (148 once invoked), scanned A, original, MIT.

Guidelines for managing SSH and SFTP connections to remote high-performance computing systems. SSH connects to a remote computer, while SFTP transfers files securely.

In plain words
What is it for?
Use it to create and track remote sessions, run jobs on HPC systems, transfer files, inspect saved output, and close sessions cleanly.
Why use it?
It keeps remote sessions, files, and large command outputs organized during work on supercomputers.

Skill for Claude CodeCodex

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

Good fit Use it to create and track remote sessions, run jobs on HPC systems, transfer files, inspect saved output, and close sessions cleanly.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/katagiri-hoshino-lab/vibecodehpc/ssh-management
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 Katagiri-Hoshino-Lab/VibeCodeHPC --skill ssh-management
Clone the repo
git clone --depth 1 https://github.com/Katagiri-Hoshino-Lab/VibeCodeHPC

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 ssh-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/katagiri-hoshino-lab/vibecodehpc/ssh-management/github.svg)](https://agentmods.dev/skills/katagiri-hoshino-lab/vibecodehpc/ssh-management)
Your own site
<a href="https://agentmods.dev/skills/katagiri-hoshino-lab/vibecodehpc/ssh-management"><img src="https://agentmods.dev/badge/skills/katagiri-hoshino-lab/vibecodehpc/ssh-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ssh-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/katagiri-hoshino-lab/vibecodehpc/ssh-management"><img src="https://agentmods.dev/badge/skills/katagiri-hoshino-lab/vibecodehpc/ssh-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 148 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.00030 $0.00148
Opus 5 $0.00015 $0.00074
Sonnet 5 $0.00006 $0.00030
Haiku 4.5 $0.00003 $0.00015

Measured 10d ago against content hash 27418471d5d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ssh-management 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 10d 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.

Agent-shared/skills/ssh-management/SKILL.md · 21 lines

What it actually says

SSH/SFTP Management

Prerequisites

  • User has configured SSH keys and ssh-agent before project start
  • Connection details provided in _remote_info/

Session Tracking

Manage sessions in ssh_sftp_sessions.json (PID, host, purpose). Update on create/destroy.

Best Practices

  1. Redirect large output to files, inspect with tail/head
  2. Maintain same directory structure on remote as local
  3. Close all sessions at project end

Details: references/session_management.md

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 21 lines · 30 tokens per session scan A 27418471d5d6

Subscribe to this mod's changes

ssh-management is a skill published in the GitHub repository Katagiri-Hoshino-Lab/VibeCodeHPC (39 stars, last pushed 5mo ago), licensed MIT. It adds 30 tokens to every session and 148 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

cmux-cloud-vm

Route work to cmux Cloud machines (persistent cloud VMs) from the CLI — cmux vm route/run/agent pick a machine for you; vm tree / surface ls show the surface catalog (This Mac and every machine: terminals, VNC screens, browsers) and vm open / surface open put any of them in a pane; plus create, exec, push/pull, ports…

manaflow-ai/cmux · 0 tokens

daytona-dev

Daytona development environment overview. Use when the user asks about Daytona setup, Daytona toolbox, dev environment, noVNC, CDP, server sandbox, secrets volume, Electron sandbox, standalone Chrome, validation, or artifacts volume.

Devin-AXIS/iPolloWork · 50 tokens

daytona-cloud-server

Daytona cloud server, Den sandbox, desktop plus cloud e2e, marketplace server, worker proxy, cloud auth, org policies, connect Electron to Den. Use for server-side setup in validated flows.

Devin-AXIS/iPolloWork · 46 tokens

scaffold-terraform

Scaffold a Terraform infrastructure project with CI/CD (plan on PR, apply on push), AWS OIDC auth, .envrc, and standard files. Uses terraform CLI as the native tool. Loads on top of scaffold-project (run that first for cross-language standard files). Use when creating infrastructure repos, or when the user mentions…

urmzd/dotfiles · 115 tokens

cloudflare-r2

Guide for implementing Cloudflare R2 - S3-compatible object storage with zero egress fees. Use when implementing file storage, uploads/downloads, data migration to/from R2, configuring buckets, integrating with Workers, or working with R2 APIs and SDKs.

einverne/dotfiles · 58 tokens

webserver-configuration

Complete web server configuration workflows for Nginx, Apache, Traefik, and Caddy. Use when setting up, configuring, or optimizing web servers, SSL/TLS, load balancers, or reverse proxies.

dolutech/dolu-agents-skills · 49 tokens