feat: add ERC-8004 agent registration skill#60
Open
faisalnugroho wants to merge 1 commit into
Open
Conversation
Add registering-an-erc-8004-agent-on-base skill for registering AI agents on the ERC-8004 Identity Registry (Base Mainnet/Sepolia). Covers: - Agent registration file (JSON shape per ERC8004SPEC.md) - Hosting options (IPFS, HTTPS, data URI) - On-chain registration via register() on IdentityRegistry - Agent URI management via setAgentURI() - Agent wallet binding via setAgentWallet() with EIP-712 - Read-back verification (ownerOf, tokenURI, getAgentWallet) - Helper script for cast CLI one-liner registration Closes base#36
Collaborator
🟡 Heimdall Review Status
|
Author
|
Hi! I'd love to get this PR reviewed when you have a moment. This PR addresses ERC-8004 agent registration skill. Happy to make any adjustments based on your feedback. Thank you! |
1 similar comment
Author
|
Hi! I'd love to get this PR reviewed when you have a moment. This PR addresses ERC-8004 agent registration skill. Happy to make any adjustments based on your feedback. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
registering-an-erc-8004-agent-on-baseskill — a phase-based registration flow for AI agents on the ERC-8004 Identity Registry, following the same pattern asregistering-agent-base-devfor ERC-8021.Closes #36
What this adds
New skill:
skills/registering-an-erc-8004-agent-on-base/SKILL.md— full registration flow (~200 lines)scripts/register-erc8004.sh— cast CLI helper scriptSkill coverage
Key details
0x8004A169FB4a3325136EB29fA0ceB6D2e539a4320x8004A818BFB912233c491871b3d84c89A494BD9ebuild-on-base(ERC-8021 = transaction attribution) orbase-mcp(wallet/MCP server)No other files modified
Only adds the new skill directory. No changes to existing skills or README.
Closes #36