← 返回 Skills 市场
ivangdavila

Sync

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
907
总下载
2
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install sync
功能描述
Synchronize files and directories between local, remote, and cloud storage reliably.
安全使用建议
This skill is a text-only set of best-practices for using rsync/rclone/unison — it does not include code or request credentials. Still, be mindful: if you let an agent execute these commands, those commands can read and modify local files and contact remote hosts. Before running any destructive sync (especially with --delete or rclone sync), run --dry-run and inspect the exact command the agent will run. Ensure rsync/rclone on your system are the versions you expect, and never let the agent hardcode cloud credentials into scripts. If you prefer, run the suggested commands yourself rather than allowing autonomous execution.
功能分析
Type: OpenClaw Skill Name: sync Version: 1.0.0 The skill bundle provides comprehensive instructions for using `rsync` and `rclone` for file synchronization, including local, remote, and cloud storage. The `SKILL.md` content focuses on best practices, such as using `--dry-run`, avoiding hardcoded credentials, and specifying SSH keys for remote operations. There is no evidence of intentional malicious behavior, data exfiltration, backdoor installation, or prompt injection designed to subvert the agent for harmful purposes. The instructions are clear, well-aligned with the stated purpose, and even promote good security hygiene.
能力评估
Purpose & Capability
Name and description match the SKILL.md. The only runtime requirements declared are rsync or rclone binaries, which are exactly what a sync helper would need.
Instruction Scope
SKILL.md contains concrete, narrowly-scoped guidance for rsync, rclone, unison, and SSH usage. It does not instruct the agent to read unrelated system files, harvest credentials, or post data to unexpected endpoints. It explicitly advises not to hardcode cloud credentials.
Install Mechanism
No install spec and no code files — this is instruction-only, so nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials, and the instructions only reference normal user paths (e.g., ~/.ssh/key) appropriate for SSH-based sync. No unrelated secrets are requested.
Persistence & Privilege
Skill is not always-enabled and does not request persistent modifications. It relies on user-invoked commands and therefore does not require elevated or permanent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug sync
版本 1.0.0
许可证
累计安装 16
当前安装数 14
历史版本数 1
常见问题

Sync 是什么?

Synchronize files and directories between local, remote, and cloud storage reliably. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 907 次。

如何安装 Sync?

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

Sync 是免费的吗?

是的,Sync 完全免费(开源免费),可自由下载、安装和使用。

Sync 支持哪些平台?

Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Sync?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论