← 返回 Skills 市场
bytesagain-lab

Copy

作者 bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
205
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install copy
功能描述
Copy operations reference — file duplication, rsync patterns, CoW, buffer strategies, and cross-platform sync. Use when duplicating files, syncing directorie...
使用说明 (SKILL.md)

Copy — File & Data Copy Operations Reference

Quick-reference skill for file copy strategies, rsync patterns, copy-on-write, and cross-platform synchronization.

When to Use

  • Duplicating files or directory trees with specific filters
  • Setting up rsync-based backups or mirrors
  • Understanding copy-on-write (CoW) behavior
  • Implementing efficient copy strategies for large datasets
  • Troubleshooting copy failures and permission issues

Commands

intro

scripts/script.sh intro

Overview of copy operations — types, semantics, and platform differences.

rsync

scripts/script.sh rsync

Rsync patterns — common flags, partial transfers, and include/exclude rules.

cow

scripts/script.sh cow

Copy-on-Write (CoW) — reflinks, filesystem support, and when to use.

patterns

scripts/script.sh patterns

Common copy patterns — mirroring, incremental, differential, snapshot.

filters

scripts/script.sh filters

File filtering techniques — by extension, date, size, and gitignore integration.

performance

scripts/script.sh performance

Performance optimization — buffer sizes, parallel copy, and I/O tuning.

errors

scripts/script.sh errors

Common copy errors, permissions issues, and troubleshooting guide.

checklist

scripts/script.sh checklist

Pre-copy and post-copy verification checklist.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
COPY_DIR Data directory (default: ~/.copy/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears internally consistent and safe: it provides documentation via a bundled bash script and does not request credentials or external installs. Before enabling, quickly review the full scripts/script.sh to ensure there are no hidden commands beyond printed guidance (the provided portion only emits help text). If you allow the agent to invoke skills autonomously, remember that the skill contains shell examples (cp, rsync, dd, rm-like patterns in docs) — those are just examples, but avoid giving the agent untrusted inputs that could cause destructive file operations on your system. If you need stricter control, run the skill manually or in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: copy Version: 1.0.0 The 'copy' skill is a purely informational reference guide for file duplication and synchronization operations (rsync, CoW, etc.). The main script (scripts/script.sh) only outputs static text documentation and does not execute any actual file operations, network calls, or sensitive data access.
能力评估
Purpose & Capability
The name/description (copy/rsync/CoW reference) match the included SKILL.md and the bundled scripts. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md tells the agent to run scripts/script.sh with a small set of documented subcommands. The bundled script's visible code prints guidance text and examples rather than executing remote or system-altering operations. The instructions do not request reading unrelated files or exfiltrating data.
Install Mechanism
No install spec is provided (instruction-only plus a local script). Nothing is downloaded or written to disk beyond the included script, so install risk is minimal.
Credentials
The skill declares no required environment variables or credentials. SKILL.md documents an optional COPY_DIR variable (a harmless config), which is proportionate to the skill's purpose.
Persistence & Privilege
The skill is not flagged always:true and uses default agent invocation settings. It does not request persistent system-wide changes or access to other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install copy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /copy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug copy
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Copy 是什么?

Copy operations reference — file duplication, rsync patterns, CoW, buffer strategies, and cross-platform sync. Use when duplicating files, syncing directorie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。

如何安装 Copy?

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

Copy 是免费的吗?

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

Copy 支持哪些平台?

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

谁开发了 Copy?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v1.0.0。

💬 留言讨论