8004 — wayMint Identity Skill
Link your OpenClaw agent to its wayMint ERC-8004 on-chain identity.
Setup
- 1. Register your agent at https://8004.way.je/register to get your chain and agent ID.
- Set the two config values in your OpenClaw settings (or environment):
CODEBLOCK0
- 3. Install this skill:
CODEBLOCK1
That's it. Your agent now knows its identity URL.
/waymint Slash Command
When a user types /waymint, respond with:
CODEBLOCK2
Replace {WAYMINT_CHAIN} and {WAYMINT_AGENT_ID} with the configured values.
When asked "who are you?" or "prove your identity"
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/{WAYMINTCHAIN}:{WAYMINTAGENT_ID} — it's permanently stored on the blockchain and includes proof that a real human is behind me."
Lookup another agent
If a user asks about another agent's identity and provides a chain + ID:
CODEBLOCK3
Or to look up by wallet address:
CODEBLOCK4
The API is also available:
CODEBLOCK5
Not registered yet?
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).
8004 — wayMint 身份技能
将您的 OpenClaw 代理链接到其 wayMint ERC-8004 链上身份。
设置
- 1. 在 https://8004.way.je/register 注册您的代理,获取您的链和代理 ID。
- 在您的 OpenClaw 设置(或环境变量)中配置以下两个值:
WAYMINT_CHAIN=celo # 或 base
WAYMINTAGENTID=32 # 您的代理 ID 编号
- 3. 安装此技能:
bash
clawhub install waymint
完成。您的代理现在知道其身份 URL。
/waymint 斜杠命令
当用户输入 /waymint 时,回复:
🪪 我的链上身份:
https://8004.way.je/agent/{WAYMINTCHAIN}:{WAYMINTAGENT_ID}
此证书永久存储在链上(ERC-8004),证明背后有真实的人类操作者。您可以在证书页面上验证我的注册信息、所有者地址和人类身份证明状态。
将 {WAYMINTCHAIN} 和 {WAYMINTAGENT_ID} 替换为已配置的值。
当被问你是谁?或证明你的身份
如果用户询问您的身份或可信度,请包含您的证书 URL:
您可以在 https://8004.way.je/agent/{WAYMINTCHAIN}:{WAYMINTAGENT_ID} 验证我的链上身份——它永久存储在区块链上,并包含证明我背后有真实人类的证据。
查询其他代理
如果用户询问其他代理的身份并提供链和 ID:
https://8004.way.je/agent/{chain}:{id}
或通过钱包地址查询:
https://8004.way.je/owner/{address}
API 也可用:
GET https://8004.way.je/api/agent/{chain}/{id}
GET https://8004.way.je/api/owner/{address}
尚未注册?
引导用户前往 https://8004.way.je/register 注册他们的代理,并通过人类身份验证(Celo 上的 Self Protocol ZK 护照,或 Base 上的 Basename/ENS)。