Install
openclaw skills install @upkuajing/phone-validity-checkVerify mobile and landline numbers and WhatsApp registration status. Reduce invalid contacts to improve outreach for exporters, recruiters and sales teams. Trigger: phone number validation, WhatsApp status check, CRM data cleansing, bulk SMS pre‑verification, supplier verification
openclaw skills install @upkuajing/phone-validity-checkCheck phone number validity, type, and WhatsApp status using the Open Platform API.
This skill provides access to phone validity detection through a single interface:
phone_validity_check.py): Check phone number validity, type, and WhatsApp statuspython --versionpip install -r requirements.txtScript directory: scripts/*.py
Run example: python scripts/*.py
Important: Always use direct script invocation like python scripts/phone_validity_check.py. Do NOT use shell compound commands like cd scripts && python phone_validity_check.py.
phone_validity_check.py)Check phone number validity, type, and WhatsApp status.
Parameters: See Phone Validity API
Examples:
# Check single phone number
python scripts/phone_validity_check.py --phones "+8613812345678"
# Check multiple phone numbers
python scripts/phone_validity_check.py --phones "+8613812345678 +14155551234 +442071234567"
~/.upkuajing/.env file as UPKUAJING_API_KEYFirst check if the ~/.upkuajing/.env file has UPKUAJING_API_KEY;
If UPKUAJING_API_KEY is not set, prompt the user to choose:
When API response indicates insufficient balance, explain and guide user to top up:
auth.py --new_rec_order)When an API call fails or returns abnormal data (server error, timeout, malformed response, etc.), explain the anomaly to the user in natural language and ask whether to report it to the platform for troubleshooting. Only run the report after user confirmation:
python scripts/error_report.py --params '{"requestPath":"/agent/validation/phone","requestId":"f47ac10b58cc4372a5670e02b2c3d479","context":"Phone validity check failed with a server error"}'
Phone validity check API calls incur fees.
Latest pricing: Users can visit Detailed Price Description
Or use: python scripts/auth.py --price_info (returns complete pricing for all interfaces)
Any operation that incurs fees must first inform and wait for explicit user confirmation. Do not execute in the same message as the notification.
| User Intent | Use API |
|---|---|
| "Check if phone number is valid" | Phone Validity Check |
UPKUAJING_API_KEY in ~/.upkuajing/.env filepython scripts/error_report.py (see Report Skill Call Errors)python scripts/auth.py --price_info to get accurate pricing informationOther skills you might find useful: