← 返回 Skills 市场
javainthinking

China Phone Checker

作者 javainthinking · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
578
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install apipick-china-phone-checker
功能描述
Validate Chinese mobile phone numbers using the apipick China Phone Checker API. Returns carrier (China Mobile/Telecom/Unicom), province, city, zip code, and...
使用说明 (SKILL.md)

apipick China Phone Checker

Validate Chinese mobile numbers and retrieve carrier and geographic data.

Endpoint

POST https://www.apipick.com/api/check-china-phone

Authentication: x-api-key: YOUR_API_KEY header required. Get a free API key at https://www.apipick.com/dashboard/api-keys

Request

{"phone_number": "13800138000"}

Supported formats: 13800138000 / +8613800138000 / 008613800138000

Response

{
  "success": true,
  "data": {
    "phone": "13800138000",
    "phone_type": "China Mobile",
    "province": "Beijing",
    "city": "Beijing",
    "zip_code": "100000",
    "area_code": "010"
  }
}

phone_type values: China Mobile, China Telecom, China Unicom

Error Codes

Code Meaning
400 Invalid phone number format
401 Missing or invalid API key
402 Insufficient credits
500 Server error

Cost: 1 credit per request

Usage Pattern

  1. Use $APIPICK_API_KEY env var as the x-api-key header value; if not set, ask the user for their apipick API key
  2. Make the POST request with the phone number
  3. Present carrier and geographic results clearly

See references/api_reference.md for full response field descriptions.

安全使用建议
This skill appears to do exactly what it says: it will send phone numbers you supply to apipick.com and return carrier/geographic info. Before installing or using: (1) confirm you trust apipick.com and review their privacy/terms because phone numbers are personal data; (2) provide a dedicated API key (do not paste broader credentials) and monitor credit/usage since each request costs credits; (3) avoid submitting phone numbers you don’t have consent to share; (4) if the API key is accidentally exposed, revoke/rotate it in apipick’s dashboard. Otherwise the skill’s requirements and instructions are proportionate and coherent.
功能分析
Type: OpenClaw Skill Name: apipick-china-phone-checker Version: 1.0.1 The skill bundle is benign, designed to validate Chinese phone numbers via the apipick.com API. All files consistently describe this functionality, requiring an API key from an environment variable (`APIPICK_API_KEY`) or user input. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in SKILL.md to subvert the agent's intended behavior. The external API call is the core, stated purpose of the skill.
能力评估
Purpose & Capability
The skill name/description match the declared requirements and instructions. The only required credential is APIPICK_API_KEY (primaryEnv), which is exactly what the apipick API requires. No unrelated binaries, config paths, or credentials are requested.
Instruction Scope
SKILL.md explicitly directs the agent to POST a phone_number to https://www.apipick.com/api/check-china-phone and use the x-api-key header sourced from $APIPICK_API_KEY (or ask the user for it). The instructions do not reference other files, system paths, or additional environment variables. Note: using the skill sends phone numbers to apipick.com (expected behavior for this task).
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written to disk by the skill package itself, which minimizes installation risk.
Credentials
Only APIPICK_API_KEY is required, which is proportionate and justified by the skill's purpose. No other SECRET/TOKEN/PASSWORD env vars are requested.
Persistence & Privilege
always is false (default). The skill does not request permanent/system-wide presence or modify other skills' configs. It can be invoked by the agent (normal behavior) but has no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apipick-china-phone-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apipick-china-phone-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added metadata specifying the required environment variable: APIPICK_API_KEY. - Updated usage instructions to use the APIPICK_API_KEY environment variable for authentication. - Clarified the API key retrieval flow to prioritize the environment variable, and only prompt the user if not set.
v1.0.0
- Initial release of apipick-china-phone skill. - Allows validation of Chinese mobile numbers using the apipick China Phone Checker API. - Returns carrier (China Mobile/Telecom/Unicom), province, city, zip code, and area code for valid numbers. - Requires user to provide an apipick API key for authentication. - Supports multiple phone number formats for flexibility.
元数据
Slug apipick-china-phone-checker
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

China Phone Checker 是什么?

Validate Chinese mobile phone numbers using the apipick China Phone Checker API. Returns carrier (China Mobile/Telecom/Unicom), province, city, zip code, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 578 次。

如何安装 China Phone Checker?

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

China Phone Checker 是免费的吗?

是的,China Phone Checker 完全免费(开源免费),可自由下载、安装和使用。

China Phone Checker 支持哪些平台?

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

谁开发了 China Phone Checker?

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

💬 留言讨论