iqdb

Coding Agents & IDEs
v1.0.0
Benign

On-chain immutable data storage using IQ Labs tech stack (IQDB, hanLock, x402)

788 downloads788 installsby @emanz1

Setup & Installation

Install command

clawhub install emanz1/iqdb

If the CLI is not installed:

Install command

npx clawhub@latest install emanz1/iqdb

Or install with OpenClaw CLI:

Install command

openclaw skills install emanz1/iqdb

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/emanz1/iqdb

What 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.

INPUT

User asks: Persisting RPG character stats and item ownership across Discord bot sessions

AGENT
  1. 1Persisting RPG character stats and item ownership across Discord bot sessions
  2. 2Storing governance proposals and votes with a verifiable audit trail
  3. 3Recording compliance logs for call center interactions with immutable edit history
  4. 4Encoding private user data with a password before writing it to a public chain
  5. 5Monetizing file storage by requiring USDC or SOL payment before inscription
OUTPUT
On-chain immutable data storage using IQ Labs tech stack (IQDB, hanLock, x402)

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedMar 1, 2026