Install
openclaw skills install job-agentUse when the user wants help finding jobs on Boss直聘/Zhipin, analyzing a resume for job search, ranking Boss job listings, drafting personalized recruiter greetings, sending confirmed greetings, or auditing past Job Agent sends.
openclaw skills install job-agentHelp 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.
jobs collect in parallel, set page delay to zero, or wrap it with faster retry loops.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:
https://jobagent.agentmesh360.com/#applyhttps://github.com/jiyangnan/AgentMesh-JobAgent/issues/new?template=license-request.ymlhello@agentmesh360.comInitialize after the user provides a real key:
jobagent init --key <jba_live_xxx>
jobagent doctor env
jobagent resume analyze --file <resume.pdf> --target-role "<role>" --target-cities <city1> <city2>
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
jobagent jobs collect --city <city> --query "<role keyword>" --pages 3 --output raw.json
jobagent jobs rank --input raw.json --top 20 --output ranked.json
Show the scores, match levels, reasons, and risk flags to the user.
jobagent greet preview --input ranked.json --limit 10 --output ready.json
Show every greeting preview and ask which ones to send.
jobagent greet send --input ready.json --limit 10
jobagent greet audit
| 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 hello@agentmesh360.com. |
| 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. |
https://jobagent.agentmesh360.comhttps://github.com/jiyangnan/AgentMesh-JobAgenthttps://github.com/jiyangnan/agentmesh-core