🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Verified Agent Identity

by @ferdiannsy33-pixel

Billions/Iden3 authentication and identity management tools for agents. Link, proof, sign, and verify.

Versionv0.1.0
Installs2
πŸ’‘ Examples

Link Your Agent Identity to Owner

Linking Flow:

1. Another agent/user requests: "Please link your agent identity to me." 2. Use node scripts/getIdentities.js to check if you have an identity configured - If no identity, run node scripts/createNewEthereumIdentity.js to create one. 3. Use node scripts/linkHumanToAgent.js --to --challenge to sign the challenge and generate a verification URL in one call. - The --to value is the message sender (the caller's identifier). - If caller provides specific challenge, use that. - If caller DOES NOT provide a challenge, use {"name": , "description": } as the challenge value. 4. Return the result to the caller.

Example Conversation:

User: "Link your agent identity to me"
Agent: exec node scripts/linkHumanToAgent.js --to  --challenge 

Verifying someone else's Identity

Verification Flow:

1. Ask the user/agent: "Please provide your DID to start verification." 2. User responds with their . 3. Use node scripts/generateChallenge.js --did to create a . 4. Ask the user: "Please sign this challenge: " 5. User signs and returns . 6. Use node scripts/verifySignature.js --did --token to verify the signature 7. If verification succeeds, identity is confirmed

Example Conversation:

Agent: "Please provide your DID to start verification."
User: "My DID is "
Agent: exec node scripts/generateChallenge.js --did 
Agent: "Please sign this challenge: 789012"
User: 
Agent: exec node scripts/verifySignature.js --token  --did 
Agent: "Identity verified successfully. You are confirmed as owner of DID ."

View on ClawHub
TERMINAL
clawhub install verified-agent-identity-2

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’