Your agent is your agent. Install cryptographically signed skills and agents with verifiable did:nostr identity. No black boxes. No hidden motives.
Create a cryptographically signed agent in 3 commands
Generate a did:nostr identity for your agent. Private key is stored securely in git config.
npm init agent
Write a SKILL.md file with instructions for your agent. Can be as simple as one line.
echo 'Respond in haiku' > SKILL.md
Cryptographically sign your skill. Repo is auto-detected from git remote, or you'll be prompted.
aam skill sign
Every skill and agent cryptographically signed with did:nostr. Know exactly who made what you're running.
LiveNostr web of trust. Only run agents from authors you trust or those trusted by people you follow.
LiveBuilt on Nostr and A2A. No vendor lock-in. Decentralized discovery. Your agents work everywhere.
LiveCustom Claude Code subagents. Install with aam agents <repo>
Reusable capabilities for AI agents. Install with aam skills <repo>