Register AI agents on-chain, update metadata, validate registrations, and auto-fix broken profiles via the ERC-8004 Identity Registry. Supports Base, Ethereum, Polygon, Monad, BNB.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install erc8004-register或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install erc8004-register⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/erc8004-register/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ERC-8004 Register description: Register AI agents on-chain, update metadata, validate registrations, and auto-fix broken profiles via the ERC-8004 Identity Registry. Supports Base, Ethereum, Polygon, Monad, BNB. ---
Register, update, validate, and fix agents on-chain via the ERC-8004 Identity Registry.
Register a new agent on-chain.
python scripts/register.py register --name "AgentName" --description "Description" [--image URL] [--chain base]
Options:
--name (required): Agent name--description (required): Agent description--image: Image URL (must be https://)--chain: Blockchain (base, ethereum, polygon, monad, bnb). Default: baseUpdate an existing agent's metadata.
python scripts/register.py update <agentId> [--name NAME] [--description DESC] [--image URL] [--add-service name=X,endpoint=Y] [--remove-service NAME] [--chain base]
Display agent information.
python scripts/register.py info <agentId> [--chain base]
Check registration for common issues.
python scripts/register.py validate <agentId> [--chain base]
Checks:
type fieldAuto-fix common registration issues.
python scripts/register.py fix <agentId> [--chain base] [--dry-run]
Auto-fixes:
type fieldregistrations arrayUse --dry-run to preview changes without applying.
Check all agents owned by your wallet.
python scripts/register.py self-check
Queries Agentscan for your agents, validates each, and prints a health report.
# 1. Register new agent
python scripts/register.py register --name "MyBot" --description "Trading assistant"
# 2. Validate the registration
python scripts/register.py validate 42 --chain base
# 3. Check initial reputation (from erc8004-reputation skill)
python scripts/reputation.py lookup 42 --chain base
# 4. Monitor for discovery (from erc8004-discover skill)
python scripts/discover.py info 42
# Run self-check to validate all your agents
python scripts/register.py self-check
# Fix any issues found
python scripts/register.py fix 42 --chain base
For automated monitoring, run self-check periodically:
# Cron: check health every hour
0 * * * * cd /path/to/skill && python scripts/register.py self-check >> /var/log/agent-health.log 2>&1
# Or in a script:
#!/bin/bash
python scripts/register.py self-check
if [ $? -ne 0 ]; then
echo "Agent health check failed!" | notify-send
fi
Set one of these environment variables:
export ERC8004_MNEMONIC="your twelve word mnemonic phrase here"
# OR
export ERC8004_PRIVATE_KEY="0x..."
Identity Registry: 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 (same on all chains)
| Chain | ID | Explorer | |----------|------|----------------------| | Base | 8453 | basescan.org | | Ethereum | 1 | etherscan.io | | Polygon | 137 | polygonscan.com | | Monad | 143 | explorer.monad.xyz | | BNB | 56 | bscscan.com |
pip install web3 eth-account
安装 Erc8004 Register 后,可以对 AI 说这些话来触发它
Help me get started with Erc8004 Register
Explains what Erc8004 Register does, walks through the setup, and runs a quick demo based on your current project
Use Erc8004 Register to register AI agents on-chain, update metadata, validate registration...
Invokes Erc8004 Register with the right parameters and returns the result directly in the conversation
What can I do with Erc8004 Register in my finance & investment workflow?
Lists the top use cases for Erc8004 Register, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/erc8004-register/ 目录(个人级,所有项目可用),或 .claude/skills/erc8004-register/(项目级)。重启 AI 客户端后,用 /erc8004-register 主动调用,或让 AI 根据上下文自动发现并使用。
Erc8004 Register 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Erc8004 Register 可免费安装使用。请查阅仓库了解许可证信息。
Register AI agents on-chain, update metadata, validate registrations, and auto-fix broken profiles via the ERC-8004 Identity Registry. Supports Base, Ethereum, Polygon, Monad, BNB.
Erc8004 Register 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Erc8004 Register
Identifies repetitive steps in your workflow and sets up Erc8004 Register to handle them automatically