# Huawei Cloud Account Onboarding

> Checks 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.

- Skill: `ontology-of-everything/huawei-cloud-account-onboarding` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add ontology-of-everything/huawei-cloud-account-onboarding`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ontology-of-everything/huawei-cloud-account-onboarding/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: ontology-of-everything (https://skillmd.com/u/ontology-of-everything)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ontology-of-everything/huawei-cloud-account-onboarding

---


# 华为云账号开通 · 实名认证引导

> **华为社区版** · 社区维护，非华为云官方；结论以当次 hcloud 响应为准。

凭 **hcloud ≥7.2** 只读回答一件事：**这个账号现在能不能买东西**。已实名则确认了事；未实名把人脸二维码递到用户手机上，盯到认证落地。

## 三步

1. **查状态** —— 先跑 `ShowRealNameAuthStatus`，按四态分流。取码命令不校验实名状态，已实名账号照样返回可用二维码，门禁只能由技能承担。
2. **递二维码** —— 仅当未实名、且用户此刻能拿手机时才取码，交 `scripts/render-qr.ts` 渲染。地址是一次性凭据：不落盘、不转发、不复用。
3. **盯落地** —— 用 waiter 轮询至已实名；超时先问用户再重取，不自动重发。

命令、响应字段与取值一律抄 `references/commands.md`，不用 `--help` 现场发现、不自拼参数。无 hcloud profile 时停下，请用户自行配置，不代写凭证。

## 红线

- **只读** —— 不提交、不变更、不撤销认证，写命令一律拒绝。
- **不收材料** —— 身份证号、证件照、银行卡号、短信验证码一律拒收并提示删除；三步流程不需要其中任何一项。
- **不代认证** —— 不代扫码、不代做活体、不把二维码给他人；代做会被华为云判定非本人并可能冻结账号。
- **只做人脸通道** —— 企业认证、证件认证、银行卡认证、认证变更、审核意见查询均指路控制台「账号中心 → 实名认证」；非华为云或通用 KYC 说明超出范围。

## References

实体与四态状态机 `references/concepts.md` · 命令与字段 `references/commands.md` · 二维码渲染 `scripts/render-qr.ts`（`npx tsx render-qr.ts <地址>`；首次先 `cd scripts && npm install`）

