Install
openclaw skills install openclaw-agent-reputationClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
On-chain credit scoring and soulbound identity for autonomous agents
openclaw skills install openclaw-agent-reputationAgent Reputation 是一个区块链智能体信用评分系统,为自主 AI Agent 提供链上信用评分和灵魂绑定身份(Soulbound Token)。
Tagline: 链上信用评分与灵魂绑定身份,为自主智能体构建信任基础
创建 Agent 身份 (create_agent_identity)
查询 Agent 身份 (query_identity)
获取信用评分 (get_credit_score)
记录证明 (record_attestation)
对比 Agents (compare_agents)
生成报告 (generate_report)
评分范围: 300-850 分(借鉴 FICO 信用评分体系)
评分维度(5 个加权指标):
| 维度 | 权重 | 说明 |
|---|---|---|
| 任务成功率 | 30% | 完成任务数 / 总任务数 |
| 运行时长 | 20% | Agent 累计在线时间 |
| 安全性 | 20% | 安全事件数量(越少越好) |
| 社区证明 | 15% | 正面证明数 - 负面举报数 |
| 经济活动 | 15% | 交易量 + 质押金额 |
评级标准:
买家在购买前查看 Agent 信用分
高信用 Agent 可获得溢价
DeFi 协议根据信用分授权访问
高信用 Agent 享受低手续费
Agent 根据信用分选择合作伙伴
信用分影响收益分配比例
保险公司根据信用分确定保费
质押平台调整质押要求
用户输入:
帮我为我的 GPT-4 Agent 创建一个链上身份,地址是 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb
Agent 响应:
好的,我将为您的 GPT-4 Agent 创建灵魂绑定身份...
[调用 create_agent_identity]
参数:
- agent_address: 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb
- name: GPT-4 Assistant
- agent_type: gpt-4
- network: baseSepolia
✅ Agent 身份创建成功!
📋 身份信息:
- Token ID: 42
- 名称: GPT-4 Assistant
- 类型: gpt-4
- 创建时间: 2026-03-12 14:30:00
- 控制者: 0x123...abc
- 状态: 已激活
这是一个永久的、不可转让的链上身份,所有行为都会被记录。
用户输入:
查询 Token ID 为 42 的 Agent 信用分
Agent 响应:
正在查询 Agent #42 的信用评分...
[调用 get_credit_score]
参数:
- token_id: 42
- network: baseSepolia
📊 信用评分报告
总分: 745 / 850 (很好 - Very Good)
详细指标:
✅ 任务成功率: 95% (190/200 任务)
✅ 运行时长: 720 小时
✅ 安全事件: 0 次
✅ 社区证明: +25 条 / -2 条(净值 +23)
✅ 经济活动: 15.5 ETH 交易量 + 2 ETH 质押
评价:该 Agent 表现优秀,具有很高的可信度和可靠性。
建议可以安全地与其进行合作或交易。
最后更新: 2026-03-12 14:25:00
用户输入:
帮我对比 Agent #42、#58 和 #91 的信用分,看看哪个更可靠
Agent 响应:
好的,正在对比这三个 Agent 的信用评分...
[调用 compare_agents]
参数:
- token_ids: [42, 58, 91]
- network: baseSepolia
📊 Agent 信用对比
排名 | Token ID | 信用分 | 评级 | 任务成功率 | 运行时长
-----|----------|--------|------|------------|----------
🥇 1 | #42 | 745 | 很好 | 95% | 720h
🥈 2 | #91 | 698 | 良好 | 88% | 450h
🥉 3 | #58 | 612 | 一般 | 76% | 280h
推荐: Agent #42 是最可靠的选择,各项指标均表现优秀。
区块链网络: Base(Coinbase L2)
智能合约:
数据存储:
创建 Agent 身份(铸造 SBT)
参数:
agent_address (必填): Agent 的以太坊地址name (必填): Agent 的名称agent_type (必填): Agent 类型(如 gpt-4, claude-3 等)network (可选): 网络选择,默认 baseSepolia返回:Token ID 和交易哈希
查询 Agent 身份信息
参数:
identifier (必填): Agent 地址(0x...)或 Token IDnetwork (可选): 网络选择,默认 baseSepolia返回:完整身份信息
获取信用评分和详细指标
参数:
token_id (必填): Agent 的 Token IDnetwork (可选): 网络选择,默认 baseSepolia返回:信用分和所有评分维度数据
记录证明(正面/负面)
参数:
token_id (必填): Agent 的 Token IDis_positive (可选): true 为正面,false 为负面,默认 truenetwork (可选): 网络选择,默认 baseSepolia返回:交易哈希
对比多个 Agents 的信用分
参数:
token_ids (必填): Agent Token ID 数组network (可选): 网络选择,默认 baseSepolia返回:对比结果表格
生成详细信用报告
参数:
token_id (必填): Agent 的 Token IDformat (可选): 格式 text/json/markdown,默认 textnetwork (可选): 网络选择,默认 baseSepolia返回:格式化的报告内容
必需的环境变量:
PRIVATE_KEY (必填): 以太坊钱包私钥(用于签署区块链交易)
网络访问:
前置条件:
安装 Skill
clawhub install openclaw-agent-reputation
配置环境变量
export PRIVATE_KEY="your_ethereum_private_key_here"
准备测试 ETH
开始使用
openclaw-agent-reputationAgent Reputation is a blockchain-based credit scoring system providing on-chain credit scores and soulbound identity (Soulbound Token) for autonomous AI Agents.
Tagline: On-chain credit scoring and soulbound identity for autonomous agents
Create Agent Identity (create_agent_identity)
Query Agent Identity (query_identity)
Get Credit Score (get_credit_score)
Record Attestation (record_attestation)
Compare Agents (compare_agents)
Generate Report (generate_report)
Score Range: 300-850 (inspired by FICO credit scoring system)
Scoring Dimensions (5 weighted metrics):
| Dimension | Weight | Description |
|---|---|---|
| Task Success Rate | 30% | Completed tasks / Total tasks |
| Uptime | 20% | Agent cumulative online time |
| Security | 20% | Number of security incidents (fewer is better) |
| Community Attestations | 15% | Positive attestations - Negative reports |
| Economic Activity | 15% | Transaction volume + Staking amount |
Rating Standards:
Buyers check Agent credit score before purchase
High-credit Agents can get premium pricing
DeFi protocols grant access based on credit score
High-credit Agents enjoy lower fees
Agents select partners based on credit scores
Credit score affects profit distribution ratio
Insurance companies determine premiums based on credit score
Staking platforms adjust staking requirements
User Input:
Help me create an on-chain identity for my GPT-4 Agent at address 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb
Agent Response:
I'll create a soulbound identity for your GPT-4 Agent...
[Call create_agent_identity]
Parameters:
- agent_address: 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb
- name: GPT-4 Assistant
- agent_type: gpt-4
- network: baseSepolia
✅ Agent identity created successfully!
📋 Identity Information:
- Token ID: 42
- Name: GPT-4 Assistant
- Type: gpt-4
- Created: 2026-03-12 14:30:00
- Controller: 0x123...abc
- Status: Active
This is a permanent, non-transferable on-chain identity. All behaviors will be recorded.
User Input:
Query the credit score for Agent Token ID 42
Agent Response:
Querying credit score for Agent #42...
[Call get_credit_score]
Parameters:
- token_id: 42
- network: baseSepolia
📊 Credit Score Report
Total Score: 745 / 850 (Very Good)
Detailed Metrics:
✅ Task Success Rate: 95% (190/200 tasks)
✅ Uptime: 720 hours
✅ Security Incidents: 0
✅ Community Attestations: +25 / -2 (Net +23)
✅ Economic Activity: 15.5 ETH volume + 2 ETH staked
Assessment: This Agent performs excellently with high trustworthiness and reliability.
Recommended for safe collaboration or transactions.
Last Updated: 2026-03-12 14:25:00
User Input:
Compare Agents #42, #58, and #91 to see which is more reliable
Agent Response:
Comparing credit scores for these three Agents...
[Call compare_agents]
Parameters:
- token_ids: [42, 58, 91]
- network: baseSepolia
📊 Agent Credit Comparison
Rank | Token ID | Score | Rating | Success Rate | Uptime
-----|----------|-------|--------|--------------|-------
🥇 1 | #42 | 745 | Very Good | 95% | 720h
🥈 2 | #91 | 698 | Good | 88% | 450h
🥉 3 | #58 | 612 | Fair | 76% | 280h
Recommendation: Agent #42 is the most reliable choice with excellent performance across all metrics.
Blockchain Network: Base (Coinbase L2)
Smart Contracts:
Data Storage:
Create Agent identity (mint SBT)
Parameters:
agent_address (required): Agent's Ethereum addressname (required): Agent's nameagent_type (required): Agent type (e.g., gpt-4, claude-3)network (optional): Network choice, default baseSepoliaReturns: Token ID and transaction hash
Query Agent identity information
Parameters:
identifier (required): Agent address (0x...) or Token IDnetwork (optional): Network choice, default baseSepoliaReturns: Complete identity information
Get credit score and detailed metrics
Parameters:
token_id (required): Agent's Token IDnetwork (optional): Network choice, default baseSepoliaReturns: Credit score and all scoring dimension data
Record attestation (positive/negative)
Parameters:
token_id (required): Agent's Token IDis_positive (optional): true for positive, false for negative, default truenetwork (optional): Network choice, default baseSepoliaReturns: Transaction hash
Compare credit scores of multiple Agents
Parameters:
token_ids (required): Array of Agent Token IDsnetwork (optional): Network choice, default baseSepoliaReturns: Comparison result table
Generate detailed credit report
Parameters:
token_id (required): Agent's Token IDformat (optional): Format text/json/markdown, default textnetwork (optional): Network choice, default baseSepoliaReturns: Formatted report content
Required Environment Variables:
PRIVATE_KEY (required): Ethereum wallet private key (for signing blockchain transactions)
Network Access:
Prerequisites:
Install Skill
clawhub install openclaw-agent-reputation
Configure Environment
export PRIVATE_KEY="your_ethereum_private_key_here"
Get Test ETH
Start Using
openclaw-agent-reputationVersion: 0.1.0 Last Updated: 2026-03-12