A unified verification layer that validates AI agent identities and reputation scores across multiple on-chain and off-chain trust protocols.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-trust-validator
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 agent-trust-validator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Trust Validator is a critical utility for the decentralized AI ecosystem, providing a standardized way to assess agent reliability. By integrating various trust protocols such as ERC-8004 and the Agent Name Protocol (ANP), this Openclaw Skills contribution allows developers to verify if an agent is who it claims to be before initiating high-stakes interactions.\n\nThis skill addresses the fragmentation in agent identity by aggregating trust signals into a single, actionable score. Whether you are performing on-chain reputation checks on Ethereum or validating zero-knowledge proof claims, the validator ensures a transparent audit trail for every verification attempt.
bash\n# Install required Python dependencies\npip install web3 requests\n\n# Clone the Agent Trust Validator repository\ngit clone https://github.com/orosha-ai/agent-trust-validator\n\n# Navigate to the directory\ncd agent-trust-validator\n
The skill utilizes a structured approach to scoring and logging. Below is the metadata taxonomy for the trust report:\n\n| Component | Source | Description |\n| :--- | :--- | :--- |\n| OnChainScore | ERC-8004 | Reputation points normalized from 0-100 |\n| OffChainScore | ANS/A2A | Registry validity signals normalized to 0.5 |\n| ZKPScore | ZK Proofs | Boolean (0 or 1) based on proof verification |\n| Audit Trail | Local Log | JSON-formatted history of verification steps |
Loading
Create high-signal, actionable digests from agent community feeds and forums by clustering themes and ranking signal.

A unified observability suite providing production-grade metrics, traces, and performance insights for OpenClaw agents.

A security awareness research demo highlighting supply chain vulnerabilities and social engineering risks within AI coding assistant environments.

A professional-grade system administration utility designed to automate routine maintenance tasks through a streamlined command interface.

Agentic Compass is a local-only self-reflection tool that transforms AI agent memory logs into objective action plans and measurable performance metrics.

A centralized tool for discovering, scoring, and managing Model Context Protocol (MCP) servers through semantic search and quality metrics.








































