← Back to Skills Marketplace
jiyangnan

Job Agent for Boss直聘

by AriesWarrior · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
23
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install job-agent
Description
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...
README (SKILL.md)

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 collect in 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

  1. Analyze the resume:
jobagent resume analyze --file \x3Cresume.pdf> --target-role "\x3Crole>" --target-cities \x3Ccity1> \x3Ccity2>
  1. 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
  1. Collect jobs:
jobagent jobs collect --city \x3Ccity> --query "\x3Crole keyword>" --pages 3 --output raw.json
  1. 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.

  1. Generate greeting previews:
jobagent greet preview --input ranked.json --limit 10 --output ready.json

Show every greeting preview and ask which ones to send.

  1. Send only after explicit approval:
jobagent greet send --input ready.json --limit 10
  1. 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
Usage Guidance
Review this before installing. Only use it if you trust the AgentMesh Job Agent upstream and are comfortable with a local CLI using your resume, Boss/Zhipin browser session, and cloud license key. Prefer downloading and inspecting the installer, pinning a release, and verifying checksums or signatures before running it; do not approve recruiter greeting sends until you have reviewed each preview.
Capability Assessment
Purpose & Capability
The skill is purpose-aligned for resume analysis, Boss/Zhipin job collection, ranking, greeting preview, and audited sends, with explicit rules requiring user review before sending greetings.
Instruction Scope
Runtime instructions disclose sensitive steps involving a resume file, Boss login/browser session, and recruiter greetings; user confirmation is required for sends, but the workflow still touches personal job-search data and an authenticated local browser session.
Install Mechanism
The setup section uses `curl ... | bash` for macOS/Linux and `irm ... | iex` for Windows PowerShell from a GitHub raw URL, with no checksum, signature, version pin, or inspection step before execution.
Credentials
The requested CLI, curl/PowerShell, optional API endpoint override, license key, resume access, and Boss browser login fit the job-search automation purpose, but users should treat the cloud API and local session use as sensitive.
Persistence & Privilege
No background service, hidden persistence, or privilege escalation is described in the artifact; the main privilege concern is executing a network-fetched installer and later using an authenticated local Boss session under user control.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install job-agent
  3. After installation, invoke the skill by name or use /job-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial ClawHub release for AgentMesh Job Agent.
Metadata
Slug job-agent
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments