A mandatory data integrity gatekeeper that validates and enforces confidence scoring rules before writing entity links to production databases.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install confidence-scoring
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 confidence-scoring using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Confidence Scoring skill serves as the ultimate firewall for data quality within the Artledger project and similar high-stakes environments. It ensures that no entity link, identity match, or cross-platform connection is written to the production database unless it meets rigorous validation criteria. By acting as a checkpoint, it prevents the poisoning of datasets with low-confidence or unverified information.\n\nBuilt to work seamlessly within your ecosystem of Openclaw Skills, this protocol manages the transition between tiered states—Speculative, Probable, and Verified—to maintain a high signal-to-noise ratio in AI-driven datasets. It automates the complex logic of evidence verification, history checking, and audit logging, making it an essential tool for developers building reliable AI agents.
To integrate this gatekeeper into your workspace, include the skill in your project configuration. Ensure your database schema supports the confidence_audit table and the required fields for entity links. Use the following command to initialize the Openclaw Skills environment:\n\nbash\nopenclaw install confidence-scoring-gatekeeper\n\n\nOnce installed, configure your system instructions to mandate this skill as a checkpoint before all DB2 write operations.
| Field | Type | Description |\n| :--- | :--- | :--- |\n| confidence_score | Integer | Value between 0-100 indicating match certainty. |\n| confidence_tier | String | Classification: VERIFIED, PROBABLE, or SPECULATIVE. |\n| evidence | Array | Collection of signal objects containing signal_name and weight. |\n| match_method | String | The logic used: exact, fuzzy, or inferred. |\n| last_reviewed | Timestamp | Date and time of the last validation. |\n| requires_review | Boolean | Flag indicating if human intervention is needed. |
Loading
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 AI tool marketplace via AgentForge for discovering, comparing, and executing specialized AI functions with integrated billing.

A specialized data integrity skill that standardizes raw records from multiple sources to ensure accurate identity resolution and enrichment.

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








































