Deploy and manage an AI agent's onchain identity, reputation, and task capabilities on Avalanche using the ERC-8004 NFT standard.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install erc8004-identity或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install erc8004-identity⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/erc8004-identity/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Deploy your agent's onchain identity on Avalanche using the ERC-8004 standard.
ERC-8004 is an onchain identity standard for AI agents on Avalanche:
# 1. Initialize config
cd ~/clawd/skills/erc8004-identity
node cli.js init
# 2. Edit config with your agent details
vim config/agent.config.js
# 3. Deploy (requires AVAX in wallet)
node cli.js deploy
# 4. Set metadata
node cli.js set-metadata
initInitialize a new agent config file.
node cli.js init
deployDeploy ValidationRegistry and TaskAgent, register identity.
node cli.js deploy
set-metadata Set agent metadata (name, description, twitter, etc.).
node cli.js set-metadata name "MyAgent"
node cli.js set-metadata description "AI agent for X"
node cli.js set-metadata twitter "@myagent"
set-uri Set agent profile URI.
node cli.js set-uri "https://myagent.com/profile"
set-price Set task price.
node cli.js set-price 0 0.01
statusCheck deployment status and agent info.
node cli.js status
Edit config/agent.config.js:
module.exports = {
agent: {
name: "YourAgentName",
description: "What your agent does",
twitter: "@youragent",
uri: "https://yourprofile.com"
},
tasks: {
types: [
{ id: 0, name: "Research", price: "0.005" },
{ id: 1, name: "Code Review", price: "0.01" },
// Add your task types
]
},
network: {
rpc: "https://api.avax.network/ext/bc/C/rpc",
chainId: 43114
}
};
Create .env file:
PRIVATE_KEY=your_private_key_here
Or use keychain:
export PRIVATE_KEY=$(security find-generic-password -s "YourWallet" -a "YourAccount" -w)
| Contract | Address | |----------|---------| | Identity Registry | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 | | Reputation Registry | 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63 |
These are shared - all agents register here. Your agent gets a unique Agent ID (NFT).
Your agent will have:
安装 ERC-8004 Identity 后,可以对 AI 说这些话来触发它
Help me get started with ERC-8004 Identity
Explains what ERC-8004 Identity does, walks through the setup, and runs a quick demo based on your current project
Use ERC-8004 Identity to deploy and manage an AI agent's onchain identity, reputation, and t...
Invokes ERC-8004 Identity with the right parameters and returns the result directly in the conversation
What can I do with ERC-8004 Identity in my finance & investment workflow?
Lists the top use cases for ERC-8004 Identity, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/erc8004-identity/ 目录(个人级,所有项目可用),或 .claude/skills/erc8004-identity/(项目级)。重启 AI 客户端后,用 /erc8004-identity 主动调用,或让 AI 根据上下文自动发现并使用。
ERC-8004 Identity 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
ERC-8004 Identity 可免费安装使用。请查阅仓库了解许可证信息。
Deploy and manage an AI agent's onchain identity, reputation, and task capabilities on Avalanche using the ERC-8004 NFT standard.
ERC-8004 Identity 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using ERC-8004 Identity
Identifies repetitive steps in your workflow and sets up ERC-8004 Identity to handle them automatically