← Back to Skills Marketplace
kunoiiv

Proof-of-Quality - BTC PoW Verifiable Excellence

by Daniel · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1659
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install proof-of-quality
Description
BTC PoW grind nonce till skill/output benchmark score > threshold. Verifiable excellence for antifragile meritocracy—no hype, pure quality proof. Use for skill evaluation, fork scoring, collab verification.
Usage Guidance
This skill appears to do what it says: a local PoW grinder over a skill file. Before installing or scheduling it: (1) ensure Node.js is available — metadata does not declare Node as required; (2) run with a small difficulty/threshold first to confirm behavior; (3) be aware the nonce loop is unbounded and can consume a lot of CPU — run in a sandbox, container, or with job limits if you plan cron runs; (4) only pass file paths you trust (it will read any file path you supply); (5) understand the implementation is a toy SHA-256 PoW, not real Bitcoin mining. If any of these are unacceptable, review/modify the JS or metadata before enabling.
Capability Analysis
Type: OpenClaw Skill Name: proof-of-quality Version: 1.0.0 The skill is classified as suspicious due to two main reasons. First, the `poq.js` script uses `fs.readFileSync` to read files specified by a `skillPath` argument, which defaults to `../molt-security-auditor/SKILL.md`. This allows local file access outside the skill's own directory, posing a risk of arbitrary file disclosure if the agent's input validation is insufficient. Second, the `SKILL.md` contains an instruction for the agent to set up a cron job (`cron every=6h: PoQ skills.`), which is a form of persistence, even if its stated purpose is to periodically run the skill's 'Proof-of-Quality' process.
Capability Assessment
Purpose & Capability
The skill claims "BTC PoW" but the implementation is a simplified SHA-256 nonce grind (difficulty=4), not Bitcoin block-format or real BTC mining; functionally this still matches the stated goal of producing a PoW-style proof for a skill file. One metadata mismatch: SKILL.md usage requires running 'node', but the skill's required-binaries section lists none.
Instruction Scope
Runtime instructions are limited and explicit (read a skill file, benchmark, grind nonces, print PoQ JSON). They do not instruct reading unrelated system state or sending data externally. However the described 'cron every=6h' suggests repeated background runs and the nonce loop can be CPU-intensive and long-running (unbounded until difficulty satisfied).
Install Mechanism
There is no install spec (instruction-only + one JS file). That minimizes installation risk. Note: Node is required by SKILL.md but not declared in the metadata's required binaries.
Credentials
The skill requests no environment variables or credentials (proportionate). It does read an arbitrary file path supplied by the user (or a default relative path), so a user could accidentally point it at sensitive local files — the code does not exfiltrate data, it only reads and hashes content locally.
Persistence & Privilege
No elevated privileges, no persistence flags (always:false). The skill does not modify other skills or system config; its primary risk is resource consumption when run repeatedly or with high difficulty.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install proof-of-quality
  3. After installation, invoke the skill by name or use /proof-of-quality
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of proof-of-quality (PoQ) skill. - Implements Bitcoin-like PoW for skill benchmarking and verifiable quality proof. - Users benchmark skills, grind nonce until benchmark score (speed/accuracy/security) > threshold and hash meets difficulty. - Outputs a PoQ JSON ({score, hash, nonce}) for sharing and independent verification. - Designed to prevent low-quality submissions and enable antifragile merit-based evaluation.
Metadata
Slug proof-of-quality
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Proof-of-Quality - BTC PoW Verifiable Excellence?

BTC PoW grind nonce till skill/output benchmark score > threshold. Verifiable excellence for antifragile meritocracy—no hype, pure quality proof. Use for skill evaluation, fork scoring, collab verification. It is an AI Agent Skill for Claude Code / OpenClaw, with 1659 downloads so far.

How do I install Proof-of-Quality - BTC PoW Verifiable Excellence?

Run "/install proof-of-quality" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Proof-of-Quality - BTC PoW Verifiable Excellence free?

Yes, Proof-of-Quality - BTC PoW Verifiable Excellence is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Proof-of-Quality - BTC PoW Verifiable Excellence support?

Proof-of-Quality - BTC PoW Verifiable Excellence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Proof-of-Quality - BTC PoW Verifiable Excellence?

It is built and maintained by Daniel (@kunoiiv); the current version is v1.0.0.

💬 Comments