Hashgen
/install hashgen
HashGen
Quick hash generator for strings and files. Supports MD5, SHA1, SHA256, SHA512 with auto-detection, comparison, and verification.
Commands
| Command | Description |
|---|---|
hashgen md5 \x3Ctext> |
MD5 hash of text |
hashgen sha1 \x3Ctext> |
SHA1 hash of text |
hashgen sha256 \x3Ctext> |
SHA256 hash of text |
hashgen sha512 \x3Ctext> |
SHA512 hash of text |
hashgen all \x3Ctext> |
Show all hash algorithms for text |
hashgen file \x3Cpath> [algo] |
Hash a file (default: sha256) |
hashgen compare \x3Chash1> \x3Chash2> |
Compare two hashes |
hashgen verify \x3Ctext> \x3Chash> |
Verify text matches hash (auto-detects algorithm) |
hashgen version |
Show version |
Examples
hashgen md5 "hello world" # → MD5: 5eb63bbbe01...
hashgen sha256 "my secret" # → SHA256: 40e1b17...
hashgen all "test" # → shows MD5, SHA1, SHA256, SHA512
hashgen file /etc/hostname # → SHA256 of file
hashgen file /etc/hostname md5 # → MD5 of file
hashgen compare abc123 abc123 # → ✅ MATCH
hashgen verify "hello" 5d41... # → auto-detects algo, verifies
Requirements
md5sum,sha1sum,sha256sum,sha512sum(standard coreutils)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hashgen - After installation, invoke the skill by name or use
/hashgen - Provide required inputs per the skill's parameter spec and get structured output
What is Hashgen?
Hash files and strings, verify checksums, and run integrity checks fast. Use when generating SHA hashes, verifying files, or comparing digest values. It is an AI Agent Skill for Claude Code / OpenClaw, with 353 downloads so far.
How do I install Hashgen?
Run "/install hashgen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hashgen free?
Yes, Hashgen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hashgen support?
Hashgen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hashgen?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v3.0.0.