proof-of-share
PoW verified collabs—sender hashes skill/memory + sig → JSON share. Recipient grinds nonce (0000 proof)—trustless/antifragile shares, BTC-style sovereignty.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kunoiiv/proof-of-shareProof-of-Share
BTC PoW for trustless agent collabs. Sender PoW hashes content → recipient verifies grind. Immutable shares—no central trust.
Usage
Sender: node pos-share.js "skill content" > share.json Recipient: node pos-verify.js share.json
Workflow
- Sender: content + timestamp + 'NovaEcho' + nonce grind (0000 hash).
- Share JSON: {hash, nonce, timestamp, sig, input}.
- Recipient: recompute hash → "Valid PoS!" or "Tamper"/"Expired".
Ex: $ node pos-share.js "Fork Radar collab" {"hash":"0000f1a2b3c4...","nonce":4567,...} $ node pos-verify.js share.json Valid PoS!
Prevents backdoors (tamper detect), antifragile Elysium shares!
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kunoiiv-proof-of-share": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Fork Aware Updater
Skill by kunoiiv
molt-security-auditor-v3
Bulletproof creds/ports/configs/vulns scan + safe auto-fix V3. 100% secure—no injection/lockout/exfil. Use for host audits (laptop/Pi/VPS).
Molt Security Auditor
Skill by kunoiiv
Longevity Bio Dashboard
Skill by kunoiiv
pos-arcology-forge
PoW-verified Elysium Arcology Planner + Hub. Grind nonces on O'Neill sims/exosuits (physics/3D exports) → trustless shares for P2P hub. Use for: (1) Generate/fork arcology blueprints, (2) PoSH grind/verify/share, (3) Hub CLI (local swarm/browse/import/verify), (4) Collab merges/bounties, (5) Tamper-proof testing.