Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测

v1.0.2

批量检测手机号是否空号、实号、沉默号或风险号。当用户说:帮我测一下这几个号码是不是空号?批量验一下实号,或类似号码状态检测时,使用本技能。

9· 358·1 current·1 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is a thin wrapper around JisuAPI's mobile-empty endpoint. It requires python3 and a JISU_API_KEY (the provider's AppKey), which is exactly what the described functionality needs.
Instruction Scope
SKILL.md only instructs setting JISU_API_KEY, running the included Python script with a JSON payload of phone numbers, and returning the API's result. The instructions do not request unrelated files, credentials, or system state and only call the documented JisuAPI endpoint.
Install Mechanism
There is no install spec (instruction-only), which limits on-disk installation. One discrepancy: the script imports the third-party 'requests' library but the SKILL.md and registry metadata don't declare or install this dependency; execution will fail if 'requests' is not available. Network access to api.jisuapi.com is required and expected for this skill.
Credentials
The single required environment variable is JISU_API_KEY (primary credential), which is appropriate and proportionate for accessing the JisuAPI service. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request permanent/always presence and does not modify other skills or system-wide settings. It runs on-demand and prints the API result.
Assessment
This skill appears to do exactly what it claims: call JisuAPI's mobile-empty endpoint and return the result. Before installing, ensure you trust JisuAPI and understand their data/privacy policy because phone numbers are sensitive PII. Confirm you will not send phone numbers you are not authorized to process. Also ensure the runtime has Python and the 'requests' library available (the script imports requests but the skill does not declare or install it). Be aware of API quotas, possible costs, and that responses are sent to api.jisuapi.com (expected behavior).

Like a lobster shell, security has layers — review code before you run it.

latestvk97c2wt3j8pamspyy5hr112sgd845mdb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📵 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments