A specialized data integrity skill that standardizes raw records from multiple sources to ensure accurate identity resolution and enrichment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install data-normalization
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 data-normalization using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill acts as a critical preprocessing layer for AI agents working with diverse data sources such as blockchains, marketplaces, and auction houses. By implementing strict normalization logic for artist names, wallet addresses, and financial metrics, it prevents the common pitfalls of data silos and identity mismatches. Using this within Openclaw Skills ensures that every piece of incoming data is formatted to a universal standard before it hits your production database.
The primary purpose is to act as a gatekeeper in the data pipeline, ensuring that downstream processes like entity resolution and DB2 writes receive high-quality, sanitized information. It handles complex tasks like Ethereum checksumming, ISO 8601 date conversion, and social handle stripping, making it an essential tool for developers building reliable data-driven agents.
To integrate this skill into your workflow, ensure it is included in your Openclaw Skills workspace configuration. You can initialize the environment using the following command:
npm install @openclaw/skill-data-normalization
# Or define it in your agent's manifest
openclaw skill add data-normalization
Configure your environment variables to specify the preferred currency conversion API if price normalization is required.
| Field | Type | Description |
|---|---|---|
fields_normalized |
Array | List of specific keys that underwent transformation. |
fields_flagged |
Array | Contains keys with quality issues (e.g., common_name, malformed_wallet). |
normalization_passed |
Boolean | A critical status flag for the enrichment pipeline. |
original_amount |
String/Float | The raw price as recorded in the source data. |
usd_equivalent |
Float | The normalized value for cross-platform comparison. |
Loading
A mandatory data integrity gatekeeper that validates and enforces confidence scoring rules before writing entity links to production databases.

A powerful metasearch CLI that enables AI agents to query multiple search engines in parallel without requiring API keys.

A command-line tool for semantic search that finds files based on meaning and concepts rather than exact keyword matches.

A zero-knowledge secrets manager designed for secure credential storage and automated injection within Openclaw Skills environments.

An automated detection engine for identifying artificial NFT transaction volume and price manipulation through 7 confidence-weighted patterns.

A self-contained research agent that performs multi-source web searches and synthesizes professional, cited reports without requiring external API keys.








































