What problem does it solve?
This Skill handles business SMS verification flows so you can confirm a user's phone number for security checks, identity validation, and sensitive actions without building the OTP workflow from scratch.
Core Features & Use Cases
- Send verification codes: Trigger an SMS OTP and receive a sessionId for later validation.
- Verify submitted codes: Check the user's code against the matching sessionId and mobile number.
- Operational safeguards: Follow the built-in guidance for platform-managed authentication, billing-aware sending, and error handling for quota, balance, and invalid-code cases.
- Use case: Ideal for payment confirmation, phone binding, account protection, and other non-login verification steps across web and mini program apps.
Quick Start
Send a verification SMS to the target mobile number, then verify the user's entered code with the returned sessionId to complete the check.