merge
name: merge
by bytesagain · published 2026-03-22
$ claw add gh:bytesagain/bytesagain-merge---
name: merge
version: "3.0.1"
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
license: MIT-0
tags: [merge, file-management, diff, data-processing]
description: "Combine files, resolve conflicts, concatenate data, and deduplicate across sources. Use when merging files, resolving conflicts, deduplicating datasets."
---
# 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
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...