file-hasher

Installation
SKILL.md

File Hasher Tool

Description

Calculate cryptographic hashes for files to verify integrity, detect duplicates, or generate checksums.

Trigger

  • /hash command
  • 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
Related skills
Installs
18
GitHub Stars
79
First Seen
Jan 28, 2026