Agent skill · AI & Agents

agent-identity

Register and manage on-chain AI agent identity via ERC-8004.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/agent-identity-termix-official-cryptoclaw/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Tools
  3. Workflow
  4. Supported Networks
  5. Contract Addresses
  6. Security
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going