← 返回 Skills 市场
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sha-tool
功能描述
Compute SHA family hash values for file integrity verification. Use for checksums, data validation, and security verification.
使用说明 (SKILL.md)
SHA - Secure Hash Algorithm Calculator
Calculate SHA-1, SHA-256, SHA-384, and SHA-512 hash values for files and text input. Used for verifying data integrity and file authenticity.
Usage
sha-tool [options] \x3Calgorithm> \x3Cfile>
Supported Algorithms
1orsha1: 160-bit hash256orsha256: 256-bit hash (default)512orsha512: 512-bit hash
Examples
sha-tool 256 document.pdf
sha-tool 512 file.bin
echo "data" | sha-tool 256
安全使用建议
This skill looks safe for local checksum use. Before installing, confirm how the `sha-tool` command is actually provided and note that the included script only computes SHA-256, despite the documentation mentioning additional SHA algorithms.
功能分析
Type: OpenClaw Skill
Name: sha-tool
Version: 1.0.0
The skill provides a straightforward utility for calculating SHA-256 hashes via a Python script (scripts/sha256.py). While the documentation (SKILL.md) claims support for multiple SHA variants (SHA-1, 512, etc.) that are not implemented in the provided code, the existing logic is safe, lacks any malicious indicators, and performs its stated function without suspicious side effects.
能力评估
Purpose & Capability
The purpose is coherent, but the documentation claims SHA-1/SHA-256/SHA-384/SHA-512 support while the provided script only implements SHA-256.
Instruction Scope
The instructions are limited to computing hashes for files or standard input and do not contain prompt-injection, persistence, or unsafe autonomy instructions.
Install Mechanism
There is no install specification, and SKILL.md documents a `sha-tool` command while the manifest only includes `scripts/sha256.py`; this is a packaging/functionality caveat rather than a security issue.
Credentials
Reading a user-specified file or stdin is proportionate for a checksum tool, and the code prints only the SHA-256 digest.
Persistence & Privilege
No credentials, privileged paths, background services, persistence, or external communication are requested or implemented.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sha-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/sha-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Sha Tool 是什么?
Compute SHA family hash values for file integrity verification. Use for checksums, data validation, and security verification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 Sha Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sha-tool」即可一键安装,无需额外配置。
Sha Tool 是免费的吗?
是的,Sha Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sha Tool 支持哪些平台?
Sha Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sha Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills