返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
v

verify-matrix-device

Verify and cross-sign the active Matrix device for one OpenClaw-managed account. Use when a user needs to repair trust for an OpenClaw Matrix device, confirm the current device is self-signed, or recover cross-signing with a recovery key.

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

verify-matrix-device

# OpenClaw Matrix Device Verification Use this skill when the user wants to verify the currently active Matrix device for an OpenClaw-managed account. ## Required Inputs - `homeserver`: Matrix homeserver base URL. - `username`: OpenClaw account id, full Matrix user id, or unique localpart. - `recovery key`: the Matrix recovery key. Treat this as a secret. - Optional: path to `openclaw.json` when it is not in the default location. ## Workflow 1. If any required input is missing, ask the user for it. 2. Ensure dependencies are installed in this skill folder. If `{baseDir}/node_modules/matrix-js-sdk` is missing, run `npm install --prefix {baseDir}`. 3. Run the verifier from this skill folder: `node {baseDir}/scripts/verify_matrix_device.mjs --homeserver "<homeserver>" --username "<username>"` 4. If the user gave a non-default config path, append: `--openclaw-json "<path>"` 5. Let the script prompt for the recovery key in the terminal. Do not pass the recovery key on the command line or in environment variables. 6. Report whether the device was already cross-signed or was signed successfully. ## Notes - The skill uses the existing OpenClaw access token from `openclaw.json`; it does not create a helper Matrix device. - The verifier signs the active device directly and confirms the signature server-side. - Use a real TTY so the hidden recovery-key prompt works correctly. - For local testing outside OpenClaw, `--access-token` bypasses `openclaw.json` and prompts for the Matrix user ID plus access token (`--direct` and `-t` are compatibility aliases). - If the access token is missing, `--password` (or `-p`) can log in with the Matrix password and sign a specific target `device_id`, then log out the temporary helper session.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 verify-matrix-device-1776281134 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 verify-matrix-device-1776281134 技能

通过命令行安装

skillhub install verify-matrix-device-1776281134

下载

⬇ 下载 verify-matrix-device v0.1.0(免费)

文件大小: 13.54 KB | 发布时间: 2026-4-16 18:14

v0.1.0 最新 2026-4-16 18:14
Initial release of verify-matrix-device:

- Verifies and cross-signs the active Matrix device for a specified OpenClaw-managed account.
- Prompts user for missing inputs, manages dependencies, and uses secure recovery key entry.
- Utilizes existing `openclaw.json` access token; does not generate or use temporary devices for OpenClaw.
- Reports on device verification status, confirming if already cross-signed or newly signed.
- Supports advanced options for local testing, including direct access token and password-based flows.

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

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

p2p_official_large
返回顶部