← 返回 Skills 市场
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hex-tool
功能描述
Convert data between hexadecimal and other formats. Use for debugging binary data, examining file headers, and working with hex dumps.
使用说明 (SKILL.md)
Hex - Hexadecimal Conversion Tool
Convert between hexadecimal, decimal, binary, and ASCII representations. Essential for low-level debugging, binary protocol analysis, and byte-level data inspection.
Usage
hex-tool [options] \x3Cvalue>
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-tool --encode "Hello World"
# Decode hex to text
hex-tool --decode "48656c6c6f"
# Convert decimal to hex
hex-tool --from dec --to hex 255
安全使用建议
This skill is not obviously malicious, but it is misleading: the documentation promises encode/decode and conversion options that are not implemented in the shipped script. If you need decode or base conversion functionality, do not rely on this skill as-is. Review or replace scripts/hex.py before use (or use standard tools like xxd/hexdump or a well-known library). Also note the script will read any file path you give and print its hex to stdout — avoid using it on sensitive files unless you control where stdout goes and how results are handled.
功能分析
Type: OpenClaw Skill
Name: hex-tool
Version: 1.0.0
The hex-tool is a simple utility for converting data to hexadecimal format. The script `scripts/hex.py` reads from a file or stdin and outputs the hex string. While the documentation in `SKILL.md` describes more features (like decoding and base conversion) than the current implementation provides, the code is straightforward and lacks any indicators of malicious intent or harmful behavior.
能力评估
Purpose & Capability
The name and SKILL.md promise encoding, decoding, and base-to-base conversions (examples: --encode, --decode, --from, --to). The included script (scripts/hex.py) only reads a file or stdin and prints data.hex() (hex encoding). It does not implement decoding or any base conversions, so the requested capabilities are not present.
Instruction Scope
SKILL.md instructs use of many CLI options and example workflows that don't map to the script. The script's behavior (read file or stdin, output hex) is narrow and consistent with a hex dumper, but the documentation grants broader authority/expectation. The script does read arbitrary files/stdin — expected for this tool — but there are no instructions to access external endpoints or secrets.
Install Mechanism
No install spec and only a tiny Python script are included. No downloads, package installs, or extract steps are present.
Credentials
No environment variables, credentials, or config paths are required or referenced.
Persistence & Privilege
Default runtime flags (always: false, agent invocation allowed) are used. There is no request for permanent presence or modification of other skills/config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hex-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/hex-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Hex Tool 是什么?
Convert data between hexadecimal and other formats. Use for debugging binary data, examining file headers, and working with hex dumps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Hex Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hex-tool」即可一键安装,无需额外配置。
Hex Tool 是免费的吗?
是的,Hex Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hex Tool 支持哪些平台?
Hex Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hex Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills