← 返回 Skills 市场
dinghaibin

Scp Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
61
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install scp-tool
功能描述
Securely copy files between local and remote hosts over SSH. Use for file transfers, remote backups, and deployment tasks.
使用说明 (SKILL.md)

SCP - Secure File Copy

Copy files between local and remote systems using SSH encryption. Supports recursive directory transfers and custom port specifications.

Usage

scp-tool [options] \x3Csource> \x3Cdestination>

Options

  • -r: Recursively copy directories
  • -P port: Specify SSH port
  • -C: Enable compression for faster transfer
  • -v: Verbose mode for debugging

Examples

scp-tool file.txt user@host:/remote/path/
scp-tool -r ./folder user@host:/remote/folder
scp-tool user@host:/remote/file.txt .
安全使用建议
This appears to be a straightforward SCP wrapper. Before installing or using it, confirm that you trust the local scp binary, review the exact source and destination, and remember that transfers may use your existing SSH access.
功能分析
Type: OpenClaw Skill Name: scp-tool Version: 1.0.0 The scp-tool is a simple wrapper around the system's scp command. While there is a discrepancy between the documentation in SKILL.md (which claims support for flags like -r and -P) and the implementation in scripts/scp.py (which only accepts two positional arguments), the code uses subprocess.run safely without shell=True and lacks any indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The stated purpose is SSH file transfer and the included script simply invokes scp with a source and destination. However, SKILL.md advertises options such as -r, -P, -C, and -v that the included script does not implement.
Instruction Scope
Instructions are user-directed and do not contain prompt injection or hidden behavior, but the skill enables arbitrary local-to-remote or remote-to-local file transfers based on the provided paths.
Install Mechanism
There is no install specification, and the metadata declares no required binaries even though the script depends on the system scp executable.
Credentials
Network file transfer and local file access are proportionate to an SCP tool, but users should understand that SCP may use their existing SSH configuration, keys, or agent.
Persistence & Privilege
The artifacts show no persistence, background execution, self-propagation, or privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scp-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scp-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug scp-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Scp Tool 是什么?

Securely copy files between local and remote hosts over SSH. Use for file transfers, remote backups, and deployment tasks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Scp Tool?

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

Scp Tool 是免费的吗?

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

Scp Tool 支持哪些平台?

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

谁开发了 Scp Tool?

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

💬 留言讨论