Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Last active January 23, 2026 11:59
Show Gist options
  • Select an option

  • Save melvincarvalho/5776776b69f5b3f90b3a2f94668ada61 to your computer and use it in GitHub Desktop.

Select an option

Save melvincarvalho/5776776b69f5b3f90b3a2f94668ada61 to your computer and use it in GitHub Desktop.
npm init agent - Create cryptographic identity for AI agents

npm init agent

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

Create & Sign a Skill

echo "Always respond in pirate speak." > SKILL.md
npm i -g aam
aam skill sign . --repo yourname/my-skill

Share It

git add . && git commit -m "My skill"
gh repo create my-skill --public --push

Install & Verify

aam skill yourname/my-skill
aam skill verify yourname-my-skill

Links

init-agent.com · aam.wtf · did:nostr spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment