Job Agent for Boss直聘
/install job-agent
Job Agent for Boss直聘
Help the user run AgentMesh Job Agent, a local CLI workflow for Boss直聘 job search. The agent drives the CLI; the user keeps control of login and final sends.
Safety Rules
- Never send greetings until the user has reviewed the generated previews and explicitly approved sending.
- Never invent a license key. If the user lacks one, stop and point them to the application form, GitHub issue, or email below.
- Do not run
jobs collectin parallel, set page delay to zero, or wrap it with faster retry loops. - Treat Boss login, resume originals, browser cookies, and sending actions as local user-controlled steps.
- If Boss shows a verification challenge or the CLI reports an upstream verify redirect, pause and ask the user how they want to proceed.
Setup
If jobagent is unavailable, install the public CLI:
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/jiyangnan/AgentMesh-JobAgent/main/scripts/install.sh | bash
Windows PowerShell:
irm https://raw.githubusercontent.com/jiyangnan/AgentMesh-JobAgent/main/scripts/install.ps1 | iex
Cloud features require a license key beginning with jba_live_. Request one through:
- Form:
https://jobagent.agentmesh360.com/#apply - GitHub Issue:
https://github.com/jiyangnan/AgentMesh-JobAgent/issues/new?template=license-request.yml - Email:
[email protected]
Initialize after the user provides a real key:
jobagent init --key \x3Cjba_live_xxx>
jobagent doctor env
Workflow
- Analyze the resume:
jobagent resume analyze --file \x3Cresume.pdf> --target-role "\x3Crole>" --target-cities \x3Ccity1> \x3Ccity2>
- Log in to Boss直聘. Before running the command, tell the user:
I will open a separate Chrome window for Boss直聘 login. Please scan the QR code in that new Chrome window with the Boss app, wait until the page reaches your Boss workspace, then come back and tell me "logged in". Do not close that Chrome window; Job Agent uses it for job collection and confirmed sending.
Then run:
jobagent login
- Collect jobs:
jobagent jobs collect --city \x3Ccity> --query "\x3Crole keyword>" --pages 3 --output raw.json
- Rank jobs:
jobagent jobs rank --input raw.json --top 20 --output ranked.json
Show the scores, match levels, reasons, and risk flags to the user.
- Generate greeting previews:
jobagent greet preview --input ranked.json --limit 10 --output ready.json
Show every greeting preview and ask which ones to send.
- Send only after explicit approval:
jobagent greet send --input ready.json --limit 10
- Audit:
jobagent greet audit
Common Handling
| Situation | Response |
|---|---|
missing_license |
Ask the user to request or provide a real jba_live_... key, then run jobagent init --key .... |
invalid_license |
Surface the CLI error. Do not retry with invented keys. |
quota_exceeded |
Tell the user the cloud quota is exhausted and suggest contacting [email protected]. |
| Login timeout | Re-run jobagent login when the user is ready to scan. |
| Scanned/image resume | Ask for a text-based PDF, DOCX, TXT, or Markdown resume. |
Links
- Product:
https://jobagent.agentmesh360.com - Public CLI:
https://github.com/jiyangnan/AgentMesh-JobAgent - AgentMesh ecosystem:
https://github.com/jiyangnan/agentmesh-core
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install job-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/job-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Job Agent for Boss直聘 是什么?
Use when the user wants help finding jobs on Boss直聘/Zhipin, analyzing a resume for job search, ranking Boss job listings, drafting personalized recruiter gre... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 23 次。
如何安装 Job Agent for Boss直聘?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install job-agent」即可一键安装,无需额外配置。
Job Agent for Boss直聘 是免费的吗?
是的,Job Agent for Boss直聘 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Job Agent for Boss直聘 支持哪些平台?
Job Agent for Boss直聘 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Job Agent for Boss直聘?
由 AriesWarrior(@jiyangnan)开发并维护,当前版本 v0.1.0。