iqdb
On-chain immutable data storage using IQ Labs tech stack (IQDB, hanLock, x402)
Setup & Installation
Install command
clawhub install emanz1/iqdbIf the CLI is not installed:
Install command
npx clawhub@latest install emanz1/iqdbOr install with OpenClaw CLI:
Install command
openclaw skills install emanz1/iqdbor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/emanz1/iqdbWhat This Skill Does
A toolkit for building relational databases directly on Solana. IQDB stores tables and rows in Anchor PDAs with a rolling keccak hash chain for tamper detection. hanLock encodes data with a password into Hangul syllables before writing on-chain. x402 handles payment-gated file inscription using a quote-pay-inscribe flow.
The rolling hash chain lets you verify tamper-evident history without replicating the full dataset, which relational databases stored off-chain cannot guarantee.
When to Use It
- Persisting RPG character stats and item ownership across Discord bot sessions
- Storing governance proposals and votes with a verifiable audit trail
- Recording compliance logs for call center interactions with immutable edit history
- Encoding private user data with a password before writing it to a public chain
- Monetizing file storage by requiring USDC or SOL payment before inscription
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Persisting RPG character stats and item ownership across Discord bot sessions
- 1Persisting RPG character stats and item ownership across Discord bot sessions
- 2Storing governance proposals and votes with a verifiable audit trail
- 3Recording compliance logs for call center interactions with immutable edit history
- 4Encoding private user data with a password before writing it to a public chain
- 5Monetizing file storage by requiring USDC or SOL payment before inscription
On-chain immutable data storage using IQ Labs tech stack (IQDB, hanLock, x402)
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.