hexdump-tool

Display file contents in hexadecimal and ASCII format. Use for binary file analysis, forensic examination, and low-level data inspection.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "hexdump-tool" with this command: npx skills add dinghaibin/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] <file>

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Embodied Ai News

Aggregates publicly available Embodied AI and Robotics news from curated sources (robotics media, arXiv, company blogs). Delivers structured briefings on hum...

Registry SourceRecently Updated
Research

Paperform

PaperForm integration. Manage Forms. Use when the user wants to interact with PaperForm data.

Registry SourceRecently Updated
Research

thecede

Access and manage your persistent knowledge graph for storing, retrieving, linking, and summarizing facts, decisions, goals, and observations across sessions.

Registry SourceRecently Updated
Research

Self Learning Agent

Knowledge card memory system with semantic search. Agents wake up fresh each session but remember everything through atomic ~350-token cards with YAML frontm...

Registry SourceRecently Updated
2540Profile unavailable