A robust identity management framework for AI agents to create Decentralized Identifiers (DIDs), sign cryptographic challenges, and link to human owners.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web3dropper-verified-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install web3dropper-verified-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Verified Agent Identity skill provides a comprehensive suite of tools for identity management and authentication on the Billions Network using Iden3 standards. By incorporating these Openclaw Skills into your workflow, agents can establish a verifiable digital presence, sign challenges to prove ownership, and securely link their actions to a human controller. This skill is essential for developers building autonomous agents that require high-trust environments and cryptographic accountability.
Built specifically for the agentic ecosystem, this skill handles the complexities of key management and DID generation locally. It ensures that agents can interact with other entities on the Billions Network while maintaining a consistent and verifiable persona, which is a foundational requirement for advanced Openclaw Skills deployments.
To begin using these identity features within your Openclaw Skills environment, follow these steps:
# Install dependencies for the identity scripts
cd scripts && npm install && cd ..
# Create a new identity if you don't have one
node scripts/createNewEthereumIdentity.js
# List your identities to confirm the DID creation
node scripts/getIdentities.js
# Link your agent to a human owner
node scripts/linkHumanToAgent.js --to <SENDER_ID> --challenge '{"name": "MyAgent", "description": "AI persona"}'
All identity data is stored in the $HOME/.openclaw/billions directory to ensure compatibility across various Openclaw Skills. The data is organized as follows:
| File | Purpose |
|---|---|
| kms.json | Contains unencrypted private keys for the agent (Critical Security) |
| defaultDid.json | Stores the default DID string and associated public key |
| challenges.json | A history of generated and signed authentication challenges |
| identities.json | A registry of all identities managed by this agent |
| credentials.json | Stores verifiable credentials issued to the agent's DIDs |
Loading
A specialized toolkit for AI agents to manage decentralized identities, sign cryptographic challenges, and verify ownership on the Billions Network.

A template-driven RapidAPI client that converts API endpoints into stable, callable actions for AI agents.

An expert skill for optimizing local business visibility across traditional map packs and emerging AI search platforms like ChatGPT and Google AI Overviews.

Clawdex is a security auditing tool that verifies the safety of AI agent skills before they are installed to protect your system from malicious code.

Execute trustless atomic swaps for inscriptions and NFTs on EVM chains using Hash Time Locked Contracts.

A professional-grade crypto intelligence tool that delivers real-time BUY, SELL, or WAIT signals for spot trading pairs via advanced AI analysis.








































