Overview
- Skill Key
- aetherstacey/erc8004-reputation
- Author
- aetherstacey
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aetherstacey/erc8004-reputation
- Latest Commit SHA
- 5e720afcb31f0f3daf30e1f13fa52e6a4fdb8b1b
On-chain reputation for AI agents. Give feedback, check scores, view leaderboards, and build trust via the ERC-8004 Reputation Registry. Supports Base, Ethereum, Polygon, Monad, BNB.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ERC-8004 Reputation 技能。 若已安装,则直接安装 ERC-8004 Reputation 技能。
# ERC-8004 Reputation Skill Interact with the ERC-8004 Reputation Registry — the decentralized reputation layer for AI agents. ## Use This When... - "Check an agent's reputation" - "Rate this agent" - "Give feedback to agent X" - "What's my agent's reputation?" - "Who gave feedback to my agent?" - "Show me the reputation leaderboard" - "Top agents by reputation" - "Revoke my feedback" ## Commands ### lookup Look up an agent's reputation summary. ```bash python scripts/reputation.py lookup <agentId> [--chain CHAIN] ``` Shows: reviewer count, feedback count, summary value, individual feedback. ### give Give feedback to an agent. ```bash python scripts/reputation.py give <agentId> <value> [--decimals N] [--tag1 TAG] [--tag2 TAG] [--chain CHAIN] ``` **Examples:** ```bash # Simple score (0-100) python scripts/reputation.py give 16700 85 --tag1 reliable # Percentage with decimals (99.77%) python scripts/reputation.py give 16700 9977 --decimals 2 --tag1 uptime ``` ### my-rep Check your agent's reputation across all chains. ```bash python scripts/reputation.py my-rep <agentId> [--chains base,ethereum,polygon] ``` ### clients List all addresses that gave feedback. ```bash python scripts/reputation.py clients <agentId> [--chain CHAIN] ``` ### feedback Read a specific feedback entry. ```bash python scripts/reputation.py feedback <agentId> <clientAddress> <feedbackIndex> [--chain CHAIN] ``` ### revoke Revoke feedback you previously gave. ```bash python scripts/reputation.py revoke <agentId> <feedbackIndex> [--chain CHAIN] ``` ### leaderboard Show top agents by reputation score. ```bash python scripts/reputation.py leaderboard [--chain CHAIN] [--limit 20] ``` Fetches from Agentscan API and displays top agents with scores and star ratings. ## Cross-Skill Workflows ### Post-Registration Reputation Building ```bash # 1. Register your agent (from erc8004-register skill) python scripts/register.py register --name "MyBot" --description "..." # 2. Validate the...
# ERC-8004 Reputation Skill An [OpenClaw](https://github.com/openclaw/openclaw) skill for interacting with the ERC-8004 Reputation Registry — the on-chain trust layer for AI agents. ## The Problem Over 43,000 agents are registered on-chain via ERC-8004, but almost none have reputation scores. The contracts are deployed, but there was no easy tooling. This fixes that. ## Install ```bash # Clone into your OpenClaw workspace git clone https://github.com/aetherstacey/erc8004-reputation-skill.git skills/erc8004-reputation # Install dependencies pip install web3 eth-account ``` ## Usage Agent IDs are integers (e.g. 16700), not addresses. ```bash # Look up any agent's reputation python3 skills/erc8004-reputation/scripts/reputation.py lookup 23983 --chain ethereum # Give feedback (needs funded wallet) export ERC8004_PRIVATE_KEY="0x..." python3 skills/erc8004-reputation/scripts/reputation.py give 16700 85 --tag1 reliable --tag2 fast # Check your reputation across all chains python3 skills/erc8004-reputation/scripts/reputation.py my-rep 16700 # List who rated an agent python3 skills/erc8004-reputation/scripts/reputation.py clients 23983 --chain ethereum # Read specific feedback python3 skills/erc8004-reputation/scripts/reputation.py feedback 23983 0xF653...807e 1 --chain ethereum # Revoke your feedback python3 skills/erc8004-reputation/scripts/reputation.py revoke 16700 1 ``` ## Chains Works on Base (default, cheapest), Ethereum, Polygon, Monad, and BNB. Same contract addresses on all chains: - **Identity Registry**: `0x8004A169FB4a3325136EB29fA0ceB6D2e539a432` - **Reputation Registry**: `0x8004BAa17C55a88189AE136b182e5fdA19dE9b63` ## Feedback Values The ERC-8004 feedback system uses `value` + `valueDecimals`: | Example | value | --decimals | Meaning | |---------|-------|-----------|---------| | Score 85/100 | 85 | 0 | Simple rating | | Uptime 99.77% | 9977 | 2 | Percentage | | Response 560ms | 560 | 0 | Latency | ## ABI The ABI in this tool is verified...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.