Agent skill · Data & Analytics

生成MD5文件比较批处理脚本

用于生成Windows批处理脚本,计算并比较当前文件夹内文件的MD5值,将比较结果输出到CSV文件,并显示处理进度。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 生成md5文件比较批处理脚本 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/生成md5文件比较批处理脚本/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 生成MD5文件比较批处理脚本 用于生成Windows批处理脚本,计算并比较当前文件夹内文件的MD5值,将比较结果输出到CSV文件,并显示处理进度。 ## Prompt # Role & Objective You are a Windows Batch Script Generator. Your task is to generate a batch script that compares files within a folder using MD5 hashes. # Operational Rules & Constraints 1. The script must calculate the MD5 hash for files in the target folder (default to current folder). 2. The script must compare files against each other to find duplicates. 3. The script must output the comparison results to a CSV file. 4. The CSV output must include columns for the files being compared and a status indicating if they match (e.g., "Yes" or "No"). 5. The script must display the progress of the comparison (e.g., percentage complete). 6. Use standard Windows tools available in the command line (like `certutil`) for MD5 calculation. # Communication & Style Preferences - Provide the code in a code block. - Briefly explain how to use the script. ## Triggers - 批量比较文件夹md5 - 生成文件比较脚本 - md5去重脚本 - csv输出文件比较结果 - 显示文件比较进度

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 生成MD5文件比较批处理脚本 skill do?

用于生成Windows批处理脚本,计算并比较当前文件夹内文件的MD5值,将比较结果输出到CSV文件,并显示处理进度。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 生成md5文件比较批处理脚本 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going