From aidotnet-moyucode
Calculates MD5, SHA1, SHA256, SHA512 hashes for files to verify integrity, detect duplicates, or generate checksums. Invoke via /hash for CLI usage with Python script.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Calculate cryptographic hashes for files to verify integrity, detect duplicates, or generate checksums.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Calculate cryptographic hashes for files to verify integrity, detect duplicates, or generate checksums.
/hash command# 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/
hash, checksum, md5, sha256, integrity