Install
openclaw skills install sha-toolCompute SHA family hash values for file integrity verification. Use for checksums, data validation, and security verification.
openclaw skills install sha-toolCalculate SHA-1, SHA-256, SHA-384, and SHA-512 hash values for files and text input. Used for verifying data integrity and file authenticity.
sha-tool [options] <algorithm> <file>
1 or sha1: 160-bit hash256 or sha256: 256-bit hash (default)512 or sha512: 512-bit hashsha-tool 256 document.pdf
sha-tool 512 file.bin
echo "data" | sha-tool 256