← 返回 Skills 市场
dinghaibin

Ssh Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssh-tool
功能描述
Securely connect to remote systems via the SSH protocol. Use for remote server management, file transfer, and tunneling.
使用说明 (SKILL.md)

Secure Shell Client

Establish encrypted connections to remote systems for command execution, file transfer, and port forwarding.

Usage

ssh-tool [options] user@hostname [command]

Features

  • Authenticate with password or SSH keys
  • Execute remote commands
  • Forward local and remote ports
  • Transfer files with integrated SCP support

Examples

# Basic connection
ssh-tool [email protected]

# Execute remote command
ssh-tool [email protected] "ls -la"

# Port forwarding
ssh-tool -L 8080:localhost:80 [email protected]
安全使用建议
Review this carefully before installing. It appears to be a straightforward SSH wrapper, not malware, but SSH access is powerful: only use it with explicit approvals, dedicated low-privilege keys, and clear restrictions on which servers and commands the agent may use.
功能分析
Type: OpenClaw Skill Name: ssh-tool Version: 1.0.0 The skill provides a direct wrapper for the system 'ssh' command in scripts/ssh.py, enabling remote command execution and port forwarding as described in SKILL.md. While no explicitly malicious intent is found, the implementation lacks any input sanitization or restriction on SSH flags, which could allow for local command execution via argument injection (e.g., using -oProxyCommand). Providing an AI agent with unrestricted SSH access is a high-risk capability that could be easily abused.
能力评估
Purpose & Capability
The stated purpose and code align around SSH, but SSH is a broad remote-administration capability that can change or delete data on remote systems.
Instruction Scope
The artifacts show arbitrary remote command execution and do not define host allowlists, command restrictions, dry-run behavior, or mandatory user confirmation.
Install Mechanism
There is no installer or hidden download, but the source/homepage are unknown and the local ssh binary dependency is not declared in requirements.
Credentials
Using SSH passwords or keys is expected for an SSH client, but the artifacts do not bound which local identities, SSH agent keys, accounts, or hosts may be used.
Persistence & Privilege
No local persistence is shown, but SSH sessions and tunnels can maintain live remote access while running and operate with the user's remote privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ssh-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ssh-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug ssh-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ssh Tool 是什么?

Securely connect to remote systems via the SSH protocol. Use for remote server management, file transfer, and tunneling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 Ssh Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssh-tool」即可一键安装,无需额外配置。

Ssh Tool 是免费的吗?

是的,Ssh Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ssh Tool 支持哪些平台?

Ssh Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ssh Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论