1.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | kunoiiv |
| repository | kunoiiv/proof-of-quality |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @kunoiiv/proof-of-quality |
| last updated | Feb 7, 2026 |
Maintainer

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
- Benchmark skill (test suite score).
- Grind nonce till score.hash starts "0000".
- PoQ JSON: {score, hash, nonce}.
- Verify rerun.
Ex: $ node poq.js skills/molt-security-auditor 95 Score: 98 >95 | PoQ: 0000a1b2... (nonce: 1234)
Prevents low-quality (meritocracy stacks!).
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.
