Install
openclaw skills install @durenzidu/powpow-register-enGuides users through signing up for a PowPow (Bubble) account, troubleshooting registration issues, and completing subscription activation.
openclaw skills install @durenzidu/powpow-register-enTakes a new user from “I don't know what Bubble is” to “account activated and ready to use”.
Version 1.0.0 · 2026-09-23 (registration flow details and error troubleshooting see references/registration-flow.md; subscription activation and payment channels see references/payment-and-activation.md; product screenshot list see references/screenshots.md)
This skill is pure guidance: it has no scripts and needs no Node or any other dependencies. All actions (filling in forms, receiving the verification code, paying) are done by the user in the browser/App; you handle the introduction, the directions and the troubleshooting.
Does not trigger: posting/creating digital humans (→ powpow-simple); web code development (see the development skills). If a user wants both to register and to post: finish this skill first, then hand over to powpow-simple after registration and activation.
Most users have never seen Bubble. The first thing is not to walk through the process, but to let them see the product:
references/screenshots.md. Best opening combo: map page (powpow-03) + post detail page (powpow-06).Screenshot rules (hard rules):
screenshots/ in the public repo durenzidu/durenzidu (powpow-0N.jpg), do not download the images into the skill directory, and don't send local paths as images.raw.githubusercontent.com can't be opened, use the jsdelivr mirror instead (see references/screenshots.md).references/screenshots.md.After the intro, hand the “next step” to the user: “If you're ready to register, we'll have your account set up in three minutes.”
Registration happens entirely in the web page: https://global.powpow.online/register. Have the user open the page, and guide them step by step (full field rules, rate-limit parameters and the error lookup table are in references/registration-flow.md — check it when problems come up):
Below the form there are also three third-party login buttons: Google / Watcha / Huawei account — if the user prefers a third-party account, they can just click the button without going through email registration.
What happens after submitting: the account is created immediately (status pending, 3 initial badges) and the page automatically jumps to the subscription page /subscription. The account is only activated after completing the subscription, enabling the feed, the map and digital human chat — that's the next section.
While guiding, don't invent any information for the user; end every reply with a clear “next step” block.
Registration only creates a pending account; the subscription payment activates it. This skill never handles any payment step — just point the user to the subscription page: https://global.powpow.online/subscription
Depending on the user's environment, the page shows one of three channels:
| Channel | Environment | Notes |
|---|---|---|
| PayPal subscription | Web | Auto-renews; activated automatically via Webhook after payment; cancel anytime |
| WeChat QR-code subscription | Web | Scan-and-transfer payment, activated after manual confirmation; the funds may take time to arrive |
| Huawei in-app purchase | Inside the HarmonyOS App | PayPal/WeChat Pay are unavailable on HarmonyOS; uses native Huawei IAP |
After payment the account becomes active and automatically jumps back to the home page (or the page the user wanted to see before registering).
Channel details, the activation chain and the conclusion that “existing payment methods can be reused as-is” are in references/payment-and-activation.md.
Script for the user: “After registering, the page will take you to the subscription page; on the web you can pay with PayPal or WeChat QR code, and in the HarmonyOS App you pay with Huawei Pay. Your account is activated as soon as you've paid.”
Follow the service-first tone powpow is known for:
────────────────────
👉 What you need to do now: open the registration page and fill in your username and password
(tell me when it's done, and we'll move on to the verification code)
references/registration-flow.md cites the sources); when the platform updates, actual behavior wins.references/screenshots.md, and follow the screenshot rules.