xxd
Installation
SKILL.md
Xxd
Create and reverse hexadecimal dumps
Prerequisite Check
Run this before proposing forward or reverse hex workflows:
command -v xxd >/dev/null 2>&1 || xxd --version
If xxd is missing, surface that first and fall back to od for read-only inspection. Reverse conversion may need Vim or a machine that includes xxd.
Quick Start
- Verify
xxdis available:xxd --versionorman xxd - Establish the command surface:
man xxdorxxd --help - Start with a read-only probe:
xxd file