Install
openclaw skills install @upkuajing/upkuajing-contact-info-validity-checkOfficial skill for upkuajing (跨境魔方). Check the validity of contact information including phone numbers, email addresses, and domains. Returns status, type, and additional metadata for each contact.
openclaw skills install @upkuajing/upkuajing-contact-info-validity-checkCheck the validity of contact information using the UpKuaJing Open Platform API. This skill provides three detection interfaces: phone validity, email validity, and domain validity.
This skill provides access to UpKuaJing's contact validity detection through:
phone_validity_check.py): Check phone number validity, type, and WhatsApp statusemail_validity_check.py): Check email address validitydomain_validity_check.py): Check domain validity and securitypython --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"
email_validity_check.py)Check email address validity.
Parameters: See Email Validity API
Examples:
# Check single email
python scripts/email_validity_check.py --emails "test@example.com"
# Check multiple emails
python scripts/email_validity_check.py --emails "test@example.com valid@gmail.com invalid-email"
domain_validity_check.py)Check domain validity and security status.
Parameters: See Domain Validity API
Examples:
# Check single domain
python scripts/domain_validity_check.py --domains "google.com"
# Check multiple domains
python scripts/domain_validity_check.py --domains "google.com fake-domain-xyz123456.com github.com"
~/.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)Use this script to get account information for UPKUAJING_API_KEY: auth.py --account_info
All 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 |
| "Verify email address exists" | Email Validity Check |
| "Check if domain is safe" | Domain Validity Check |
UPKUAJING_API_KEY in ~/.upkuajing/.env filepython scripts/auth.py --price_info to get accurate pricing informationOther UpKuaJing skills you might find useful: