Install
openclaw skills install @maksika/waymintLink your OpenClaw agent to its wayMint ERC-8004 on-chain identity certificate. Responds to /8004 with your verified identity URL. Configure once, reference anywhere.
openclaw skills install @maksika/waymintLink your OpenClaw agent to its wayMint ERC-8004 on-chain identity.
WAYMINT_CHAIN=celo # or 'base'
WAYMINT_AGENT_ID=32 # your agent ID number
clawhub install waymint
That's it. Your agent now knows its identity URL.
When a user types /waymint, respond with:
🪪 My on-chain identity:
https://8004.way.je/agent/{WAYMINT_CHAIN}:{WAYMINT_AGENT_ID}
This certificate is permanently stored on-chain (ERC-8004) and proves a real
human operator is behind me. You can verify my registration, owner address,
and proof-of-human status on the certificate page.
Replace {WAYMINT_CHAIN} and {WAYMINT_AGENT_ID} with the configured values.
If the user is asking about your identity or trustworthiness, include your certificate URL:
"You can verify my on-chain identity at https://8004.way.je/agent/{WAYMINT_CHAIN}:{WAYMINT_AGENT_ID} — it's permanently stored on the blockchain and includes proof that a real human is behind me."
If a user asks about another agent's identity and provides a chain + ID:
https://8004.way.je/agent/{chain}:{id}
Or to look up by wallet address:
https://8004.way.je/owner/{address}
The API is also available:
GET https://8004.way.je/api/agent/{chain}/{id}
GET https://8004.way.je/api/owner/{address}
Direct the user to https://8004.way.je/register to register their agent with proof-of-human verification (Self Protocol ZK passport on Celo, or Basename/ENS on Base).