🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Hash

by @bytesagain-lab

Generate MD5 and SHA checksums, verify integrity, and compare hash values. Use when computing checksums, verifying downloads, or comparing hash outputs.

Versionv3.0.1
Downloads858
Installs4
TERMINAL
clawhub install hash

πŸ“– About This Skill


name: hash version: "3.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [hash, tool, utility] description: "Generate MD5 and SHA checksums, verify integrity, and compare hash values. Use when computing checksums, verifying downloads, or comparing hash outputs."

hash

Hash & Checksum Tool.

Commands

md5

Compute MD5 hash

scripts/script.sh md5 

sha1

Compute SHA-1 hash

scripts/script.sh sha1 

sha256

Compute SHA-256 hash

scripts/script.sh sha256 

sha512

Compute SHA-512 hash

scripts/script.sh sha512 

verify

Verify a file against a known hash

scripts/script.sh verify  

compare

Compare hashes of two files

scripts/script.sh compare  

batch

Hash every file in a directory (default: sha256)

scripts/script.sh batch  [algo]

check

Verify hashes listed in a checksum file

scripts/script.sh check 

history

Show recent hash operations

scripts/script.sh history

Requirements

  • bash 4.0+

  • *Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*