← 返回 Skills 市场
xwzgit

Juhe Telephone Verify

作者 xwzgit · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telephone-verify
功能描述
核验手机号码、姓名、身份证号三要素是否匹配(运营商实名认证)。支持查询运营商、省份、城市信息。Use when user needs to verify Chinese phone number + name + ID card match (telecom real-name authentication).
安全使用建议
This skill appears to implement the stated Juhe telecom verification API, but do not install blindly. Before using: 1) Fix or verify the environment variable name — the code expects JUHE_TELEPHONE_VERIFY_KEY but the manifest lists JUHE_TELEPHON_VERIFY_KEY; set the correct variable or update the skill manifest. 2) Ensure the Python environment has the 'requests' package installed (pip install requests) or the script will fail. 3) Only provide a Juhe API key you trust and store it securely in ~/.openclaw/openclaw.json or as the environment variable; verify the file permissions so logs/configs don't leak it. 4) Be aware the script prints the provided name, ID, and mobile to stdout (sensitive); avoid running where outputs are logged or shared. 5) If you need higher assurance, review the script source yourself or run it in an isolated environment; the env-var mismatch is likely a typo but should be corrected before relying on the skill.
功能分析
Type: OpenClaw Skill Name: telephone-verify Version: 1.0.0 The skill is a legitimate tool for verifying Chinese identity information (name, ID card, and phone number) using the Juhe (聚合数据) API. The Python script (scripts/telephone_verify.py) correctly handles API key retrieval from configuration files or environment variables and communicates only with the official Juhe endpoint (v.juhe.cn) as documented in references/api.md.
能力评估
Purpose & Capability
The name, description, SKILL.md, references/api.md, and the Python script all target Juhe's telecom three-element verification API (https://v.juhe.cn/telecom/query). Requesting a Juhe API key is appropriate for the described functionality. However, the registry metadata and SKILL.md contain inconsistent environment variable names (see environment_proportionality), which is an implementation error that affects the declared purpose.
Instruction Scope
Runtime instructions are limited to reading an API key from ~/.openclaw/openclaw.json or the JUHE_TELEPHONE_VERIFY_KEY environment variable and calling the Juhe API. The script prints the input name/ID/phone in its output (privacy-sensitive). There is no evidence of hidden endpoints or exfiltration beyond the legitimate Juhe API call. SKILL.md includes a privacy warning but the code will echo sensitive inputs to stdout, so users should be cautious about logs.
Install Mechanism
This is instruction-only with an included Python script (no install spec). It requires python3 (declared) and imports the 'requests' library, but 'requests' is not declared in the metadata or install instructions — this omission can cause runtime failures. No downloaded code from remote URLs or other high-risk install behavior is present.
Credentials
Only a single API credential is appropriate. But there is a critical inconsistency: the registry/metadata and SKILL.md metadata declare JUHE_TELEPHON_VERIFY_KEY (missing 'E'), while the SKILL.md configuration instructions and the script read JUHE_TELEPHONE_VERIFY_KEY. The manifest's required env var (JUHE_TELEPHON_VERIFY_KEY) does not match what the code actually looks up, which can lead to missing-key failures or accidental exposure if users set the wrong variable. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent or elevated privileges. always is false, it is user-invocable, and it does not modify other skills or system-wide settings. It only reads a user-local config file (~/.openclaw/openclaw.json) and env vars.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telephone-verify
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telephone-verify 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
juhe-telephone-verify 1.0.0 - Initial release with support for real-name authentication of Chinese mobile phone number, name, and ID card (三要素). - Returns verification result and carrier, province, city information. - Provides command-line interface and usage instructions. - API key configuration guide included. - Notes on privacy and legal compliance.
元数据
Slug telephone-verify
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Juhe Telephone Verify 是什么?

核验手机号码、姓名、身份证号三要素是否匹配(运营商实名认证)。支持查询运营商、省份、城市信息。Use when user needs to verify Chinese phone number + name + ID card match (telecom real-name authentication). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Juhe Telephone Verify?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install telephone-verify」即可一键安装,无需额外配置。

Juhe Telephone Verify 是免费的吗?

是的,Juhe Telephone Verify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Juhe Telephone Verify 支持哪些平台?

Juhe Telephone Verify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Juhe Telephone Verify?

由 xwzgit(@xwzgit)开发并维护,当前版本 v1.0.0。

💬 留言讨论