Agent Skills: File Hasher Tool

计算文件哈希值(MD5、SHA1、SHA256、SHA512)用于完整性验证和比较。

UncategorizedID: aidotnet/moyucode/file-hasher

Install this agent skill to your local

pnpm dlx add-skill https://github.com/AIDotNet/MoYuCode/tree/HEAD/skills/tools/file-hasher

Skill Files

Browse the full folder contents for file-hasher.

Download Skill

Loading file tree…

skills/tools/file-hasher/SKILL.md

Skill Metadata

Name
file-hasher
Description
计算文件哈希值(MD5、SHA1、SHA256、SHA512)用于完整性验证和比较。

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