ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

merge

Combine files, resolve conflicts, concatenate data, and deduplicate across sources. Use when merging files, resolving conflicts, deduplicating datasets.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/merge
Or

merge

File merge tool.

Commands

files

Concatenate two files

scripts/script.sh files <f1> <f2> [output]

lines

Interleave lines from two files

scripts/script.sh lines <f1> <f2>

csv

Join two CSVs on a key column

scripts/script.sh csv <f1> <f2> <key-col>

json

Merge two JSON files (arrays or objects)

scripts/script.sh json <f1> <f2>

diff

Show differences between files

scripts/script.sh diff <f1> <f2>

common

Show lines common to both files

scripts/script.sh common <f1> <f2>

unique

Show lines unique to each file

scripts/script.sh unique <f1> <f2>

dedup

Remove duplicate lines (preserving order)

scripts/script.sh dedup <file>

patch

Apply a patch file

scripts/script.sh patch <file> <patchfile>

Requirements

  • python3

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

Metadata

Stars3500
Views1
Updated2026-03-27
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-bytesagain-merge": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#merge#file-management#diff#data-processing
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.