AIDotNet

file-hasher

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

AIDotNet 80 15 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add aidotnet/moyucode/file-hasher

Install via the SkillsCat registry.

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

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