Skip to content

Add ENS agent identity skill#189

Open
estmcmxci wants to merge 1 commit intoBankrBot:mainfrom
estmcmxci:feat/ens-agent-identity
Open

Add ENS agent identity skill#189
estmcmxci wants to merge 1 commit intoBankrBot:mainfrom
estmcmxci:feat/ens-agent-identity

Conversation

@estmcmxci
Copy link

Summary

  • Adds ens-agent-identity skill: ENS-based identity layer for Bankr agents
  • Human-readable names via NameStone (gasless offchain subnames, CCIP-Read)
  • Structured metadata via agent:* text records (type, capabilities, chains, a2a endpoint, etc.)
  • ENSIP-25 verification linking ENS names to ERC-8004 on-chain identity on Base
  • Three scripts: set-agent-records.sh, resolve-agent.sh, verify-agent-registration.sh

Why

Bankr agents are currently API keys + wallet addresses — no names, no discoverability, no portable reputation. This skill gives agents human-readable ENS names with structured metadata, and bridges them to ERC-8004 on-chain identity via ENSIP-25 verification.

Tested end-to-end on mainnet

  • Registered alpha-go.bankrtest.eth via NameStone (CCIP-Read resolution confirmed)
  • Registered agent #19327 in ERC-8004 Identity Registry on Base (tx)
  • ENSIP-25 full verification: ENS name linked to ERC-8004 identity confirmed

Context

Part of a broader ENS x Bankr integration proposal covering three phases:

  1. ENS subnames via NameStone (this PR)
  2. Agent metadata via text records (this PR)
  3. ERC-8004 identity & reputation (roadmap)

Infrastructure: NameStone for gasless subname management (built by slobo.eth, ENS Ecosystem steward). Namespace uses mainnet ENS + CCIP-Read (chain-neutral, not pinned to Base).

Test plan

  • Review SKILL.md prompt guide
  • Review agent:* text record schema
  • Review ENSIP-25 verification spec and ERC-7930 encoding
  • Run set-agent-records.sh with a NameStone API key
  • Run resolve-agent.sh against alpha-go.bankrtest.eth
  • Run verify-agent-registration.sh against agent #19327 on Base

🤖 Generated with Claude Code

ENS-based identity layer for Bankr agents: human-readable names,
structured metadata via text records, and ENSIP-25 verification
linking ENS names to ERC-8004 on-chain identity on Base.

Includes:
- SKILL.md with agent identity prompt guide
- agent:* text record schema (type, capabilities, chains, etc.)
- ENSIP-25 verification spec with ERC-7930 cross-chain encoding
- NameStone integration guide for gasless offchain subnames
- Scripts: set-agent-records, resolve-agent, verify-agent-registration

Tested end-to-end on mainnet:
- Registered alpha-go.bankrtest.eth via NameStone (CCIP-Read)
- Registered agent #19327 in ERC-8004 Identity Registry on Base
- ENSIP-25 full verification: ENS name ↔ ERC-8004 identity confirmed

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant