← Back to Skills Marketplace
jpengcheng523-netizen

hash-verifier

by jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-hash-verifier
Description
Verify data integrity with hashes
README (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": {}
}
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jpeng-hash-verifier
  3. After installation, invoke the skill by name or use /jpeng-hash-verifier
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug jpeng-hash-verifier
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is hash-verifier?

Verify data integrity with hashes. It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install hash-verifier?

Run "/install jpeng-hash-verifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is hash-verifier free?

Yes, hash-verifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does hash-verifier support?

hash-verifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created hash-verifier?

It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.

💬 Comments