This automates job searches on Boss Zhipin (BOSS直聘), China's major tech recruiting platform. It uses browser automation via the wuying-agentbay-sdk to search positions, filter by company size, salary ranges, and experience requirements, then extracts structured data including company details, compensation, and job descriptions. You give it step-by-step instructions in natural language and it returns markdown formatted results with up to 15 listings plus aggregate stats. The examples show filtering for AI Infra engineers at companies with 10,000+ employees or Python roles with specific salary bands. Watch out for CAPTCHA challenges that need manual intervention, and expect tasks to take a couple minutes since it's actually loading and parsing the live site.
npx -y skills add agentbay-ai/agentbay-skills --skill boss-job-search --agent claude-codeInstalls into .claude/skills of the current project.
python3 -m pip install wuying-agentbay-sdk
在使用此技能之前,请确保已安装必要的依赖包:
python3 -m pip install wuying-agentbay-sdk
python3 scripts/browser-use.py "<任务执行步骤>"
python3 scripts/browser-use.py " \
1. 前往Boss直聘网站 https://www.zhipin.com/ \
2. 等待页面加载完成,确认首页搜索框及导航栏显示正常 \
3. 定位顶部职位搜索框,输入关键词'AI Infra工程师' \
4. 点击搜索按钮(标注'搜索'或放大镜图标),进入职位列表页 \
5. 定位页面左侧筛选栏'公司规模'选项,展开下拉列表 \
6. 勾选'10000人以上'(若存在'10000人及以上'选项则勾选对应项) \
7. 等待页面自动刷新,筛选出符合公司规模条件的职位 \
8. 遍历前15条职位信息(若不足15条则获取全部) \
9. 提取每条职位的:职位名称、公司名称、公司规模、薪资范围、工作地点、职位发布时间、职位简介 \
10. 以markdown格式返回所有符合条件的职位信息
"
python3 scripts/browser-use.py " \
1. 访问Boss直聘 https://www.zhipin.com/ \
2. 在搜索框中输入'Python工程师' \
3. 点击搜索进入职位列表页 \
4. 提取前10条职位的详细信息 \
5. 以markdown格式整理返回
"
python3 scripts/browser-use.py " \
1. 打开Boss直聘网站 https://www.zhipin.com/ \
2. 搜索'产品经理' \
3. 在筛选栏中选择薪资范围'20-40K' \
4. 在筛选栏中选择经验要求'3-5年' \
5. 提取前15条符合条件的职位信息 \
6. 返回markdown格式的职位列表
"
## Boss直聘职位搜索 - [搜索关键词]
### 职位列表
1. **职位名称**
- 公司名称: xxx
- 公司规模: xxx人
- 薪资范围: xx-xxK
- 工作地点: xxx
- 发布时间: xxxx-xx-xx
- 职位简介: xxxxx
2. **职位名称**
- 公司名称: xxx
- 公司规模: xxx人
- 薪资范围: xx-xxK
- 工作地点: xxx
- 发布时间: xxxx-xx-xx
- 职位简介: xxxxx
### 统计信息
- 总计: xx条职位
- 平均薪资: xx-xxK
- 最高薪资: xxK
- 最低薪资: xxK
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills