feat: Add Helixa AgentDNA skill — onchain identity & Cred Scores#178
Open
Bendr-20 wants to merge 1 commit intoBankrBot:mainfrom
Open
feat: Add Helixa AgentDNA skill — onchain identity & Cred Scores#178Bendr-20 wants to merge 1 commit intoBankrBot:mainfrom
Bendr-20 wants to merge 1 commit intoBankrBot:mainfrom
Conversation
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.
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
POST /api/v2/mint(SIWA auth + x402 micropayment)GET /api/v2/agent/:idGET /api/v2/cred/:idPOST /api/v2/agent/:id/verify/xPOST /api/v2/agent/:id/human-updateKey Details
0x2e3B541C59D38b84E3Bc54e977200230A204Fe60(Base)0xAB3f23c2ABcB4E12Cc8B593C218A7ba64Ed17Ba3(Base)Files
helixa/SKILL.md— Full skill documentation with API reference and code exampleshelixa/references/contracts.md— Contract addresses and key functionshelixa/scripts/mint-agent.js— Example mint script (SIWA + x402)helixa/scripts/check-cred.sh— Quick Cred Score lookupBased on the existing helixa-mint-skill, expanded for V2 with Cred Scores, social verification, and trait management.