← 返回 Skills 市场
400
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zhipin-phone-extractor
功能描述
自动从BOSS直聘聊天消息中提取手机号,批量收集HR联系方式并支持导出保存到本地文件。
安全使用建议
Before installing or running this skill, consider the following:
- Code behavior: The Python script automates a browser (Playwright), visits zhipin.com, scrapes chat messages, extracts phone numbers via regex, and appends them to a local file on your machine. That is coherent with the stated purpose.
- Privacy & legality: Collecting and storing others' phone numbers may violate BOSS直聘's Terms of Service and local privacy laws. Make sure you have permission and that this use is lawful in your jurisdiction.
- Contradictory docs: The SKILL.md claims data "will not be uploaded to any server," but references/setup.md includes an explicit example of sending data to Telegram and instructions for proxies and cron scheduling. If you do not want remote transmission, do not copy the Telegram example into the running script or environment.
- Persistence risk: The README suggests adding cron/heartbeat entries for periodic automation. Automated repeated scraping increases the chance of account blocks, CAPTCHAs, or more serious policy/legal issues. Prefer manual runs until you validate behavior and compliance.
- Network & credentials: Playwright will use your browser session/cookies for login; be aware of where Playwright stores state. The doc shows examples that would require adding service tokens (e.g., Telegram TOKEN/CHAT_ID) — avoid adding these if you do not want external notifications.
- Mitigations: Run the script manually first in a sandboxed account, inspect and remove any example code that posts results to external services, do not enable proxies unless you understand the consequences, limit file permissions on the output file, and consider logging only minimal necessary data.
- If you are uncertain: Do not install scheduled tasks or add notification integrations. If you want help reviewing changes (e.g., removing notification code or making output handling safer), ask for a code review with specific lines to modify.
功能分析
Type: OpenClaw Skill
Name: zhipin-phone-extractor
Version: 1.0.0
The skill uses Playwright to automate a browser and scrape PII (phone numbers) from authenticated chat sessions on zhipin.com, which carries risks of account suspension and data privacy concerns. While the current script (scripts/extract_phones.py) saves data locally, the documentation (references/setup.md) explicitly suggests extending the code to exfiltrate data to a Telegram bot. Additionally, there is a naming inconsistency between the target site (BOSS Zhipin) and the output filename/description (Liepin), which may indicate low-quality or reused code from other scraping tools.
能力评估
Purpose & Capability
The name/description match the included script: it uses Playwright to open zhipin.com, read messages, regex-match Chinese mobile numbers, de-duplicate and append to a local file. No undeclared credentials or unrelated binaries are required. However, the docs contain optional instructions (use of proxies, cron scheduling, and a Telegram notification code snippet) that go beyond the core 'local-only extraction' claim and introduce potential for remote transmission.
Instruction Scope
SKILL.md and the script keep scope to browsing zhipin and saving to a local file, which is expected. But references/setup.md and the '扩展开发' section explicitly show how to add: (1) proxy usage to evade anti-bot measures, (2) cron-based periodic execution (persistence/automation), and (3) example code to POST results to Telegram (exfiltration). These optional instructions contradict the statement that 'extracted phones are only saved locally' and materially expand what an operator might easily enable.
Install Mechanism
There is no install spec for the skill bundle itself (instruction-only plus a Python script). The script depends on Playwright which requires pip install and browser downloads (playwright install chromium). Playwright's browser downloads are normal but notable because they fetch browser binaries; no other remote install URLs or untrusted downloads are embedded in the skill.
Credentials
The skill declares no required environment variables or secrets. The setup doc, however, references environment variables in examples (PLAYWRIGHT_DOWNLOAD_HOST for mirror downloads) and shows a Telegram TOKEN/CHAT_ID in example exfil code. Those are not required by default but the docs instruct how to add them, which could lead to storing service credentials if the user enables the optional notification integration.
Persistence & Privilege
The skill is not always-enabled and does not request elevated system privileges. But the documentation explicitly guides users to add cron jobs or integrate with a heartbeat to run the script periodically in headless mode. That usage pattern increases risk (automated, repeated scraping and potential long-term collection of personal data) even though the skill itself does not force persistent installation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhipin-phone-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhipin-phone-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of zhipin-phone-extractor:
- Automatically extracts phone numbers from BOSS直聘 (zhipin.com) chat messages using Playwright.
- Supports batch extraction, deduplication, and saves results to a local file.
- Flexible command-line options for output location, headless mode, and message limits.
- Detects unread messages and exports contacts with timestamps.
- Includes troubleshooting guide and integration suggestions for automated checks and multi-platform support.
元数据
常见问题
BOSS直聘手机号提取器 是什么?
自动从BOSS直聘聊天消息中提取手机号,批量收集HR联系方式并支持导出保存到本地文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 400 次。
如何安装 BOSS直聘手机号提取器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhipin-phone-extractor」即可一键安装,无需额外配置。
BOSS直聘手机号提取器 是免费的吗?
是的,BOSS直聘手机号提取器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
BOSS直聘手机号提取器 支持哪些平台?
BOSS直聘手机号提取器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BOSS直聘手机号提取器?
由 libaoming(@libaoming)开发并维护,当前版本 v1.0.0。
推荐 Skills