identity

Manage ERC-8004 agent identity registration, updates, approvals, and queries.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill identity-jay0xx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identity
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/identity
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill identity-jay0xx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ERC-8004 on-chain agent identities need reliable tooling to register, configure, and query identity data across networks. This Skill provides a CLI to perform end-to-end identity lifecycle operations: registration, URI and metadata updates, operator approvals, wallet linkage, NFT transfers, and read-only lookups.

Core Features & Use Cases

  • Register new agent identities on-chain and assign a metadata URI.
  • Update identity metadata and URI, manage operator approvals, and link or unlink agent wallets.
  • Transfer agent identity NFTs and perform read-only queries like get and get-last-id across mainnet and testnet.

Quick Start

Register a new agent identity by issuing a command to initialize its URI and metadata.

Frequently Asked Questions about identity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I register an on-chain agent identity with ERC-8004?

Yes, you can link and unlink agent wallets with ERC-8004 identities. The Skill manages wallet linkage operations alongside metadata updates and operator approvals, enforcing unlocked-wallet requirements for these write operations.

Do I need an unlocked wallet to update ERC-8004 agent metadata?

You can query ERC-8004 agent identities across networks using read-only lookups like get and get-last-id. The Skill supports querying agent identity data across both mainnet and testnet environments.

Can I transfer ERC-8004 agent identity NFTs across networks?

Yes, you can transfer ERC-8004 agent identity NFTs. The Skill supports NFT transfers as part of its end-to-end identity lifecycle operations, alongside registration, metadata updates, and wallet linkage across mainnet and testnet.

What is the process to manage operator approvals for on-chain agent identities?

Managing operator approvals for on-chain agent identities involves issuing commands through the Skill's CLI. It validates inputs to prevent invalid state changes and requires an unlocked wallet to execute the approval operations.