← 返回 Skills 市场
394
总下载
9
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install mobileempty
功能描述
批量检测手机号是否空号、实号、沉默号或风险号。当用户说:帮我测一下这几个号码是不是空号?批量验一下实号,或类似号码状态检测时,使用本技能。
安全使用建议
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).
功能分析
Type: OpenClaw Skill
Name: mobileempty
Version: 1.0.2
The skill is a legitimate integration for the JisuAPI mobile phone number status detection service. The Python script (mobileempty.py) securely retrieves the API key from environment variables and performs standard HTTP POST requests to the official provider endpoint (api.jisuapi.com). The documentation (SKILL.md) provides clear instructions for the AI agent that are strictly aligned with the stated purpose of filtering and identifying phone number statuses.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mobileempty - 安装完成后,直接呼叫该 Skill 的名称或使用
/mobileempty触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2
- Updated documentation for clearer API key申请流程 and enhanced usage guidance.
- Improved skill description and metadata for better discoverability.
- Added an "About JisuAPI" section listing related API services and integration tips.
- No code changes; only documentation (SKILL.md) was updated.
v1.0.1
Version 1.0.1 of mobileempty
- No file changes detected in this release.
- Documentation (SKILL.md) remains unchanged in content.
v1.0.0
jisu-mobileempty v1.0.0
- Initial release: integrates Jisu Mobile Empty Number Detection API for batch screening of up to 100 phone numbers.
- Supports classification into real, risk, empty, and unknown (silent) numbers.
- Returns structured results matching API spec for easy parsing.
- Error handling and common error codes documented.
- Ready for integration in OpenClaw workflows with clear usage examples and environment variable instructions.
元数据
常见问题
Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测 是什么?
批量检测手机号是否空号、实号、沉默号或风险号。当用户说:帮我测一下这几个号码是不是空号?批量验一下实号,或类似号码状态检测时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 394 次。
如何安装 Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mobileempty」即可一键安装,无需额外配置。
Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测 是免费的吗?
是的,Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测 支持哪些平台?
Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mobile Phone Number Undeliverable or Empty Detection - 手机空号检测?
由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.2。
推荐 Skills