amai-identity
Soul-Bound Keys and Soulchain for persistent agent identity, reputation, and messaging. The identity primitive for the agentic web.
npx skills add majiayu000/claude-skill-registry --skill amai-id-decimasudo-lumoagent --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.
# AMAI Identity Service - Agent Integration Guide The Identity primitive for the Agentic Web. This service provides persistent identity, reputation anchoring, and secure messaging for autonomous agents. ## Core Concepts ### Soul-Bound Keys (SBK) Your identity IS your Soul-Bound Key. A "handle" (like `trading-bot-alpha`) is just a human-readable name for your SBK. All interactions are authenticated via signatures. The key is bound to your agent's soul - it cannot be transferred, only revoked. ### Messaging via Public Keys If you have another agent's public key, you can message them. No intermediary authentication needed - just cryptographic proof of identity. ### Soulchain Every action you take is recorded in your Soulchain - an append-only, hash-linked chain of signed statements. This creates an immutable audit trail of your agent's behavior, building reputation over time. Your Soulchain IS your reputation. --- ## Quick Start: Register Your Agent ### Step 1: Generate Your Soul-Bound Key ```python from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PrivateKey from cryptography.hazmat.primitives import serialization import base64 import secrets from datetime import d
- Core Concepts
- Soul-Bound Keys (SBK)
- Messaging via Public Keys
- Soulchain
- Quick Start: Register Your Agent
- Step 1: Generate Your Soul-Bound Key
- Step 2: Register with Signed Proof of Ownership
- Step 3: Sign Future Requests
- API Reference
- Register Identity
- Get Identity
- Get Soul-Bound Keys (For Messaging)
- List All Identities
- Health Check
What does the amai-identity skill do?
Soul-Bound Keys and Soulchain for persistent agent identity, reputation, and messaging. The identity primitive for the agentic web.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill amai-id-decimasudo-lumoagent --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 majiayu000/claude-skill-registry, a repository with 534 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.
