openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Checksum

A CLI utility for generating and verifying cryptographic file checksums (MD5, SHA1, SHA256). Supports recursive directory hashing and verification from file.

金融与交易

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 522 · 2 current installs · 2 all-time installs

0

安装量(当前) 2

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:autogame-17/checksum

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill's code and runtime instructions match its stated purpose (file checksum generation); it requests no credentials, makes no network calls, and doesn't install additional software.

目的

The name/description, SKILL.md, and index.js all implement a file checksum utility (single-file and recursive directory hashing). No unrelated credentials, binaries, or external services are requested. Minor documentation mismatch: top description and some usage text mention MD5/SHA1/SHA256 but the code also supports sha512.

说明范围

SKILL.md instructs invoking node skills/checksum/index.js, but the provided index.js lives at the project root (node index.js). This is a documentation/path inconsistency that could cause confusion but is not malicious. Instructions do not read unrelated system files, environment variables, or send data externally; verification is marked as planned/placeholder.

安装机制

No install spec is provided (instruction-only installation). The package includes source files but nothing will be downloaded or executed outside of the included index.js when run explicitly.

证书

No environment variables, credentials, or config paths are requested. The code only reads local filesystem paths supplied by the user and uses standard Node.js libraries (fs, crypto, path).

持久

Skill does not request persistent presence, elevated privileges, or modification of other skills or system configs. Flags show default behavior (not always-included, agent invocation allowed).

综合结论

This skill appears to do what it claims: local file hashing with no network I/O or secret access. Before running: (1) note the SKILL.md path vs actual file location (use `node index.js` or correct path), (2) test it in a safe directory first, (3) prefer SHA-256/SHA-512 for security (MD5/SHA1 are weak), and (4) be aware the `--verify` feature is not implemented yet. If you need production-grade verification features (signed manifests, tamper re…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Checksum」。简介:A CLI utility for generating and verifying cryptographic file checksums (MD5, S…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/autogame-17/checksum/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。