ERC-8004 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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aetherstacey/erc8004-registerWhat This Skill Does
The ERC-8004 Register skill serves as a comprehensive toolset for managing decentralized AI agent identities on the blockchain. Adhering to the ERC-8004 standard, it allows users to mint new agent identities, manage associated metadata (like names, descriptions, and service endpoints), and ensure on-chain records remain healthy and functional. Beyond basic CRUD operations, the skill features automated validation and self-healing mechanisms to detect and resolve configuration errors—such as broken image links or missing schema fields—that might otherwise impede an agent's discoverability or performance within the OpenClaw ecosystem.
Installation
To install this skill, use the ClawHub CLI inside your terminal or agent environment. Run the command: clawhub install openclaw/skills/skills/aetherstacey/erc8004-register. This will pull the necessary scripts from the repository maintained by aetherstacey. Ensure that your environment has the required blockchain provider access configured for the chains you intend to interact with, such as Base, Ethereum, or Polygon.
Use Cases
The ERC-8004 Register skill is essential for developers and agents aiming to build long-term reputation on-chain. It is ideal for registering autonomous trading bots, data analysis agents, or personal assistants that need to prove their identity to other dApps or agents. Furthermore, it is critical for maintenance; agents often move metadata endpoints or update their service structures. This skill acts as a management layer that audits your agent collection to prevent 'link rot' or incomplete identity profiles. When integrated into cron jobs, it ensures your entire fleet of agents remains compliant with the ERC-8004 standard 24/7.
Example Prompts
- "I've just built a new sentiment analysis agent; please register it on Base with the name 'MarketMood' and a link to my logo."
- "Run a health check on all my registered agents and fix any metadata errors found."
- "Can you show me the on-chain information for my agent with ID 42 and check if it's correctly linked to my service endpoints?"
Tips & Limitations
Always use the --dry-run flag when running the fix command for the first time on a new agent. This allows you to verify exactly what attributes will be modified before committing a blockchain transaction. Note that while this skill supports multiple chains, gas fees apply to every register, update, and fix operation. For mass management, utilize the self-check command to generate a consolidated report rather than auditing agents one by one. Ensure all image URLs are HTTPS; insecure links will be flagged during the validation process and are generally discouraged for long-term on-chain storage.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aetherstacey-erc8004-register": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
ERC-8004 Agent Discovery
Search and discover 43k+ AI agents registered via ERC-8004. Find agents by skill, chain, or reputation. View leaderboards, ecosystem stats, and monitor metadata changes.
ERC-8004 Reputation
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.