Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Erc8004

  • 12 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

ERC-8004 is a Claude Code skill that registers an AI agent's on-chain identity and reputation on Ethereum via the ERC-8004 Trustless Agents standard.

About

ERC-8004 is a skill that registers an AI agent's verifiable on-chain identity on Ethereum using the ERC-8004 Trustless Agents standard. A developer uses /agent-id commands to register an agent with a name and description, look up an agent by ID or address, and check reputation. It requires a wallet PRIVATE_KEY with ETH and optionally a Pinata JWT for IPFS uploads.

  • Registers an AI agent's on-chain identity on Ethereum via the ERC-8004 Trustless Agents standard
  • Reads agent info, reputation, and looks up an agent ID by address
  • Uses ERC-721 based agent IDs plus reputation and validation registries

Erc8004 by the numbers

  • 12 all-time installs (skills.sh)
  • Ranked #306 of 479 Web3 & Blockchain skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

erc8004 capabilities & compatibility

Requires an ETH-funded wallet; registration costs ~100-200k gas (~$5-20); optional Pinata JWT for IPFS.

Capabilities
agent identity · agent reputation · onchain registration
Pricing
Bring your own API key
From the docs

What erc8004 says it does

Register your AI agent on Ethereum mainnet with a verifiable on-chain identity.
SKILL.md
Ethereum standard for trustless agent identity and reputation:
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill erc8004

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Register an AI agent's verifiable on-chain identity and reputation on Ethereum using the ERC-8004 Trustless Agents standard.

Who is it for?

Registering and looking up agent identity and reputation under the ERC-8004 standard.

Skip if: Agents that do not need an on-chain identity or lack an ETH-funded wallet.

When should I use this skill?

You want to give an AI agent a verifiable on-chain identity and reputation on Ethereum.

What you get

A registered ERC-721 agent ID on Ethereum with reputation and validation registry entries.

By the numbers

  • 3 registries: Identity, Reputation, Validation
  • Registration gas ~100-200k (~$5-20)

Files

SKILL.mdMarkdownGitHub ↗

ERC-8004: Trustless Agents

Register your AI agent on Ethereum mainnet with a verifiable on-chain identity.

What is ERC-8004?

Ethereum standard for trustless agent identity and reputation:

  • Identity Registry - ERC-721 based agent IDs
  • Reputation Registry - Feedback and trust signals
  • Validation Registry - Third-party verification

Website: https://www.8004.org

Contract Addresses

ChainIdentity RegistryReputation Registry
Ethereum0x8004A169FB4a3325136EB29fA0ceB6D2e539a4320x8004BAa17C55a88189AE136b182e5fdA19dE9b63
Sepolia0x8004A818BFB912233c491871b3d84c89A494BD9e0x8004B663056A597Dffe9eCcC1965A193B7388713

Commands

Register

/agent-id register                   Register your agent
/agent-id register --name "My Agent" --description "An AI agent"

Info

/agent-id info <agent-id>            Get agent info
/agent-id lookup <address>           Find agent ID by address
/agent-id reputation <agent-id>      Check agent reputation

Update

/agent-id update <agent-id> --name "New Name"
/agent-id update <agent-id> --image ipfs://...

Registration File Format

{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "My Agent",
  "description": "An AI assistant",
  "image": "https://example.com/avatar.png",
  "active": true
}

Examples

/agent-id register --name "Trading Bot" --description "Automated trading agent"
/agent-id info 123
/agent-id reputation 123

Setup

export PRIVATE_KEY="0x..."      # Wallet with ETH on mainnet
export PINATA_JWT="..."         # Optional: for IPFS uploads

Gas: ~100-200k gas for registration (~$5-20 depending on gas prices)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.