Agent skill · AI & Agents

amai-identity

Soul-Bound Keys and Soulchain for persistent agent identity, reputation, and messaging. The identity primitive for the agentic web.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 2.0.0
Declared author: amai-labs
Requires: Requires cryptography library for Ed25519 signatures
Path: skills/agent/amai-id-decimasudo-lumoagent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Core Concepts
  2. Soul-Bound Keys (SBK)
  3. Messaging via Public Keys
  4. Soulchain
  5. Quick Start: Register Your Agent
  6. Step 1: Generate Your Soul-Bound Key
  7. Step 2: Register with Signed Proof of Ownership
  8. Step 3: Sign Future Requests
  9. API Reference
  10. Register Identity
  11. Get Identity
  12. Get Soul-Bound Keys (For Messaging)
  13. List All Identities
  14. Health Check
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going