计算文件哈希值(MD5、SHA1、SHA256、SHA512)用于完整性验证和比较。
Scanned 2/12/2026
Install to Claude Code
npx -y skills add AIDotNet/MoYuCode --skill file-hasher --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of File Hasher?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidotnet-file-hasher)More formats (shields.io, HTML) on the badges page.
---
name: file-hasher
description: 计算文件哈希值(MD5、SHA1、SHA256、SHA512)用于完整性验证和比较。
metadata:
short-description: 计算文件哈希值
source:
repository: https://github.com/python/cpython
license: PSF
---
# 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
```bash
# 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: ✅
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...