← 返回 Skills 市场
jpengcheng523-netizen

hash-verifier

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-hash-verifier
功能描述
Verify data integrity with hashes
使用说明 (SKILL.md)

Hash Verifier

Verify data integrity with hashes

When to Use

  • User needs validation related functionality
  • Automating hash tasks
  • Security operations

Usage

python3 scripts/hash_verifier.py --input \x3Cinput> --output \x3Coutput>

Configuration

Set required environment variables:

export HASH_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}
安全使用建议
Do not install or run this skill as-is. The SKILL.md refers to a local script (scripts/hash_verifier.py) and an API key (HASH_API_KEY) that are missing from the package and from the declared requirements. Ask the publisher for: (1) the actual script source code bundled with the skill or a trustworthy homepage/repository link; (2) a clear explanation of what HASH_API_KEY is for and which external service (if any) the skill talks to; and (3) a minimal example that runs without supplying unexplained secrets. If you must test, do so in an isolated sandbox and never supply real secrets (API keys, production credentials) until you can verify the code and the network endpoints it contacts. If the publisher cannot provide the missing files and justification, treat the skill as untrusted.
能力评估
Purpose & Capability
The skill claims to verify hashes, which is plausible, but the SKILL.md instructs running `python3 scripts/hash_verifier.py` and setting HASH_API_KEY even though the published package contains no code files, no scripts/ path, and the registry metadata lists no required env vars. The declared capabilities do not align with what the instructions request.
Instruction Scope
Runtime instructions tell the agent to execute a local script and to export an API key. Because the script is not present, the instructions are incomplete/misleading. The instructions also introduce an external secret (HASH_API_KEY) and provide no explanation of what service it authenticates to or why network access would be needed.
Install Mechanism
There is no install spec and no code files (instruction-only). This reduces installation risk because nothing is being downloaded or written by the registry, but it also means the instructions refer to missing artifacts.
Credentials
SKILL.md asks the user to set HASH_API_KEY, yet the skill metadata lists no required env vars and provides no justification for this credential. Requesting an unspecified API key for a local hash verifier is disproportionate and ambiguous.
Persistence & Privilege
The skill is not set to always:true and uses default invocation settings. It does not request persistent system privileges or modify other skills; no elevated persistence is indicated.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jpeng-hash-verifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jpeng-hash-verifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jpeng-hash-verifier. - Provides command-line tool for verifying data integrity using hashes. - Supports automation and validation tasks with configurable environment variables. - Returns verification results in JSON format.
元数据
Slug jpeng-hash-verifier
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

hash-verifier 是什么?

Verify data integrity with hashes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 hash-verifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-hash-verifier」即可一键安装,无需额外配置。

hash-verifier 是免费的吗?

是的,hash-verifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

hash-verifier 支持哪些平台?

hash-verifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 hash-verifier?

由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。

💬 留言讨论