← 返回 Skills 市场
remote-ssh-bridge
作者
Highlander89
· GitHub ↗
· v0.1.3
509
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install remote-ssh-bridge
功能描述
Standard SSH command templates for a remote operator machine (bird reads, Puppeteer runs, inbox-style messaging).
安全使用建议
This skill is a small collection of SSH command templates and appears to do what it says, but there are practical problems you should fix before using it: (1) The scripts expect REMOTE_TARGET but the skill metadata doesn't declare it — set REMOTE_TARGET explicitly (e.g., export REMOTE_TARGET="user@host") and verify it points to the correct host. (2) The message script interpolates MESSAGE into a remote shell command without escaping; if the agent or other automation supplies message text, a crafted message could execute arbitrary commands on the remote host. Mitigations: sanitize/escape message input or pass the message via stdin (e.g., echo "$MESSAGE" | ssh "$REMOTE_TARGET" 'some-safe-handler'), or use printf '%s' with proper quoting on the remote side. (3) Replace the placeholder defaults (neill@<YOUR_REMOTE_HOST>) with no default or a clearly documented required variable to avoid accidental connections. (4) Only run this skill when you have reviewed the exact remote command placeholders and you trust the source of any messages passed to it. If you plan to allow autonomous agent invocation, restrict or validate message inputs to avoid accidental remote command execution.
功能分析
Type: OpenClaw Skill
Name: remote-ssh-bridge
Version: 0.1.3
This skill bundle provides basic SSH command templates for interacting with a remote host, as explicitly stated in its purpose. The scripts (`check-sapconet.sh`, `msg-sapconet.sh`) contain clear `TODO` placeholders, requiring the user to configure the `REMOTE_TARGET` and replace placeholder commands. While the direct interpolation of the `MESSAGE` variable in `msg-sapconet.sh` could be a shell injection vulnerability if the `TODO` were replaced with an executing command without proper sanitization, in its current form, the message is safely enclosed within single quotes inside an `echo` command on the remote host. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent in the `SKILL.md`.
能力评估
Purpose & Capability
The name/description (SSH templates for remote ops) matches the included scripts and instructions: both scripts use ssh to run placeholder remote commands. However the skill does not declare the REMOTE_TARGET environment variable it requires (SKILL.md and scripts both expect REMOTE_TARGET), which is an inconsistency between claimed requirements and actual runtime needs.
Instruction Scope
SKILL.md limits activity to SSH to a REMOTE host and the scripts follow that. However scripts interpolate user-provided MESSAGE directly into a remote shell command without sanitization, which can allow arbitrary remote command injection if messages contain special characters. The instructions also give the agent broad discretion to 'fill placeholders' — that could lead to unintended remote commands if not reviewed.
Install Mechanism
No install spec and only two small shell scripts are included; nothing is downloaded or written to disk by an installer. This is low-risk from an install perspective.
Credentials
The skill declares no required environment variables, but both SKILL.md and the scripts rely on REMOTE_TARGET (and recommend keeping credentials in env variables). The missing declaration is a mismatch that reduces transparency. No other credentials are requested, which is proportionate, but the omission should be fixed.
Persistence & Privilege
always is false, the skill is user-invocable, and it doesn't modify other skills or system-wide config. It does enable remote execution via SSH (its stated purpose) but asks for no persistent elevated privileges on the local agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remote-ssh-bridge - 安装完成后,直接呼叫该 Skill 的名称或使用
/remote-ssh-bridge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Docs: add Quickstart + Safety sections.
v0.1.2
Docs scrub + neutral remote-host templates; public release.
元数据
常见问题
remote-ssh-bridge 是什么?
Standard SSH command templates for a remote operator machine (bird reads, Puppeteer runs, inbox-style messaging). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 509 次。
如何安装 remote-ssh-bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remote-ssh-bridge」即可一键安装,无需额外配置。
remote-ssh-bridge 是免费的吗?
是的,remote-ssh-bridge 完全免费(开源免费),可自由下载、安装和使用。
remote-ssh-bridge 支持哪些平台?
remote-ssh-bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 remote-ssh-bridge?
由 Highlander89(@highlander89)开发并维护,当前版本 v0.1.3。
推荐 Skills