starknet-identity
Register AI agents on-chain using the ERC-8004 Trustless Agents standard. Manage agent identity as NFTs, build reputation through feedback, and request third-party validation.
npx skills add internet-court/internet-court-skill --skill starknet-identity --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Starknet Identity Skill Register and manage AI agent identities on Starknet using the ERC-8004 standard. ## When to Use - Registering agents on-chain, updating agent metadata, or managing reputation and validation flows. - Building features that depend on ERC-8004 identity, feedback, or validator attestations. ## When NOT to Use - Simple wallet, payment, or DeFi flows that do not depend on ERC-8004 registries. - Cairo contract authoring, deployment-only tasks, or security auditing. ## Quick Start 1. Install `starknet` and connect a funded account to the target ERC-8004 registry deployment. 2. Use [skills catalog](../README.md) if the flow also needs wallet setup, deployment, or contract auditing. ## Overview ERC-8004 defines three interconnected on-chain registries for AI agents: 1. **Identity Registry** -- Agents as ERC-721 NFTs with metadata 2. **Reputation Registry** -- Feedback system with cryptographic authorization 3. **Validation Registry** -- Third-party assessments (zkML, TEE, staker) Reference implementation: [erc8004-cairo](https://github.com/Akashneelesh/erc8004-cairo) ## Prerequisites ```bash npm install starknet ``` ## Agent Registration ### Register a New Agent ```
- When to Use
- When NOT to Use
- Quick Start
- Overview
- Prerequisites
- Agent Registration
- Register a New Agent
- Query Agent Information
- Update Agent Metadata
- Reputation System
- Authorize and Submit Feedback
- Query Reputation
- Validation System
- Request Validation
npm install starknet
What does the starknet-identity skill do?
Register AI agents on-chain using the ERC-8004 Trustless Agents standard. Manage agent identity as NFTs, build reputation through feedback, and request third-party validation.
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill starknet-identity --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.