Install
openclaw skills install @agenticweb4/huawei-cloud-account-onboardingChecks Huawei Cloud real-name verification (实名认证) status and guides face-scan verification, read-only via hcloud: reads the account's verification state, and when unverified fetches the face-auth QR address, renders it in the terminal to scan by phone, then polls until verified. Use when the user mentions 华为云 / Huawei Cloud plus 实名认证/实名/认证状态/real-name verification, or a Huawei Cloud flow reports verification is required. Face-scan channel only; refuses ID, document, bank-card and SMS-code intake, refuses write operations (enterprise and certificate channels are console-only), and refuses non-Huawei-Cloud identity flows.
openclaw skills install @agenticweb4/huawei-cloud-account-onboarding华为社区版 · 社区维护,非华为云官方;结论以当次 hcloud 响应为准。
凭 hcloud ≥7.2 只读回答一件事:这个账号现在能不能买东西。已实名则确认了事;未实名把人脸二维码递到用户手机上,盯到认证落地。
ShowRealNameAuthStatus,按四态分流。取码命令不校验实名状态,已实名账号照样返回可用二维码,门禁只能由技能承担。scripts/render-qr.ts 渲染。地址是一次性凭据:不落盘、不转发、不复用。命令、响应字段与取值一律抄 references/commands.md,不用 --help 现场发现、不自拼参数。无 hcloud profile 时停下,请用户自行配置,不代写凭证。
实体与四态状态机 references/concepts.md · 命令与字段 references/commands.md · 二维码渲染 scripts/render-qr.ts(npx tsx render-qr.ts <地址>;首次先 cd scripts && npm install)