📦 即时手机号码归属地查询
v1.0.0手机号码归属地查询。输入中国大陆11位手机号,返回省份、城市、运营商、运营商类型、邮编、区号、行政区划编码。适用场景:用户说“查一下17611491111是哪里的号码”“这个手机号是什么运营商”“帮我查下手机号归属地”等。通过即刻数据开放接口实时查询。
0· 0·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能的代码、说明及所需凭证均与其声明用途(通过 Jike API 查询中国手机号归属地)一致;仅需 python3 与 JIKE_MOBILE_KEY AppKey,不执行无关操作。
评估建议
This 技能 应用ears coherent and low-risk for its 状态d purpose, but consider the following before 安装ing: 1) The 技能 queries a third-party API (https://API.jikeAPI.cn) so your 应用Key will be sent to that 服务—only use an 应用Key you trust and that has limited 权限s. 2) The script may read a .env file in its directory as a fallback; ensure no other sensitive secrets are stored there. 3) Phone numbers are personal data (PII); be careful about 记录ging or sharing 结果s. 4) 验证 the 提供者 (https://www.jikeAPI.cn/) and pre...详细分析 ▾
✓ 用途与能力
Name/description promise (lookup Chinese 移动-number归属地 via Jike API) matches the code and 技能.md. Required binary (python3) and the single 凭证 JIKE_移动_KEY are 应用ropriate for making the described API calls.
✓ 指令范围
技能.md instructions are narrowly scoped: 提取 11-digit mAInland numbers from user text, 验证 them, call the included Python script, and return the fields. The instructions do not ask the 代理 to read unrelated files or 发送 data to 端点s other than the declared API.
✓ 安装机制
No 安装 spec (instruction-only) and the included script is plAIn Python using standard 库 urllib; nothing is 下载ed or written by an 安装er. Risk from 安装 mechanism is low.
ℹ 凭证需求
The script only requires an 应用Key (JIKE_移动_KEY / JIKE_应用KEY), which is proportional. Note: the script also will read a local .env file in its script directory as a fallback—this is reasonable for local 测试 but means the script may read a 凭证 file if present.
✓ 持久化与权限
The 技能 does not 请求 always:true or other elevated persistence. It 运行s on demand and does not modify other 技能s or 系统-wide 设置tings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install jike-mobile-locate
镜像加速npx clawhub@latest install jike-mobile-locate --registry https://cn.longxiaskill.com镜像同步中
技能文档
手机号码归属地查询 通过即刻数据开放接口查询中国大陆手机号码归属地信息。
前置准备
- 登录即刻数据官网。
- 申请「手机号码归属地查询」接口。
- 在个人中心获取接口 AppKey。
- 本地配置环境变量:
使用方法
- 单号查询(示例末4位可替换为1111):
- 批量查询:
- 不脱敏:
- 直接传 key:
- 输出 JSON:
- 错误示例(12 位号码格式错误):
AI 使用步骤 当用户要求查询归属地、运营商、区号或邮编:
- 提取 11 位大陆手机号。
- 校验 1 开头且 11 位数字。
- 执行 python3 scripts/mobile_lookup.py <手机号>。
- 返回字段:province、city、isp、isp_type、post_code、city_code、area_code。
错误处理
- 未配置 JIKE_MOBILE_KEY:提示申请并配置。
- 手机号格式错误:提示提供 1 开头的 11 位号码。
- 接口失败:展示返回错误。
- 网络超时:提示稍后重试或检查网络。
脚本位置:scripts/mobile_lookup.py