/install boss-geek
BOSS直聘求职者工具
OpenCLI 插件,复用 Chrome 登录态操作 BOSS直聘。
前置条件
-
安装 OpenCLI
npm install -g @jackwener/opencli -
在 Chrome 中登录 zhipin.com
-
安装 OpenCLI Chrome 扩展
-
安装插件:
opencli plugin install github:SPYQWER1/opencli-plugin-boss-geek
命令速查
| 命令 | 功能 | 示例 |
|---|---|---|
search |
搜索职位 | opencli boss-geek search 前端 --city 杭州 |
recommend |
推荐职位 | opencli boss-geek recommend --limit 10 |
detail |
职位详情 | opencli boss-geek detail \x3Csecurity-id> |
greet |
打招呼 | opencli boss-geek greet \x3Csecurity-id> --text "您好" |
chatlist |
聊天列表 | opencli boss-geek chatlist |
chatmsg |
聊天记录 | opencli boss-geek chatmsg \x3Cuid> --security-id \x3Cid> |
send |
发送消息 | opencli boss-geek send \x3Cuid> "消息内容" |
ID 说明
- securityId: 用于
detail和greet,从search/recommend的security_id字段获取 - encryptUid: 用于
chatmsg和send,从chatlist的encrypt_uid字段获取
注意: recommend 返回的职位可能已下线,建议先用 detail 验证。
详细用法
search - 搜索职位
opencli boss-geek search \x3C关键词> \
--city \x3C城市> \
--experience \x3C经验> \
--degree \x3C学历> \
--salary \x3C薪资> \
--limit \x3C数量>
参数:
--city: 城市 (北京/上海/杭州/深圳等)--experience: 应届/1-3年/3-5年/5-10年/10年以上--degree: 大专/本科/硕士/博士--salary: 3K以下/3-5K/5-10K/10-15K/15-20K/20-30K/30-50K/50K以上
greet - 打招呼
# 使用默认招呼语
opencli boss-geek detail \x3Csecurity-id>
# 自定义招呼语
opencli boss-geek greet \x3Csecurity-id> --text "我对这个职位很感兴趣"
chatmsg - 聊天记录
opencli boss-geek chatmsg \x3Cencrypt-uid> --security-id \x3Csecurity-id>
需要同时提供 encrypt_uid 和 security_id,两者都来自 chatlist 命令。
常见工作流
工作流 1: 搜索并打招呼
# 1. 搜索职位
opencli boss-geek search 前端 --city 杭州 --limit 10
# 2. 查看详情
opencli boss-geek detail \x3Csecurity-id>
# 3. 打招呼
opencli boss-geek greet \x3Csecurity-id> --text "您好,我对这个职位很感兴趣"
工作流 2: 回复消息
# 1. 查看聊天列表
opencli boss-geek chatlist --limit 20
# 2. 查看聊天记录
opencli boss-geek chatmsg \x3Cencrypt-uid> --security-id \x3Csecurity-id>
# 3. 回复消息
opencli boss-geek send \x3Cencrypt-uid> "好的,我稍后发简历给您"
错误处理
- Cookie 过期: 在 Chrome 中重新登录 zhipin.com
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install boss-geek - After installation, invoke the skill by name or use
/boss-geek - Provide required inputs per the skill's parameter spec and get structured output
What is boss-geek?
通过 Chrome 登录态操作 BOSS直聘,支持职位搜索、查看详情、向HR打招呼及管理聊天消息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install boss-geek?
Run "/install boss-geek" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is boss-geek free?
Yes, boss-geek is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does boss-geek support?
boss-geek is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created boss-geek?
It is built and maintained by SPYQWER1 (@spyqwer1); the current version is v1.0.1.