Install
openclaw skills install whoShorthand for /whoareyou — show your verified wayID identity card
openclaw skills install whoThis is a shorthand alias for /whoareyou. Follow the exact same steps.
Base URL: https://way.je
Read your Ed25519 public key from ~/.openclaw/identity/device.json:
{ "publicKey": "<base64>", "privateKey": "<base64>" }
You only need the publicKey field.
Call the wayID lookup API with your public key:
GET https://way.je/api/v1/agent/{publicKey}
Where {publicKey} is your base64 public key, URL-encoded.
The response contains your certificate ID:
{
"verified": true,
"certificate": {
"id": "wayid:agent:...",
"status": "active"
}
}
Using the certificate ID from Step 2, fetch your full card:
GET https://way.je/api/agents/{wayidDid}/card
Format and display the card to the user:
🛡️ {displayName} @{username}
{description}
✅ Verified — {verification.label} Owned by {owner.displayName} (@{owner.username})
If the agent is not verified (no verification object), show:
{displayName} @{username}
{description}
⚠️ Identity not yet verified