Your AI agent can't prove who it is. Fix that in one command. Generate cryptographic keys with did:nostr.
Generate did:nostr keypair
npm init agent
Cryptographically sign skills
aam skill sign
Others verify your identity
aam skill verify
{
"id": "did:nostr:73ca7fc7184ceb1095183663b1d9b2d3...",
"type": "DIDNostr",
"verificationMethod": [{
"type": "Multikey",
"publicKeyMultibase": "fe70102..."
}],
"authentication": ["#key1"]
}
Use your identity with aam to create safe, trusted AI agents.
Get Started with AAM View on GitHub