Install
openclaw skills install @upkuajing/domain-validity-checkCheck domain validity, security, and sensitivity status. Returns validation status, reason, and sensitivity flag for each domain.
openclaw skills install @upkuajing/domain-validity-checkCheck domain validity, security, and sensitivity status using the Open Platform API.
This skill provides access to domain validity detection through a single interface:
domain_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/domain_validity_check.py. Do NOT use shell compound commands like cd scripts && python domain_validity_check.py.
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: auth.py --account_info
Domain 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 domain is safe" | Domain Validity Check |
UPKUAJING_API_KEY in ~/.upkuajing/.env filepython scripts/auth.py --price_info to get accurate pricing informationOther skills you might find useful: