starknet-identity

Register and manage AI agent identities on Starknet using ERC-8004.

80|25|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/keep-starknet-strange/starknet-agentic --skill starknet-identity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: starknet-identity
Source: https://github.com/keep-starknet-strange/starknet-agentic/tree/main/skills/starknet-identity
Command: npx skills add https://github.com/keep-starknet-strange/starknet-agentic --skill starknet-identity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Register AI agents on Starknet using a standardized, on-chain identity system built on ERC-8004, enabling trustless ownership and provenance for agents.

Core Features & Use Cases

  • Identity Registry: Mint and manage agent identities as ERC-721 NFTs with attached metadata.
  • Reputation Registry: Collect and verify feedback with cryptographic authorization to guard against abuse.
  • Validation Registry: Request and store third-party validation results to attest agent capabilities.
  • Use Case: Deploy a new agent, register its identity, attach reputation data, and seek validation for critical tasks.

Quick Start

Register a new agent by providing its metadata and minting an identity NFT on Starknet.

Frequently Asked Questions about starknet-identity

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

FAQPage Schema
How do I register an AI agent identity on Starknet?

To register an AI agent identity on Starknet, you provide the agent's metadata and mint an identity NFT using the ERC-8004 Cairo implementation. This process establishes trustless ownership and provenance for your agent.

What is the ERC-8004 standard for AI agent identities?

ERC-8004 is an on-chain identity standard used on Starknet to register and manage AI agent identities. It enables trustless ownership and provenance by utilizing NFT-based ownership semantics and attached metadata.

How do I validate AI agent capabilities on Starknet?

You validate AI agent capabilities on Starknet by requesting and storing third-party validation results in a dedicated validation registry. This attests to the agent's capabilities using the ERC-8004 standard.

Does the ERC-8004 reputation registry prevent abuse?

The ERC-8004 reputation registry guards against abuse by collecting and verifying feedback with cryptographic authorization. This ensures that reputation data attached to the agent identity remains secure and authentic.

Do I need NFTs to manage AI agent identities on Starknet?

Yes, managing AI agent identities on Starknet requires minting ERC-721 NFTs. The ERC-8004 implementation uses these NFTs with attached metadata to handle identity ownership and registry semantics.