Copy

v1.0.0

Copy operations reference — file duplication, rsync patterns, CoW, buffer strategies, and cross-platform sync. Use when duplicating files, syncing directorie...

0· 200·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/copy.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Copy" (bytesagain-lab/copy) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/copy
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install copy

ClawHub CLI

Package manager switcher

npx clawhub@latest install copy
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977ejd63qarze07jtwwq7apmx83bhwa
200downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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

VariableDescription
COPY_DIRData directory (default: ~/.copy/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...