file-hasher

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "file-hasher" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-file-hasher

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

Verify against known hash

python scripts/file_hasher.py file.zip --verify abc123...

Hash multiple files

python scripts/file_hasher.py *.zip --algorithm sha256

Find duplicate files

python scripts/file_hasher.py --find-duplicates ./folder/

Tags

hash , checksum , md5 , sha256 , integrity

Compatibility

  • Codex: ✅

  • Claude Code: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

cron-scheduler

No summary provided by upstream source.

Repository SourceNeeds Review