📦 File Hasher — 文件哈希校验
v1.0.0一键计算并比对 MD5、SHA-1、SHA-256、SHA-512 等多种哈希值,快速验证下载文件完整性与一致性。
0· 190·0 当前·0 累计
下载技能包
最后更新
2026/3/17
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears coherent and self-contained: it computes and verifies hashes of files you explicitly provide and does not request credentials or network access. Before installing or running it, you may (1) review the full, untruncated script to confirm there are no unexpected network calls or subprocess.exec usage, (2) run it in a limited environment (or sandbox) the first time, and (3) verify the script path (scripts/file_hasher.py) is what you expect. If you need absolute assurance, run a s...详细分析 ▾
✓ 用途与能力
Name/description (file hashing, verify/compare checksums) matches the included instructions and the script. The required capabilities (reading files, walking directories, computing hashes) are appropriate and proportional.
✓ 指令范围
SKILL.md instructs running the included Python script with file paths and options; the script's operations are limited to local filesystem reads and hashing. It does not read unrelated configuration, environment variables, or contact external endpoints in the visible code.
✓ 安装机制
No install spec — instruction-only with an included script. This is low-risk: nothing is downloaded or installed automatically.
✓ 凭证需求
The skill requires no environment variables, credentials, or config paths. The code does not access os.environ or other secrets in the visible portion.
✓ 持久化与权限
Skill is not marked always:true, does not request persistent elevated privileges, and does not modify other skills or system-wide config (based on the provided files).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/16
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install file-hasher
镜像加速npx clawhub@latest install file-hasher --registry https://cn.longxiaskill.com