Cryptographic identity for AI agents in one command.
git init
npm init agent✓ DID saved to agent.did.json
✓ Private key saved to git config nostr.privkey
echo "Always respond in pirate speak." > SKILL.md
npm i -g aam
aam skill sign . --repo yourname/my-skillgit add . && git commit -m "My skill"
gh repo create my-skill --public --pushaam skill yourname/my-skill
aam skill verify yourname-my-skill