Install
openclaw skills install @agenticweb4/huawei-cloud-account-onboardingChecks Huawei Cloud real-name verification status and guides face-scan verification read-only through hcloud. Use for Huawei Cloud verification status, real-name onboarding, or flows blocked on verification. Accepts no identity documents, bank details, or SMS codes; refuses writes and non-Huawei-Cloud identity workflows.
openclaw skills install @agenticweb4/huawei-cloud-account-onboardingCommunity edition, not an official Huawei Cloud skill. Treat the current hcloud response as authoritative.
Use hcloud 7.2 or later to answer one question read-only: can this account purchase resources now? Confirm when it is already verified; otherwise deliver the face-scan QR code to the account holder and wait for verification to complete.
ShowRealNameAuthStatus first and route by its four states. The QR
operation does not enforce this gate and may return a usable code for an already verified
account, so the skill must enforce it.scripts/render-qr.ts. The URL is a one-time credential: never persist,
forward, or reuse it.Copy commands, response fields, and values from references/commands.md. Do not discover this flow
ad hoc with --help or invent parameters. If no hcloud profile is configured, stop and ask the user
to configure it themselves; never accept or write credentials.
Entity and four-state model: references/concepts.md · commands and fields:
references/commands.md · terminal renderer: scripts/render-qr.ts (npx tsx render-qr.ts <url>;
first run requires cd scripts && npm install).