/install hexdump-tool
Hex Dump - Binary File Viewer
Display file contents as hexadecimal bytes alongside their ASCII representation. Each line shows offset, raw bytes, and printable characters for complete binary inspection.
Usage
hexdump-tool [options] \x3Cfile>
Features
- Side-by-side hex + ASCII display
- Configurable byte grouping
- Canonical format with offset markers
- Colorized output for readability
Examples
# Standard hex dump
hexdump-tool binary.bin
# Canonical format
hexdump-tool -C data.bin
# Show first 256 bytes only
hexdump-tool -n 256 file.bin
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hexdump-tool - After installation, invoke the skill by name or use
/hexdump-tool - Provide required inputs per the skill's parameter spec and get structured output
What is Hexdump Tool?
Display file contents in hexadecimal and ASCII format. Use for binary file analysis, forensic examination, and low-level data inspection. It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.
How do I install Hexdump Tool?
Run "/install hexdump-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hexdump Tool free?
Yes, Hexdump Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hexdump Tool support?
Hexdump Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hexdump Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.