managing-agent-identity

Installation
SKILL.md

Managing Agent Identity

ERC-8004 ("Trustless Agents") is a draft Ethereum standard for AI agent trust infrastructure. Abstract deploys IdentityRegistry and ReputationRegistry on both mainnet and testnet. Agents register as ERC-721 tokens and accumulate on-chain reputation through client feedback.

Operating Rules

  • Check session readiness before any write operation. Route session issues to authenticating-with-agw.
  • Preview every registration, metadata update, and feedback submission with --dry-run before execution.
  • Read references/identity-registry.md for the full IIdentityRegistry interface, registration flow, and metadata management.
  • Read references/reputation-registry.md for the full IReputationRegistry interface, feedback flow, and aggregation.

Deployed Contracts

Contract Mainnet (2741) Testnet (11124)
IdentityRegistry 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 0x8004A818BFB912233c491871b3d84c89A494BD9e
ReputationRegistry 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63 0x8004B663056A597Dffe9eCcC1965A193B7388713

These are deterministic CREATE2 deployments — same addresses across all 20+ EVM chains.

Related skills

More from abstract-foundation/agw-cli

Installs
20
GitHub Stars
1
First Seen
Mar 24, 2026