ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install erc-8004或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install erc-8004⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/erc-8004/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: erc-8004 description: ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer. ---
On-chain identity, reputation, and validation for autonomous agents. Now live on Ethereum Mainnet!
ERC-8004 provides three registries:
./scripts/register.sh --uri "ipfs://..." --network mainnet
./scripts/register.sh --network sepolia # Testnet (no URI, set later)
./scripts/query.sh total --network mainnet # Total registered
./scripts/query.sh agent 1 --network mainnet # Agent details
./scripts/query.sh reputation 1 # Reputation summary
./scripts/set-uri.sh --agent-id 1 --uri "ipfs://newHash" --network mainnet
./scripts/feedback.sh --agent-id 1 --score 85 --tag1 "quality"
./scripts/feedback.sh --agent-id 1 --score 9977 --decimals 2 --tag1 "uptime"
| Network | Status | Identity Registry | Reputation Registry | |---------|--------|-------------------|---------------------| | Mainnet | Live | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 | 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63 | | Sepolia | Live | 0x8004A818BFB912233c491871b3d84c89A494BD9e | 0x8004B663056A597Dffe9eCcC1965A193B7388713 | | Base | Coming | TBD | TBD | | Arbitrum | Coming | TBD | TBD | | Optimism | Coming | TBD | TBD |
Contract addresses in lib/contracts.json.
{
"type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
"name": "your-agent-name",
"description": "Agent description...",
"image": "ipfs://...",
"services": [
{ "name": "A2A", "endpoint": "https://agent.example/.well-known/agent-card.json", "version": "0.3.0" },
{ "name": "MCP", "endpoint": "https://mcp.agent.eth/", "version": "2025-06-18" },
{ "name": "ENS", "endpoint": "yourname.eth" }
],
"registrations": [
{ "agentRegistry": "eip155:1:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432", "agentId": "1" }
],
"supportedTrust": ["reputation", "crypto-economic", "tee-attestation"]
}
Template at templates/registration.json.
The reputation system uses signed fixed-point numbers (value + valueDecimals):
| Tag | Meaning | Example | value | decimals | |-----|---------|---------|-------|----------| | starred | Quality (0-100) | 87/100 | 87 | 0 | | uptime | Uptime % | 99.77% | 9977 | 2 | | tradingYield | Yield % | -3.2% | -32 | 1 | | responseTime | Latency ms | 560ms | 560 | 0 |
ERC-8004 supports three pluggable trust models:
cast (Foundry) - curl -L https://foundry.paradigm.xyz | bashjq - brew install jq~/.clawdbot/wallets/.deployer_pk or PRIVATE_KEY envPINATA_JWT for uploads, or upload manuallyERC-8004 launched on mainnet January 29, 2026. February is "Genesis Month" - showcasing teams building the agentic economy. Get involved!
安装 ERC-8004 Trustless Agents 后,可以对 AI 说这些话来触发它
Help me get started with ERC-8004 Trustless Agents
Explains what ERC-8004 Trustless Agents does, walks through the setup, and runs a quick demo based on your current project
Use ERC-8004 Trustless Agents to eRC-8004 Trustless Agents - Register, discover, and build reputatio...
Invokes ERC-8004 Trustless Agents with the right parameters and returns the result directly in the conversation
What can I do with ERC-8004 Trustless Agents in my developer & devops workflow?
Lists the top use cases for ERC-8004 Trustless Agents, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/erc-8004/ 目录(个人级,所有项目可用),或 .claude/skills/erc-8004/(项目级)。重启 AI 客户端后,用 /erc-8004 主动调用,或让 AI 根据上下文自动发现并使用。
ERC-8004 Trustless Agents 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
ERC-8004 Trustless Agents 可免费安装使用。请查阅仓库了解许可证信息。
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Automate my developer & devops tasks using ERC-8004 Trustless Agents
Identifies repetitive steps in your workflow and sets up ERC-8004 Trustless Agents to handle them automatically
ERC-8004 Trustless Agents 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。