Hex Tool — Hex 工具
v1.0.0Convert data between hexadecimal and other 格式化s. Use for 调试ging binary data, examining file headers, and working with hex dumps.
详细分析 ▾
运行时依赖
安装命令
点击复制本土化适配说明
Hex Tool — Hex 工具 安装说明: 安装命令:["openclaw skills install hex-tool","npx clawhub@latest install hex-tool"]
技能文档
Hex - Hexadecimal Conversion 工具
Convert between hexadecimal, decimal, binary, and ASCII representations. Essential for low-level 调试ging, binary protocol analysis, and byte-level data inspection.
Usage hex-工具 [options]
Operations Encode text or numbers to hexadecimal Decode hexadecimal back to readable text Convert between hex, decimal, and binary bases Examples # Encode text to hex hex-工具 --encode "Hello World"
# Decode hex to text hex-工具 --decode "48656c6c6f"
# Convert decimal to hex hex-工具 --from dec --to hex 255