← Back to Skills Marketplace
61
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install scp-tool
Description
Securely copy files between local and remote hosts over SSH. Use for file transfers, remote backups, and deployment tasks.
README (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 .
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install scp-tool - After installation, invoke the skill by name or use
/scp-tool - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Scp Tool?
Securely copy files between local and remote hosts over SSH. Use for file transfers, remote backups, and deployment tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.
How do I install Scp Tool?
Run "/install scp-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Scp Tool free?
Yes, Scp Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Scp Tool support?
Scp Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Scp Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.
More Skills