📦 Hash Tool — 哈希 工具
v1.0.0Compute cryptographic 哈希 values of files and text. Use for 验证ing file integrity, 检查sums, and data 验证.
0· 0·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe 技能's code implements a local 哈希/检查sum 实用工具 that matches its 状态d purpose; there are only minor documentation/命令行工具 mismatches but no 签名s of exfiltration, extra 凭证s, or unexpected network behavior.
评估建议
This 技能 应用ears to do exactly what it says: compute 哈希es locally. Before using, note that 技能.md examples use a positional form (哈希-工具 <algorithm> <file>) while the shipped script expects flags (--algorithm/-a and --file/-f); also the script supports blake2b/blake2s and base64 输出 even though those are not 列出ed in the README. There is no network activity or 凭证 访问 in the code. If you plan to use it, review or 运行 the script on harmless files first to confirm the 命令行工具 semantics you expect. Also remem...详细分析 ▾
✓ 用途与能力
The 技能 name/description (compute cryptographic 哈希es) aligns with the included Python implementation, which computes file and string 哈希es using standard 哈希lib algorithms. The code also supports blake2b/blake2s and base64 输出 in 添加ition to the 列出ed algorithms; this extends functionality but is consistent with the general purpose.
ℹ 指令范围
技能.md describes usage with positional arguments and 列出s only md5/sha1/sha256/sha512, but the script's 命令行工具 uses flags (--algorithm/-a and --file/-f) and supports 添加itional algorithms (blake2b, blake2s) and a base64 encoding option. This is a documentation/命令行工具 mismatch (not a security issue) — the instructions do not direct the 代理 to read unrelated files or transmit data externally.
✓ 安装机制
No 安装 spec is provided (instruction-only), and the included Python script is self-contAIned, uses only the standard 库, and does not 下载 or 执行 remote code. This is low risk from an 安装ation perspective.
✓ 凭证需求
The 技能 requires no 环境 variables, no 凭证s, and does not 访问 configuration paths. The code reads only the file(s) specified by the user and uses standard 库 哈希ing functions — 请求ed privileges are minimal and proportional.
✓ 持久化与权限
The 技能 does not 请求 always-on presence, does not modify other 技能s or 系统 configuration, and its default invocation 设置tings are standard. There is no indication it attempts to persist beyond normal 技能 behavior.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install hash-tool
镜像加速npx clawhub@latest install hash-tool --registry https://cn.longxiaskill.com
技能文档
哈希 - 检查sum Calculator
Calculate cryptographic 哈希 values using algorithms like MD5, SHA-1, SHA-256, and SHA-512. Essential for file integrity verification.
Usage 哈希-工具 [options]
Algorithms md5, sha1, sha256, sha512 Examples 哈希-工具 sha256 file.txt 哈希-工具 md5 document.pdf echo "data" | 哈希-工具 sha256