ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 4/5

copy

Copy operations reference — file duplication, rsync patterns, CoW, buffer strategies, and cross-platform sync. Use when duplicating files, syncing directories, or implementing copy-on-write.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/copy
Or

What This Skill Does

The OpenClaw 'copy' skill serves as a comprehensive toolkit for managing data duplication, synchronization, and storage optimization. It abstracts complex CLI operations like rsync, reflink-based Copy-on-Write (CoW), and incremental mirroring into accessible commands. Designed for developers and system administrators, this skill simplifies the maintenance of complex directory structures, ensures data integrity during transfers, and provides deep insights into file system behaviors across different operating systems. Whether you are performing high-speed local backups, configuring differential syncs, or managing large datasets with I/O-intensive requirements, the 'copy' skill offers the necessary logic to execute these tasks safely and efficiently.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/bytesagain1/copy

Ensure your system has the necessary permissions to read and write to your desired target directories. Configuration of the COPY_DIR variable can be done in your profile settings to define where the skill stores its local metadata.

Use Cases

  • Incremental Backups: Utilize rsync patterns to mirror production directories to external storage, ensuring only changed data blocks are transferred to save time and bandwidth.
  • Storage Optimization: Use Copy-on-Write (CoW) features to duplicate large virtual machine images or container layers instantly without consuming additional physical disk space.
  • Data Migration: Execute batch migrations while applying complex filters (e.g., excluding '.log' files or matching specific date ranges) to clean up datasets during the move.
  • Verification: Employ the pre-copy and post-copy checklist features to guarantee checksum integrity between source and destination files.

Example Prompts

  1. "OpenClaw, use the copy skill to rsync my /projects directory to the remote server, excluding all node_modules folders."
  2. "I need to duplicate this 50GB dataset. Can you check if my filesystem supports CoW and perform a reflink copy?"
  3. "Run the post-copy verification checklist on my recent migration to ensure no files were corrupted during the transfer."

Tips & Limitations

Always run the checklist command before and after mission-critical transfers to ensure data consistency. While the skill supports parallel execution, be mindful of your system's I/O limits, as heavy parallel operations can saturate disk throughput. Note that Copy-on-Write functionality requires underlying filesystem support (e.g., Btrfs, ZFS, or APFS); if your filesystem does not support reflinks, the skill will gracefully fall back to standard copy operations. Exercise caution when using aggressive include/exclude filters to avoid accidental data loss or skipped files in sensitive directories.

Metadata

Stars4126
Views5
Updated2026-04-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-copy": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#copy#file#rsync#sync#duplicate#backup#devtools
Safety Score: 4/5

Flags: file-write, file-read

Related Skills

Eternalmemory Sync

Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.

applied-energetic 4473

opentangl

Not a code generator — an entire dev team. You write the vision, it ships the code. Autonomous builds, PRs, reviews, and merges across multiple repos. Point it at any JS/TS project and a product vision. It plans features, writes code, verifies builds, creates PRs, reviews diffs, and merges — autonomously. Manages multiple repos as one product. Use when you want to ship code without writing it. AI code generation, autonomous development, workflow automation, multi-repo orchestration, TypeScript, JavaScript, GitHub, OpenAI, Anthropic, Claude, GPT, LLM, devtools, CI/CD, pull requests, code review.

8co 4473

obsidian-sync-syncthing

Obsidian 跨平台同步方案(Mac ↔ iPhone),基于 Syncthing 实现零插件、零成本、离线优先的双向同步,支持智能大文件过滤。

ameylover 4473

avenger-initiative

Encrypted GitHub backup and restore for any OpenClaw agent system. Creates branch-per-night backups with smart retention (7 daily, 8 weekly, 12 monthly branches). Backs up openclaw.json (AES-256 encrypted), agent memories, SOUL/IDENTITY files, cron jobs, and custom skills to a private GitHub vault. Triggers on phrases like "avenger backup", "backup system", "push to vault", "sync vault", "avenger restore", "restore from vault", "setup avenger", "avenger status", "avenger init", "configure backup", "set up backup". Also auto-runs after any critical config change.

asif2bd 4473

console

Console & terminal output reference — logging levels, ANSI colors, debugging techniques, formatters. Use when styling terminal output, implementing log systems, or debugging with console tools.

bytesagain1 4126