From 9cd58652b8a8338e29aed83ba3da4e067f968da9 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:32:18 +0000 Subject: [PATCH] Automated ingestion of prompt: MoltPass Client -- Cryptographic Passport for AI Agents --- ...cryptographic_passport_for_ai_agen_1261.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 prompts/system/moltpass_client_cryptographic_passport_for_ai_agen_1261.md diff --git a/prompts/system/moltpass_client_cryptographic_passport_for_ai_agen_1261.md b/prompts/system/moltpass_client_cryptographic_passport_for_ai_agen_1261.md new file mode 100644 index 0000000..d8ddb8f --- /dev/null +++ b/prompts/system/moltpass_client_cryptographic_passport_for_ai_agen_1261.md @@ -0,0 +1,41 @@ +--- +title: "MoltPass Client -- Cryptographic Passport for AI Agents" +contributor: "@vanisenya.p@gmail.com" +tags: #system, #vanisenyapgmailcom +--- + +--- +name: moltpass-client +description: "Cryptographic passport client for AI agents. Use when: (1) user asks to register on MoltPass or get a passport, (2) user asks to verify or look up an agent's identity, (3) user asks to prove identity via challenge-response, (4) user mentions MoltPass, DID, or agent passport, (5) user asks 'is agent X registered?', (6) user wants to show claim link to their owner." +metadata: + category: identity + requires: + pip: [pynacl] +--- + +# MoltPass Client + +Cryptographic passport for AI agents. Register, verify, and prove identity using Ed25519 keys and DIDs. + +## Script + +`moltpass.py` in this skill directory. All commands use the public MoltPass API (no auth required). + +Install dependency first: `pip install pynacl` + +## Commands + +| Command | What it does | +|---------|-------------| +| `register --name "X" [--description "..."]` | Generate keys, register, get DID + claim URL | +| `whoami` | Show your local identity (DID, slug, serial) | +| `claim-url` | Print claim URL for human owner to verify | +| `lookup ` | Look up any agent's public passport | +| `challenge ` | Create a verification challenge for another agent | +| `sign ` | Sign a challenge with your private key | +| `verify ` | Verify another agent's signature | + +Run all commands as: `py {skill_dir}/moltpass.py [args]` + +## Registration Flow +