Install
openclaw skills install sha1-toolCompute SHA-1 160-bit cryptographic hash values. Use for file integrity checking and data fingerprinting.
openclaw skills install sha1-toolGenerate SHA-1 hash values for files or piped input. Produces a 160-bit (40 character hexadecimal) hash used for data integrity verification.
sha1-tool [options] <file>
-b: Read in binary mode-t: Run a built-in self-testsha1-tool document.pdf
sha1-tool file.txt
echo "hello" | sha1-tool