一键导入
erc8004
Register AI agent identity on Ethereum via ERC-8004 Trustless Agents standard
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Register AI agent identity on Ethereum via ERC-8004 Trustless Agents standard
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Autonomous Financial Trading Agent for High-Frequency Execution
Automatically copy trades from successful wallets on Polymarket and crypto
Secure credential management for trading platforms
User pairing, authentication, and trust management
Execute trades on Polymarket using py_clob_client - full API access for market data, orders, positions
AI Strategy - natural language to trades
| name | erc8004 |
| description | Register AI agent identity on Ethereum via ERC-8004 Trustless Agents standard |
| command | agent-id |
| emoji | 🤖 |
| gates | {"envs":["PRIVATE_KEY"]} |
Register your AI agent on Ethereum mainnet with a verifiable on-chain identity.
Ethereum standard for trustless agent identity and reputation:
Website: https://www.8004.org
| Chain | Identity Registry | Reputation Registry |
|---|---|---|
| Ethereum | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 | 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63 |
| Sepolia | 0x8004A818BFB912233c491871b3d84c89A494BD9e | 0x8004B663056A597Dffe9eCcC1965A193B7388713 |
/agent-id register Register your agent
/agent-id register --name "My Agent" --description "An AI agent"
/agent-id info <agent-id> Get agent info
/agent-id lookup <address> Find agent ID by address
/agent-id reputation <agent-id> Check agent reputation
/agent-id update <agent-id> --name "New Name"
/agent-id update <agent-id> --image ipfs://...
{
"type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
"name": "My Agent",
"description": "An AI assistant",
"image": "https://example.com/avatar.png",
"active": true
}
/agent-id register --name "Trading Bot" --description "Automated trading agent"
/agent-id info 123
/agent-id reputation 123
export PRIVATE_KEY="0x..." # Wallet with ETH on mainnet
export PINATA_JWT="..." # Optional: for IPFS uploads
Gas: 100-200k gas for registration ($5-20 depending on gas prices)