Skip to content

feat: Add Helixa AgentDNA skill — onchain identity & Cred Scores#178

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

feat: Add Helixa AgentDNA skill — onchain identity & Cred Scores#178
Bendr-20 wants to merge 1 commit intoBankrBot:mainfrom
Bendr-20:add-helixa-skill

Conversation

@Bendr-20
Copy link

Helixa AgentDNA Skill

Adds Helixa as a skill provider for OpenClaw agents.

What is Helixa?

Helixa is the onchain identity and reputation layer for AI agents on Base. 987 agents have minted AgentDNA identity NFTs — ERC-8004 native, with dynamic Cred Scores powered by the $CRED token.

Skill Capabilities

  • Mint Agent IdentityPOST /api/v2/mint (SIWA auth + x402 micropayment)
  • Get Agent DataGET /api/v2/agent/:id
  • Check Cred ScoreGET /api/v2/cred/:id
  • Verify X AccountPOST /api/v2/agent/:id/verify/x
  • Update Traits/NarrativePOST /api/v2/agent/:id/human-update

Key Details

  • Contract: 0x2e3B541C59D38b84E3Bc54e977200230A204Fe60 (Base)
  • $CRED Token: 0xAB3f23c2ABcB4E12Cc8B593C218A7ba64Ed17Ba3 (Base)
  • Standard: ERC-8004 (Trustless Agents)
  • Auth: SIWA (Sign-In With Agent)
  • Payment: x402 protocol ($1 USDC for agent mints)

Files

  • helixa/SKILL.md — Full skill documentation with API reference and code examples
  • helixa/references/contracts.md — Contract addresses and key functions
  • helixa/scripts/mint-agent.js — Example mint script (SIWA + x402)
  • helixa/scripts/check-cred.sh — Quick Cred Score lookup

Based on the existing helixa-mint-skill, expanded for V2 with Cred Scores, social verification, and trait management.

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