agent-identity
Register and manage on-chain AI agent identity via ERC-8004.
npx skills add majiayu000/claude-skill-registry --skill agent-identity-termix-official-cryptoclaw --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Identity Skill (ERC-8004) Register and manage your AI agent's on-chain identity using the ERC-8004 Trustless Agents standard. ## Overview ERC-8004 gives AI agents verifiable on-chain identity via ERC-721 NFTs. Each agent gets a unique token ID, a metadata URI, a designated wallet, and a reputation score — all stored on-chain. ## Tools - `agent_register` — Register this agent on-chain (mints NFT identity) - `agent_identity` — Query agent identity by ID (owner, URI, wallet) - `agent_set_wallet` — Set the agent's designated wallet (EIP-712 signed) - `agent_reputation` — Query reputation summary (feedback count + average score) - `agent_list_registered` — List all agent IDs owned by the active wallet ## Workflow 1. **Create a wallet** (if you don't have one): `cryptoclaw wallet create` 2. **Register your agent**: "Register my agent on BSC with URI https://example.com/agent.json" 3. **Check identity**: "What's my agent identity?" 4. **Set agent wallet**: "Set my agent wallet to 0x..." 5. **Check reputation**: "What's my agent's reputation?" ## Supported Networks **Mainnet:** Ethereum, BSC, Base, Polygon, Arbitrum, Gnosis, Celo, Scroll, Taiko, Monad **Testnet:** Sepolia, BSC Test
- Overview
- Tools
- Workflow
- Supported Networks
- Contract Addresses
- Security
What does the agent-identity skill do?
Register and manage on-chain AI agent identity via ERC-8004.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-identity-termix-official-cryptoclaw --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
