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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install job-agent - After installation, invoke the skill by name or use
/job-agent - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 23 downloads so far.
How do I install Job Agent for Boss直聘?
Run "/install job-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Job Agent for Boss直聘 free?
Yes, Job Agent for Boss直聘 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Job Agent for Boss直聘 support?
Job Agent for Boss直聘 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Job Agent for Boss直聘?
It is built and maintained by AriesWarrior (@jiyangnan); the current version is v0.1.0.