SkillHub

openclaw-mobile-pair

v0.1.1

一键生成 OpenClaw 手机控制中心连接码(自动读取本机 gateway token)

Sourced from ClawHub, Authored by szx19970521

Installation

Please help me install the skill `openclaw-mobile-pair` from SkillHub official store. npx skills add szx19970521/openclaw-mobile-pair

OpenClaw Mobile Pair

Use this skill to generate a mobile pairing code for OpenClaw control app users.

Workflow

  1. Ask for BFF URL only if not provided by the user.
  2. Run scripts/generate-mobile-pairing.ps1 to generate pairing code.
  3. Return:
  4. Pairing code
  5. Output file path
  6. Quick next step for mobile user

Command Template

powershell -ExecutionPolicy Bypass -File scripts/generate-mobile-pairing.ps1 -BffBaseUrl "<https://api.yourdomain.com/>" -CopyToClipboard

Response Style

  • Keep it short and actionable.
  • If generation fails, state exact reason and how to fix it.