Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

File Hasher

  • 28 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

file-hasher is a Claude Code skill that computes MD5, SHA1, SHA256 and SHA512 file hashes to verify integrity and find duplicates.

About

file-hasher is a Claude Code skill that computes cryptographic hashes of files for integrity verification. It supports MD5, SHA1, SHA256 and SHA512, can verify a file against a known hash, and can find duplicate files in a folder. A developer uses it to generate checksums or confirm file integrity. It runs a bundled Python script built on hashlib.

  • Computes MD5, SHA1, SHA256 and SHA512 file hashes
  • Verifies a file against a known hash
  • Finds duplicate files by hash

File Hasher by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #1,512 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

file-hasher capabilities & compatibility

Capabilities
file hashing · integrity verification · duplicate detection
Use cases
security audit
Pricing
Free
From the docs

What file-hasher says it does

Calculate cryptographic hashes for files to verify integrity, detect duplicates, or generate checksums.
SKILL.md
`hash`, `checksum`, `md5`, `sha256`, `integrity`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill file-hasher

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Compute or verify file checksums and find duplicate files by hash.

Who is it for?

Developers generating checksums, verifying file integrity or finding duplicate files.

Skip if: Password hashing or full malware scanning.

When should I use this skill?

You need a file checksum, to verify a file against a hash, or to find duplicates.

What you get

File hashes are computed, verified against a known value, or duplicates are identified.

  • file checksum
  • verification result
  • duplicate file report

By the numbers

  • 4 hash algorithms (MD5, SHA1, SHA256, SHA512)

Files

SKILL.mdMarkdownGitHub ↗

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: ✅

Related skills

FAQ

Which hash algorithms are supported?

It supports MD5, SHA1, SHA256 and SHA512.

Can it find duplicates?

Yes, it finds duplicate files in a folder by comparing hashes.

Securityappsec

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.