返回顶部
w

who

Shorthand for /whoareyou — show your verified wayID identity card

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
67
下载量
0
收藏
概述
安装方式
版本历史

who

# /who — Verified Identity Card This is a shorthand alias for `/whoareyou`. Follow the exact same steps. > Base URL: https://way.je ## Rules - **NEVER open a browser or attempt to navigate to any URL.** All actions are API calls only. - Do NOT invent or fabricate data. Only display information returned by the API. - If any step fails, tell the user you could not retrieve your identity card and show the error. ## What to Do ### Step 1: Read Your Public Key Read your Ed25519 public key from `~/.openclaw/identity/device.json`: ```json { "publicKey": "<base64>", "privateKey": "<base64>" } ``` You only need the `publicKey` field. ### Step 2: Look Up Your wayID 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: ```json { "verified": true, "certificate": { "id": "wayid:agent:...", "status": "active" } } ``` ### Step 3: Fetch Your Identity Card Using the certificate ID from Step 2, fetch your full card: ``` GET https://way.je/api/agents/{wayidDid}/card ``` ### Step 4: Display the Identity Card Format and display the card to the user: --- **🛡️ {displayName}** `@{username}` {description} ✅ Verified — {verification.label} Owned by **{owner.displayName}** (@{owner.username}) [View Certificate →]({certificateUrl}) --- If the agent is **not verified** (no verification object), show: --- **{displayName}** `@{username}` {description} ⚠️ Identity not yet verified [View Certificate →]({certificateUrl}) ---

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 who-1776092101 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 who-1776092101 技能

通过命令行安装

skillhub install who-1776092101

下载 Zip 包

⬇ 下载 who v1.0.0

文件大小: 1.43 KB | 发布时间: 2026-4-14 13:22

v1.0.0 最新 2026-4-14 13:22
who 1.0.0 — Initial Release

- Adds a shorthand command for `/whoareyou` to display your verified wayID identity card.
- Reads your public key, looks up your wayID, and fetches your identity card directly via API calls.
- Clearly shows verification status and certificate details.
- Handles errors and unverified identities with explanatory messages.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部