← 返回 Skills 市场
321
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ssh-lab
功能描述
Manage and monitor remote GPU servers via SSH with GPU, disk, process status, alerts, log tailing, file sync, and health diagnostics.
安全使用建议
This tool appears to do what it says: manage and probe remote servers over SSH. Before installing, check the following: (1) Ensure you have a native ssh client (and rsync if you plan to use sync); the package metadata didn't mark these as required even though the tool depends on them. (2) The CLI will read ~/.ssh/config and use your existing SSH keys/agent for authentication — it will not ask for new keys but will run commands on whatever hosts your SSH config (or the custom hosts you add) points to. (3) It will create/use local files: ~/.config/ssh-lab/config.json and ~/.ssh-lab/alerts.json and temporary ControlMaster sockets under /tmp; ensure you are comfortable with those paths. (4) There are small metadata mismatches (declared entrypoint/bin and missing required-binaries/config-paths) — consider reviewing the source or running the tool in a safe environment (local VM or container) first. If you need tighter auditing, review execSsh and any code that constructs shell commands to confirm proper escaping (the code includes shellEscape in multiple places).
功能分析
Type: OpenClaw Skill
Name: ssh-lab
Version: 0.1.0
The bundle is a legitimate and well-engineered SSH workbench utility designed for remote server management and GPU monitoring. It provides structured access to remote system metrics (GPU, disk, processes) and allows for remote command execution, which is entirely consistent with its stated purpose. The implementation demonstrates good security practices, including the use of shell argument escaping in files like `src/commands/ls.ts` and `src/commands/tail.ts` to prevent injection, and the use of `ssh -G` in `src/ssh/config.ts` for accurate and secure host resolution. No evidence of data exfiltration, backdoors, or malicious prompt injection was found.
能力评估
Purpose & Capability
The code and SKILL.md match the stated purpose (remote GPU/disk/process probes, tailing, rsync, alerts). Minor metadata mismatches: registry metadata lists no required binaries/config paths, but the tool requires a native SSH client (and rsync for sync) and reads ~/.ssh/config and writes ~/.config/ssh-lab/config.json and ~/.ssh-lab/alerts.json — these runtime dependencies are expected for this purpose but should be declared.
Instruction Scope
Runtime instructions and code limit activity to SSH operations, local config files, and stdout/json output for agents. It executes arbitrary commands on remote hosts (by design) and may remove/clean its own ControlMaster socket files under /tmp; it does not contact external HTTP endpoints or attempt to exfiltrate secrets.
Install Mechanism
No install spec in the registry (instruction-only). Source includes TypeScript sources and a standard npm build (tsc). There are no downloaded third-party runtime packages; only devDependencies for building. Build/run is local and straightforward.
Credentials
The skill declares no required env vars or credentials, which is consistent with not demanding API keys. It does read process.env.HOME and optionally honors SSH_LAB_CONFIG to override config path (mentioned in README). The implicit credential access is via the user's SSH client and keys (read by the SSH binary), which is appropriate for an SSH workbench but worth noting: the tool will use whatever SSH auth (keys/agent/ProxyJump) the user has configured.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes its own config and alert files under the user's home (~/.config/ssh-lab, ~/.ssh-lab/alerts.json) and uses /tmp for ControlMaster sockets; these are normal for a CLI and limited to the user's account.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssh-lab - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssh-lab触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
v0.1.0: 12 commands, 6 alert types, zero dependencies, 57 tests. Auto-discovers SSH hosts.
元数据
常见问题
ssh-lab 是什么?
Manage and monitor remote GPU servers via SSH with GPU, disk, process status, alerts, log tailing, file sync, and health diagnostics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。
如何安装 ssh-lab?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssh-lab」即可一键安装,无需额外配置。
ssh-lab 是免费的吗?
是的,ssh-lab 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ssh-lab 支持哪些平台?
ssh-lab 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ssh-lab?
由 Enderfga(@enderfga)开发并维护,当前版本 v0.1.0。
推荐 Skills