Boss job detail
boss直聘求职端智能体工具箱,基于boss-client-cli实现自动抓取意向岗位和岗位筛选评分
npx -y skills add jwine1/boss-geek-agent-toolkit --skill boss-job-detailAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
根据 BOSS 直聘岗位 security_id 获取岗位详情,用于 JD 分析、简历建议和面试准备。 本 Skill 是 boss-geek-auto 编排流程的子步骤(Step 3),通常在 boss-geek-auto 工作流中调用,不应作为入口 Skill 直接加载。
SKILL.md
1.5 KB, as published. Nobody here has run it
BOSS 直聘岗位详情获取
通过 boss detail <security_id> 获取岗位详情,由 Agent 解析 CLI 输出并保存岗位职责、任职要求、技能要求、福利待遇和公司信息。
Windows 编码兼容规则
在 Windows + Claude Code 环境中,岗位详情可能包含 GBK 无法编码的 Unicode 字符。Agent 获取详情时应优先使用 PowerShell UTF-8 包装命令:
powershell -NoProfile -Command "$env:PYTHONUTF8='1'; $env:PYTHONIOENCODING='utf-8'; [Console]::OutputEncoding=[System.Text.Encoding]::UTF8; & 'E:/boss-geek-agent-toolkit/.venv/Scripts/boss.exe' detail '<security_id>'"
本 Skill 不依赖独立详情抓取脚本。岗位详情由 Agent 根据本文件规则直接调用 CLI 获取。
## 前提条件
- 已安装并登录 `boss-agent-cli`
- 已生成 `output/jobs.json`
- 已生成 `output/scores.json`
- 目标岗位存在 `security_id`
- Agent 具备执行命令、读取文件和写入文件的能力
## 输入文件
| 文件 | 用途 |
|---|---|
| `output/jobs.json` | 最新一次岗位搜索结果 |
| `output/scores.json` | 最新一次岗位评分结果 |
## 输出目录
```text
output/details/