Install
openclaw skills install hashGenerate MD5 and SHA checksums, verify integrity, and compare hash values. Use when computing checksums, verifying downloads, or comparing hash outputs.
openclaw skills install hashHash & Checksum Tool.
md5Compute MD5 hash
scripts/script.sh md5 <file_or_text>
sha1Compute SHA-1 hash
scripts/script.sh sha1 <file_or_text>
sha256Compute SHA-256 hash
scripts/script.sh sha256 <file_or_text>
sha512Compute SHA-512 hash
scripts/script.sh sha512 <file_or_text>
verifyVerify a file against a known hash
scripts/script.sh verify <file> <expected_hash>
compareCompare hashes of two files
scripts/script.sh compare <file1> <file2>
batchHash every file in a directory (default: sha256)
scripts/script.sh batch <directory> [algo]
checkVerify hashes listed in a checksum file
scripts/script.sh check <hashfile>
historyShow recent hash operations
scripts/script.sh history
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com