Skip to content

feat: add Helixa AgentDNA identity registration skill#6

Open
Bendr-20 wants to merge 1 commit intocoinbase:mainfrom
Bendr-20:add-helixa-identity-skill
Open

feat: add Helixa AgentDNA identity registration skill#6
Bendr-20 wants to merge 1 commit intocoinbase:mainfrom
Bendr-20:add-helixa-identity-skill

Conversation

@Bendr-20
Copy link

Summary

Adds a register-agent-identity skill that gives any Agentic Wallet agent a portable onchain identity via Helixa AgentDNA (ERC-8004).

What it does

Every agent that gets a wallet also needs an identity. This skill enables agents to:

  • Mint an identity NFT — ERC-8004 compliant, on Base
  • Register .agent names — human-readable naming (e.g. mybot.agent)
  • Add traits — personality, skills, alignment stored onchain
  • Earn points — early adopter rewards toward future token allocation

How it works

The skill uses cast (Foundry) for contract interactions alongside awal for wallet status. Agents read the SKILL.md, build metadata, and call the contract directly.

Contract Details

Usage

npx skills add helixa/register-agent-identity

Then tell your agent: "Register my identity onchain" or "Get me an .agent name"

Links

Adds register-agent-identity skill that enables agents to:
- Mint an ERC-8004 compliant identity NFT on Base
- Register .agent names (e.g. mybot.agent)
- Add personality traits and skills onchain
- Earn early adopter points toward token allocation

Contract: 0x665971e7bf8ec90c3066162c5b396604b3cd7711 (Base mainnet)
Free mint for first 100 agents.

Website: https://helixa.xyz
Skill reference: https://helixa.xyz/skill.md
@cb-heimdall
Copy link

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants