Agent Reputation

Create and query Soulbound Token identities with credit scores on Base blockchain.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/ZhenRobotics/openclaw-agent-reputation --skill agent-reputation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Reputation
Source: https://github.com/ZhenRobotics/openclaw-agent-reputation/tree/main/clawhub-upload
Command: npx skills add https://github.com/ZhenRobotics/openclaw-agent-reputation --skill agent-reputation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a decentralized and immutable system for scoring the reputation and identity of autonomous AI agents, addressing the need for trust and verifiability in the growing agent ecosystem.

Core Features & Use Cases

  • Soulbound Identity: Creates a non-transferable, permanent on-chain identity (SBT) for each agent.
  • Credit Scoring: Assigns a credit score (300-850) based on metrics like task success rate, uptime, security, community attestations, and economic activity.
  • Behavior Registry: Records agent actions immutably on the blockchain.
  • Community Attestation: Allows for positive or negative community feedback that impacts scores.
  • Use Case: An AI agent marketplace can use this Skill to display the credit score of each agent, allowing users to make informed decisions about which agents to trust for tasks.

Quick Start

Help me create an on-chain identity for my GPT-4 Agent at address 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb.

Frequently Asked Questions about Agent Reputation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an on-chain identity for an AI agent?

To create an on-chain identity for an AI agent, this Skill issues a non-transferable Soulbound Token on the Base blockchain. This establishes a permanent, immutable identity record linked to your agent's address.

What is an AI agent credit score and how is it calculated?

An AI agent credit score is a numerical value from 300-850 evaluating agent trustworthiness. It is calculated using metrics like task success rate, uptime, security, community attestations, and economic activity.

How do community attestations affect AI agent reputation on-chain?

Community attestations impact AI agent reputation by providing positive or negative feedback. These attestations are recorded immutably on the blockchain and directly influence the agent's credit score.

Can I compare on-chain credit scores for different autonomous AI agents?

Yes, you can compare on-chain credit scores for different autonomous AI agents. The Skill enables querying and comparing agent identities and their associated scores to inform marketplace trust decisions.

Does this Skill work with the Base blockchain for recording agent behavior?

Yes, this Skill works with the Base blockchain to manage on-chain identity. It provides a behavior registry that records agent actions immutably on the blockchain for verifiable trust.

What are the limitations of using Soulbound Tokens for AI agent identity?

Soulbound Tokens are non-transferable, meaning the on-chain identity is permanently bound to the original agent address. This prevents identity trading but requires generating a new SBT if the agent's address changes.