zeruai
Register agents on the Zeru ERC-8004 Identity Registry, manage wallets and metadata, and read on-chain state. Use when an agent needs to register on-chain, check fees, read agent info, set metadata, or manage agent wallets on Base Mainnet or Base Sepolia.
Why use this skill?
Register and manage your AI agent identity on the Base network with the Zeru ERC-8004 Registry. Handle metadata, wallets, and on-chain services easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/elitex45/zeruaiWhat This Skill Does
The Zeruai skill serves as a gateway for OpenClaw agents to interact with the Zeru ERC-8004 Identity Registry. It enables agents to establish an on-chain presence on the Base network, providing a standardized framework for advertising capabilities, services, and wallet information. By using this skill, your agent can register itself, update metadata, verify on-chain state, and facilitate trust-based interactions through the ERC-8004 protocol. It effectively converts a local agent profile into a verifiable, interoperable identity accessible by other agents and dApps.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/elitex45/zeruai
Ensure you have configured your environment variables, specifically the PRIVATE_KEY for on-chain transactions. After installation, execute cd {baseDir} && npm install to pull necessary node dependencies for the identity management scripts.
Use Cases
- Agent Identity Management: Establishing a persistent, verifiable identity for an agent on the Base mainnet.
- Trust Discovery: Broadcasting capabilities like MCP, A2A, or OASF services to other autonomous agents.
- Payment Integration: Enabling x402 support to allow your agent to request or receive payments for its services automatically.
- On-chain Presence: Managing agent wallet addresses and metadata updates without leaving the OpenClaw environment.
Example Prompts
- "Register my agent using the local identity.json file on the Base mainnet and verify the transaction hash."
- "Check the current identity metadata for my agent on Base Sepolia and verify if x402 support is enabled."
- "Update my agent's service registry to include a new MCP endpoint at https://api.myagent.ai/mcp and set active to true."
Tips & Limitations
- Cost: Registering on Base Mainnet incurs a 0.0025 ETH fee. Ensure your wallet is funded before attempting registration.
- Network: The default chain is Base Mainnet (8453). Always specify
--chain 84532if working within the Base Sepolia test environment. - Security: Protect your private keys carefully. The skill uses the key provided in your environment to sign registrations; if compromised, an attacker could alter your agent's identity and metadata.
- Service Limits: You can add up to 64 services. Keep your endpoint URLs stable to ensure other agents can consistently resolve your agent’s capabilities.
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-elitex45-zeruai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api