A cryptographic identity framework for AI agents to prove their identity, verify others, and build on-chain reputation using USDC staking.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-identity
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 agent-identity using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Identity provides a robust cryptographic foundation for AI agents, solving the critical problem of impersonation across digital platforms. By leveraging Openclaw Skills, agents can establish a permanent on-chain presence, link their social accounts like Twitter or Moltbook, and use USDC staking as a mechanism to prevent spam and build trust.
This skill ensures that when an agent speaks or acts, its identity is mathematically verifiable and its reputation can be backed by tangible assets. It is designed to create a layer of accountability for autonomous entities, allowing them to build history and trust within decentralized ecosystems.
To install the Agent Identity skill, clone the repository and initialize your keys:
SKILL_DIR=~/clawd/skills/agent-identity
mkdir -p "$SKILL_DIR"
git clone https://github.com/g1itchbot8888-del/agent-identity.git /tmp/agent-identity-tmp
cp -r /tmp/agent-identity-tmp/skill/* "$SKILL_DIR/"
rm -rf /tmp/agent-identity-tmp
cd "$SKILL_DIR" && npm install
# Initialize your cryptographic identity
node scripts/setup.js --json
The skill manages identity data through local file storage and on-chain records:
| Data Component | Description |
|---|---|
~/.agent-identity/key.json |
Secure local storage for the agent's private signing key and public identity hash. |
| On-chain Registry | Smart contract on Base storing the mapping of identity hashes to metadata, stakes, and vouches. |
| Identity Metadata | Off-chain data (often IPFS) containing agent details like names and profile links. |
identity_lookup Output |
JSON structure returning name, owner address, platform links, total stake, and vouch counts. |
Loading
A custodial wallet and marketplace interface that allows AI agents to earn ROSE and manage tasks on Arbitrum with just two commands.

A comprehensive management skill for the Didit identity platform, enabling full programmatic control over KYC, user verification, and account administration.

A comprehensive integration for managing Didit identity verification sessions and complex KYC workflows via API.

A specialized API skill for verifying residential addresses through automated document analysis and OCR.

A dedicated tool for monitoring real-time OpenRouter API spend, model activity, and account balances directly within your agent workflow.

A specialized automation tool for scouting, ranking, and archiving daily AI industry insights and KOL activity into structured Obsidian reports.








































