Install
openclaw skills install verify-matrix-deviceVerify 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...
openclaw skills install verify-matrix-deviceUse this skill when the user wants to verify the currently active Matrix device for an OpenClaw-managed account.
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.openclaw.json when it is not in the default location.{baseDir}/node_modules/matrix-js-sdk is missing, run npm install --prefix {baseDir}.node {baseDir}/scripts/verify_matrix_device.mjs --homeserver "<homeserver>" --username "<username>"--openclaw-json "<path>"openclaw.json; it does not create a helper Matrix device.--access-token bypasses openclaw.json and prompts for the Matrix user ID plus access token (--direct and -t are compatibility aliases).--password (or -p) can log in with the Matrix password and sign a specific target device_id, then log out the temporary helper session.