auth-wechat-miniprogram
This tool helps implement WeChat Mini Program authentication by mapping login events to CloudBase identity and retrieving user IDs.
Install
mkdir -p .claude/skills/auth-wechat-miniprogram && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6874" && unzip -o skill.zip -d .claude/skills/auth-wechat-miniprogram && rm skill.zipInstalls to .claude/skills/auth-wechat-miniprogram
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Handle native WeChat Mini Program login
- →Map identity to CloudBase OPENID/UNIONID
- →Verify user credentials within cloud functions
- →Integrate wx.cloud auth patterns
How it works
It utilizes the native `wx.cloud` auth behavior to resolve user identities, allowing identification within CloudBase cloud functions.
Inputs & outputs
When to use auth-wechat-miniprogram
- →Integrating WeChat native login with CloudBase
- →Accessing user identities in cloud functions
- →Verifying WeChat user credentials
About auth-wechat-miniprogram
Guides the implementation of WeChat-specific authentication for Mini Programs. It explains how to map native login events to CloudBase identity and retrieve OPENID/UNIONID.
Complete guide for WeChat Mini Program authentication with CloudBase - native login, user identity, and cloud function integration.
When not to use it
- →Web-based WeChat login or generic non-WeChat auth
- →Situations where manual token exchange is needed (use native flow)
Prerequisites
Limitations
- →Limited to WeChat Mini Program ecosystem
- →Requires wx.cloud integration
How it compares
It relies on native, automatic WeChat login events rather than explicit, manual token exchange flows.
Compared to similar skills
auth-wechat-miniprogram side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| auth-wechat-miniprogram (this skill) | 1 | 2mo | No flags | Intermediate |
| mfa-on-mobile | 0 | 3mo | No flags | Intermediate |
| firebase | 0 | 5mo | Review | Intermediate |
| clerk-android | 0 | 1mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TencentCloudBase
View all by TencentCloudBase →You might also like
mfa-on-mobile
almasumdev
Multi-factor authentication on mobile — TOTP, push-based MFA, and recovery UX. Use when adding or reviewing a second factor.
firebase
lapc506
| Atributo | Valor | |----------|-------| | **ID** | `flutter-firebase` | | **Nivel** | 🟡 Intermedio | | **Versión** | 2.0.0 | | **Keywords** | `firebase`, `firestore`, `auth`, `cloud-messaging`, `analytics`, `storage`, `remote-config`, `crashlytics`, `provider` | | **Referencia
clerk-android
bmsull560
Implement Clerk authentication for native Android apps using Kotlin and
1password
openclaw
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
security-compliance
davila7
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.
mobile-security
gmh5225
Guide for mobile game security on Android and iOS platforms. Use this skill when working with Android/iOS reverse engineering, mobile game hacking, APK analysis, root/jailbreak detection bypass, or mobile anti-cheat systems.