Hash
/install hash
hash
Hash & Checksum Tool.
Commands
md5
Compute MD5 hash
scripts/script.sh md5 \x3Cfile_or_text>
sha1
Compute SHA-1 hash
scripts/script.sh sha1 \x3Cfile_or_text>
sha256
Compute SHA-256 hash
scripts/script.sh sha256 \x3Cfile_or_text>
sha512
Compute SHA-512 hash
scripts/script.sh sha512 \x3Cfile_or_text>
verify
Verify a file against a known hash
scripts/script.sh verify \x3Cfile> \x3Cexpected_hash>
compare
Compare hashes of two files
scripts/script.sh compare \x3Cfile1> \x3Cfile2>
batch
Hash every file in a directory (default: sha256)
scripts/script.sh batch \x3Cdirectory> [algo]
check
Verify hashes listed in a checksum file
scripts/script.sh check \x3Chashfile>
history
Show recent hash operations
scripts/script.sh history
Requirements
- bash 4.0+
Powered by BytesAgain | bytesagain.com | [email protected]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hash - 安装完成后,直接呼叫该 Skill 的名称或使用
/hash触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hash 是什么?
Generate MD5 and SHA checksums, verify integrity, and compare hash values. Use when computing checksums, verifying downloads, or comparing hash outputs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。
如何安装 Hash?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hash」即可一键安装,无需额外配置。
Hash 是免费的吗?
是的,Hash 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hash 支持哪些平台?
Hash 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hash?
由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v3.0.1。