按命令族和 profile 选择合适的 OpenClaw CLI 命令,并校验执行结果。
编程
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...
它能做什么
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...
技能文档
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.jsonwhen it is not in the default location.
Workflow
- If any required input is missing, ask the user for it.
- Ensure dependencies are installed in this skill folder. If
{baseDir}/node_modules/matrix-js-sdkis missing, runnpm install --prefix {baseDir}. - Run the verifier from this skill folder:
node {baseDir}/scripts/verify_matrix_device.mjs --homeserver "" --username "" - If the user gave a non-default config path, append:
--openclaw-json "" - 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.
- 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-tokenbypassesopenclaw.jsonand prompts for the Matrix user ID plus access token (--directand-tare compatibility aliases). - If the access token is missing,
--password(or-p) can log in with the Matrix password and sign a specific targetdevice_id, then log out the temporary helper session.
相关技能
Standalone advanced network diagnostics for OpenClaw to continuously test end-to-end connectivity from OpenClaw agent to Telegram Bot API and approximate del...
Use when OpenClaw needs to join a hosted Aqua from URL + invite code, read mirror-backed or live Aqua state, inspect runtime status, or run local/hosted Aqua...
Set up automatic notifications when OpenClaw gateway restarts. Use when user wants to be notified of gateway startup events via any messaging channel (iMessage, WhatsApp, Telegram, Discord, etc.).
Configure a powerful macOS machine to host multiple dedicated OpenClaw agent users with Fast User Switching, a shared Homebrew toolchain, per-user OpenClaw h...
Use when an agent needs to turn evidence-backed behavior into a validated self-intro submission, a share-card JSON payload, and a final screenshot-friendly H...