← 返回 Skills 市场
dinghaibin

Sha Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
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

  • 1 or sha1: 160-bit hash
  • 256 or sha256: 256-bit hash (default)
  • 512 or sha512: 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sha-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sha-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug sha-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论