file-hasher
Installation
SKILL.md
File Hasher Tool
Description
Calculate cryptographic hashes for files to verify integrity, detect duplicates, or generate checksums.
Trigger
/hashcommand- User needs file checksums
- User wants to verify file integrity
Usage
# Calculate SHA256 hash
python scripts/file_hasher.py file.zip
# Calculate multiple hash types
python scripts/file_hasher.py file.zip --all