hash
Generate MD5 and SHA checksums, verify integrity, and compare hash values. Use when computing checksums, verifying downloads, or comparing hash outputs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/hashhash
Hash & Checksum Tool.
Commands
md5
Compute MD5 hash
scripts/script.sh md5 <file_or_text>
sha1
Compute SHA-1 hash
scripts/script.sh sha1 <file_or_text>
sha256
Compute SHA-256 hash
scripts/script.sh sha256 <file_or_text>
sha512
Compute SHA-512 hash
scripts/script.sh sha512 <file_or_text>
verify
Verify a file against a known hash
scripts/script.sh verify <file> <expected_hash>
compare
Compare hashes of two files
scripts/script.sh compare <file1> <file2>
batch
Hash every file in a directory (default: sha256)
scripts/script.sh batch <directory> [algo]
check
Verify hashes listed in a checksum file
scripts/script.sh check <hashfile>
history
Show recent hash operations
scripts/script.sh history
Requirements
- bash 4.0+
Powered by BytesAgain | bytesagain.com | [email protected]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-hash": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.