首页龙虾技能列表 › Remote Node SSH — 技能工具

Remote Node SSH — 技能工具

v1.0.1

[自动翻译] Run commands and transfer files between an OpenClaw gateway (VPS) and a paired local node via node protocol or SSH fallback. Covers transport selectio...

0· 39·0 当前·0 累计
by @jkfaris94 (Johnny Faris)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/3
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's instructions, required tools, and scope match its stated purpose (remote exec and file transfer via node protocol or SSH) and do not ask for unrelated credentials or installs.
评估建议
This skill is coherent with its stated purpose, but before installing: ensure your node is actually paired and you have appropriate SSH access (keys/config); be aware restarting the remote OpenClaw service requires admin rights on the node; verify the openclaw CLI you run is from a trusted source; test commands on a non-production node first to avoid accidental service disruption.
详细分析 ▾
用途与能力
Name/description (remote exec + file transfer) aligns with the SKILL.md: it documents node protocol for exec and SSH (ssh/scp/rsync) for fallback and transfer. The declared required tools (ssh, scp, rsync, openclaw CLI) are appropriate for this purpose.
指令范围
Instructions are narrowly focused on running commands and transferring files between gateway and paired node. They do not request unrelated system files, global environment variables, or external endpoints. Note: the doc assumes the operator has SSH access and may need administrative rights on the remote node to restart the OpenClaw node service.
安装机制
No install spec or code files — instruction-only. This is low-risk since nothing is fetched or written by an install step.
凭证需求
No environment variables, credentials, or config paths are requested. Use of SSH keys and the openclaw CLI is expected and proportional to the functionality.
持久化与权限
Skill is not forced always-on. It allows autonomous invocation (platform default) but that is not combined with broad credentials or system-wide modifications, so no elevated persistence concerns.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/4/3

Added required tools, homepage, license. Removed privileged command references.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install remote-node-ssh
镜像加速npx clawhub@latest install remote-node-ssh --registry https://cn.clawhub-mirror.com

技能文档

Run commands on a paired OpenClaw node from your gateway. Node protocol when connected, SSH when not.

Setup: Node must be paired first. See hybrid-gateway.

Required Tools

This skill expects the following on your gateway machine:

  • ssh, scp, rsync — standard SSH tooling for fallback transport and file transfer
  • openclaw CLI — for node protocol commands and node status checks

Your remote node needs an SSH server running and an OpenClaw node agent paired to your gateway.

When to Use What

NeedTransport
Run a commandexec host=node (node protocol)
Full shell env (brew, nvm, pyenv)SSH with shell rc sourcing
Transfer filesSSH (scp / rsync)
Node disconnectedSSH
Long-running taskSSH + nohup or tmux

Node Protocol

Fastest path. Routes through the gateway — no SSH keys needed.

exec host=node command="uname -a"

Caveat: Minimal PATH. Use full binary paths for package-manager-installed tools:

exec host=node command="/opt/homebrew/bin/python3 --version"

SSH Fallback

Use your SSH config alias (the hostname or alias you configured in your SSH config for the node).

ssh  "whoami"

With full shell environment:

ssh  "source ~/.profile 2>/dev/null; node --version"

File Transfer (SSH only)

# To node
scp file.txt :/tmp/

# From node scp :/tmp/result.txt ./

# Sync a directory rsync -avz ./data/ :~/data/

Check Node Status

openclaw nodes status

Disconnect Recovery

  • Check: openclaw nodes status
  • If disconnected, verify the node is reachable via SSH: ssh "echo ok"
  • If reachable, restart the OpenClaw node service on the remote machine using its service manager
  • Verify: openclaw nodes status

Constraints

  • Node protocol: no file transfer, no TTY/interactive sessions, minimal PATH
  • SSH: requires network reachability (LAN, Tailscale, or VPN)
  • Long tasks: use SSH + nohup/tmux to avoid timeouts
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务