ERCData is a blockchain-integrated skill for storing, verifying, and managing AI data fingerprints on the Base network using the ERCData standard.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ercdata
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ercdata using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ERCData provides a secure bridge between AI agents and the Ethereum blockchain, specifically targeting the Base network. It allows developers to create immutable audit trails by storing agent memories, model fingerprints, and system configurations as on-chain data entries. By utilizing this skill within the Openclaw Skills ecosystem, users can ensure that their AI's outputs and internal states remain transparent, verifiable, and protected by cryptographic integrity proofs.
The skill supports both public storage for transparency and private storage with granular access control. It handles the complexities of EIP-712 verification and smart contract interactions, making it an essential tool for developers building high-trust AI systems that require verifiable history and cross-agent coordination.
To get started with this skill for Openclaw Skills, ensure you have a funded wallet on Base mainnet. Set your environment variables:
export ERCDATA_KEY="your_private_key"
export ERCDATA_CONTRACT="0xYourContractAddress"
export ERCDATA_RPC="https://mainnet.base.org"
Store your first public data entry:
uv run scripts/ercdata-cli.py store \
--type AI_AGENT_MEMORY \
--data "agent_state_hash_001" \
--metadata '{"version":"1.0"}'
ERCData organizes information through a structured schema on the Base network. Each entry consists of the following components:
| Field | Description |
|---|---|
| Entry ID | Unique uint256 identifier assigned by the smart contract. |
| Data Type | A registered category (e.g., AI_AGENT_MEMORY, MODEL_PROVENANCE). |
| Payload | The actual string data or cryptographic hash being stored. |
| Metadata | A JSON string containing additional context (timestamps, agent IDs). |
| Provider | The wallet address that authorized the entry. |
| Visibility | Boolean flag indicating if the entry is Public or Private. |
Loading
A specialized security scanner that audits AI agent skills for 69+ threat patterns, including code injection and credential theft.

An efficient AI skill for extracting transcripts, summaries, and key highlights from YouTube content.

Soulmate is an emotionally intelligent companion skill that transforms standard AI agents into evolving life partners through dynamic personality systems and intimacy tracking.

A specialized security auditing tool designed to scan and detect malicious patterns or vulnerabilities within Openclaw Skills.

A specialized skill for integrating Rei Qwen3 Coder as a model provider with automated setup and switching capabilities.

A sophisticated multi-agent orchestration pattern that spawns parallel sub-agents to debate competing approaches and converge on the best technical solution.








































