Install
openclaw skills install @dinghaibin/hash-toolCompute cryptographic hash values of files and text. Use for verifying file integrity, checksums, and data validation.
openclaw skills install @dinghaibin/hash-toolCalculate cryptographic hash values using algorithms like MD5, SHA-1, SHA-256, and SHA-512. Essential for file integrity verification.
hash-tool [options] <algorithm> <file>
hash-tool sha256 file.txt
hash-tool md5 document.pdf
echo "data" | hash-tool sha256