← 返回 Skills 市场
javainthinking

Telegram Phone Checker

作者 javainthinking · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
551
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install apipick-telegram-phone-check
功能描述
Check if a phone number is registered on Telegram using the apipick Telegram Checker API. Returns registration status, Telegram user ID, username, first/last...
使用说明 (SKILL.md)

apipick Telegram Phone Checker

Check Telegram registration status for any phone number with international country code.

Endpoint

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

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": "+1234567890"}

Phone number must include international country code (e.g. +86 for China, +1 for US).

Response

{
  "code": 200,
  "registered": true,
  "user_id": 123456789,
  "username": "example_user",
  "first_name": "John",
  "last_name": "Doe",
  "dc_id": 2,
  "message": "User found successfully"
}

If registered is false, user_id, username, first_name, last_name will be null/empty. Only publicly visible Telegram profile information is returned.

Error Codes

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

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. Ensure the phone number includes a country code
  3. Make the POST request
  4. Report registration status and available profile info

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

安全使用建议
This skill will send phone numbers you provide to apipick.com and requires your APIPICK_API_KEY. Only install/use it if you trust apipick and are comfortable sharing phone numbers with that service. Be aware each lookup costs credits on your apipick account. Prefer setting the API key as an environment variable rather than pasting it into chat, and review apipick's terms/privacy policy if you plan to check personal or third‑party numbers. Ensure your use complies with privacy laws and platform terms before bulk or automated queries.
功能分析
Type: OpenClaw Skill Name: apipick-telegram-phone-check Version: 1.0.0 The skill bundle is benign. All files (SKILL.md, README.md, references/api_reference.md) consistently describe a skill that checks Telegram registration status via the apipick.com API. The instructions in SKILL.md are clear, directly related to the stated purpose, and do not contain any prompt injection attempts, malicious execution patterns, data exfiltration beyond the explicit API call, or persistence mechanisms. The `curl` example in `references/api_reference.md` is a standard, non-malicious API interaction example.
能力评估
Purpose & Capability
Name/description match the declared requirement (APIPICK_API_KEY) and the SKILL.md references only the apipick API endpoint (https://www.apipick.com/api/check-phone-telegram). No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are narrow: build a POST request with phone_number, include x-api-key from $APIPICK_API_KEY (or ask user if not set), validate country code format, and report results. They do not instruct reading other files, system state, or sending data to unexpected endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is downloaded or written to disk by the package itself.
Credentials
Only a single API key (APIPICK_API_KEY) is required and that matches the declared primaryEnv. No other secrets, tokens, or config paths are requested.
Persistence & Privilege
No elevated persistence requested (always is false). The skill does not request to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apipick-telegram-phone-check
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apipick-telegram-phone-check 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Major overhaul: Skill now provides a Telegram phone number checker using the apipick API. - Replaced general API integration patterns and docs with documentation focused on checking Telegram registration status via phone number. - Added instructions for using the apipick API, including authentication with API key and details on request/response structure. - Removed previous files and documentation related to authentication patterns, pagination, resilience, and webhooks for generic APIs. - Included error code explanations and usage pattern for the Telegram checking endpoint.
元数据
Slug apipick-telegram-phone-check
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Telegram Phone Checker 是什么?

Check if a phone number is registered on Telegram using the apipick Telegram Checker API. Returns registration status, Telegram user ID, username, first/last... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 551 次。

如何安装 Telegram Phone Checker?

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

Telegram Phone Checker 是免费的吗?

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

Telegram Phone Checker 支持哪些平台?

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

谁开发了 Telegram Phone Checker?

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

💬 留言讨论