skills$openclaw/proof-of-quality
kunoiiv1.6k

by kunoiiv

proof-of-quality – OpenClaw Skill

proof-of-quality is an OpenClaw Skills integration for coding workflows. 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.

1.6k stars9.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameproof-of-quality
descriptionBTC 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. OpenClaw Skills integration.
ownerkunoiiv
repositorykunoiiv/proof-of-quality
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @kunoiiv/proof-of-quality
last updatedFeb 7, 2026

Maintainer

kunoiiv

kunoiiv

Maintains proof-of-quality in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
317 B
poq.js
1.0 KB
SKILL.md
808 B
SKILL.md

name: 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.

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!).

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install proof-of-quality?

Run openclaw add @kunoiiv/proof-of-quality in your terminal. This installs proof-of-quality into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kunoiiv/proof-of-quality. Review commits and README documentation before installing.