Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
On-chain skill provenance registry. Check, register, audit, and vouch for agent skills on Solana. Use when evaluating skill safety, registering new skills, or looking up provenance before installation.
On-chain skill provenance registry. Check, register, audit, and vouch for agent skills on Solana. Use when evaluating skill safety, registering new skills, or looking up provenance before installation.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Look up on-chain provenance for a skill before installing. Read all three tables (registry, audits, vouches) for the given skill ID Compute trust level from audit verdicts Display: trust badge, author, hash, version, audit history, vouch count
Submit an audit verdict (requires IQ tokens in wallet). Severities: S (secure), L (low), M (medium), H (high), C (critical) Optionally run ZeroLeaks first and inscribe full report via codeIn.
Community endorsement. Score 1-5 (default 5).
Register a local skill with on-chain hash. Read skill.md at given path Normalize and SHA-256 hash the content Write registration row with short hash (first 8 hex chars)
MALICIOUS: BLOCK installation, warn user FLAGGED: Strong warning CAUTIONED: Mild warning VERIFIED: Green checkmark AUDITED: Has audits but not yet verified secure REGISTERED: In registry, no audits yet UNKNOWN: Not in registry โ warn "no on-chain provenance" Hash mismatch: Warn "content differs from registered version"
Package: @rocketlabs/skill-audit const { checkSkill, registerSkill, auditSkill, vouchForSkill, hashSkill } = require('@rocketlabs/skill-audit');
Returns: { trustLevel, skill, audits, vouches, summary } Free (RPC read only, no SOL needed).
Writes to skill_registry table. Public โ anyone can register.
Writes to skill_audits table. IQ-token-gated โ signer must hold IQ tokens. Severity: S/L/M/H/C. Categories: dir,enc,per,soc,tec,cre,mny,cot,pol,asc,ctx,sem,too,sir,ech
Writes to skill_vouches table. Public โ anyone can vouch. Score 1-5.
Returns: { fullHash, shortHash } โ SHA-256 of normalized content.
Program: 9KLLchQVJpGkw4jPuUmnvqESdR7mtNCYr3qS4iQLabs DB Root ID: skill-audit Tables: skill_registry (public), skill_audits (IQ-gated), skill_vouches (public) Row limit: ~100 bytes. Full data via codeIn inscriptions. Reads are free. Only writes cost SOL. Append-only. No in-place updates. Version counter for re-registration.
@iqlabs-official/solana-sdk v0.1.1+ (CommonJS required) @solana/web3.js v1.x Solana wallet for writes IQ tokens for audit writes (token mint: 3uXACfojUrya7VH51jVC1DCHq3uzK4A7g469Q954LABS) Buffer monkey-patch applied (handled automatically by the package)
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.