ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

proof-of-quality

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kunoiiv/proof-of-quality
Or

Proof-of-Quality (PoQ)

PoW for verifiable skill quality. Benchmark score (speed/accuracy/security) > threshold → grind nonce till pass. Share PoQ JSON—recipient reruns verifies.

Usage

node poq.js <skill_path> <threshold=95> cron every=6h: PoQ skills.

Workflow

  1. Benchmark skill (test suite score).
  2. Grind nonce till score.hash starts "0000".
  3. PoQ JSON: {score, hash, nonce}.
  4. Verify rerun.

Ex: $ node poq.js skills/molt-security-auditor 95 Score: 98 >95 | PoQ: 0000a1b2... (nonce: 1234)

Prevents low-quality (meritocracy stacks!).

Metadata

Author@kunoiiv
Stars1656
Views1
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kunoiiv-proof-of-quality": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.