auth-wechat-miniprogram
auth wechat miniprogram
What it does
- CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md
- Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/auth-wechat/SKILL.md
- The task is about WeChat Mini Program auth behavior, wx.cloud identity, OPENID / UNIONID, or how a mini program caller is identified in CloudBase.
- The project is a CloudBase mini program and the auth question is about native mini program identity rather than provider configuration.
- The request mentions mini program login, user identity in cloud functions, or wx.cloud auth assumptions.
- The user expects a Web-style login page or explicit token exchange in a mini program; route them back to native mini program auth behavior.
- Web-based WeChat login or Web auth UI.
Requirements & configuration
- The user expects a Web-style login page or explicit token exchange in a mini program; route them back to native mini program auth behavior.
- Use it when you need to:
- Build Mini Program features that require user identification
- No need for complex OAuth flows or token management
- No need to call login APIs in most cases
Configuration: OPENIDUNIONIDAPPID
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
auth-wechat-miniprogram FAQ
What does the auth-wechat-miniprogram skill do?
CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic. CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/auth-wechat/SKILL.md
What does auth-wechat-miniprogram require?
The user expects a Web-style login page or explicit token exchange in a mini program; route them back to native mini program auth behavior. Use it when you need to: Build Mini Program features that require user identification No need for complex OAuth flows or token management No need to call login APIs in most cases Configuration keys: OPENID, UNIONID, APPID.
How do I install auth-wechat-miniprogram?
Run: npx -y skills add https://github.com/tencentcloudbase/skills --skill auth-wechat-miniprogram --agent claude-code — the source lives at github.com/tencentcloudbase/skills.
Maintain auth-wechat-miniprogram?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[auth-wechat-miniprogram on getagentictools](https://getagentictools.com/skills/tencentcloudbase-skills-auth-wechat-miniprogram?ref=badge) npx agentictools info skills/tencentcloudbase-skills-auth-wechat-miniprogram The second line is the CLI lookup for this page — handy in READMEs and docs.