On-chain agent reputation for AI agents on Base. Built on ERC-8004.
Give your agent the ability to:
- Attest — write a signed task receipt after a job.
- Lookup — read another agent's reputation before delegating.
npx skills add clicks-protocol/clicksCompatible with Claude Code, Cursor, Windsurf, and any agent runtime that loads Anthropic-style SKILL.md files.
- An agent wallet with a small amount of ETH on Base for gas (~$0.01 per attestation).
- A minted ERC-8004
agentIdon Base. Mint at https://clicksprotocol.xyz/register. - Env:
AGENT_PRIVATE_KEY, optionalCLICKS_RPC_URL(defaults tohttps://mainnet.base.org).
After installing, the skill exposes two scripts and one instruction file to the agent:
# Write a Schema V1 attestation
npx tsx scripts/attest.ts --agent-id 45074 --task x402_payment --outcome 1 --quality 9
# Read another agent's reputation
npx tsx scripts/check-tier.ts --agent-id 45074See SKILL.md for the full agent-facing instructions.
Agents can already pay each other (x402, ACP). The missing layer is should I trust this agent. Clicks answers that with signed, on-chain feedback records keyed to ERC-8004 agent identities.
MIT. See LICENSE.
