merge
Combine files, resolve conflicts, concatenate data, and deduplicate across sources. Use when merging files, resolving conflicts, deduplicating datasets.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/mergemerge
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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-merge": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
astrai-code-review
AI-powered code review with intelligent model routing — saves 40%+ vs always using the most expensive model
policy-delta-watcher
比较新旧制度或政策差异,指出业务影响、流程影响和需更新的操作手册。;use for policy, diff, governance workflows;do not use for 给法律定性结论, 忽略边缘影响人群.
env-diff-explainer
比较 dev/staging/prod 配置差异,并把技术差异翻译成业务风险。;use for env, config, diff workflows;do not use for 输出敏感密钥值, 直接覆盖配置.
stegstr
Decode and embed Stegstr payloads in PNG images. Use when the user needs to extract hidden Nostr data from a Stegstr image, encode a payload into a cover PNG, or work with steganographic social networking (Nostr-in-images). Supports CLI (stegstr-cli decode, detect, embed, post) for scripts and AI agents.
diff
diff reference tool