Agent skill · AI & Agents

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.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexcan modify filesNOASSERTION
Install
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.

Facts
Files in the skill folder: 3
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: BashReadWriteGlobGrepTask
Path: vendored/starknet/starknet-identity/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ```

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Quick Start
  4. Overview
  5. Prerequisites
  6. Agent Registration
  7. Register a New Agent
  8. Query Agent Information
  9. Update Agent Metadata
  10. Reputation System
  11. Authorize and Submit Feedback
  12. Query Reputation
  13. Validation System
  14. Request Validation
Ships with 2 files
  • LICENSE
  • agents/openai.yaml
Commands it runs
npm install starknet
More from internet-court-skill
All skills →
About this skill
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.

Keep going