← 返回 Skills 市场
jiyangnan

Job Agent for Boss直聘

作者 AriesWarrior · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
23
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install job-agent
功能描述
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...
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install job-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /job-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial ClawHub release for AgentMesh Job Agent.
元数据
Slug job-agent
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论