boss-recommend-downloader

boss-recommend-downloader is a skill for Claude Code, Codex from 1xiaoyueryuer/boss-hr-agent-toolkit. It costs 232 tokens per session (1,668 once invoked), scanned A, original, MIT.

A reference workflow for downloading full resumes from recommended candidates on BOSS, a Chinese recruiting platform. It uses a real Edge browser session and saves the results for a run.

In plain words
What is it for?
Use it as implementation reference when retrieving candidate lists and resumes for a job, provided the required BOSS login, browser setup, and run files are available.
Why use it?
It documents the required login state, tools, confirmation step, and processing stages for this specific resume-download workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it as implementation reference when retrieving candidate lists and resumes for a job, provided the required BOSS login, browser setup, and run files are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/1xiaoyueryuer/boss-hr-agent-toolkit/boss-recommend-downloader
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 1xiaoyueryuer/boss-hr-agent-toolkit --skill boss-recommend-downloader
Clone the repo
git clone --depth 1 https://github.com/1xiaoyueryuer/boss-hr-agent-toolkit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for boss-recommend-downloader

README.md
[![agentmods](https://agentmods.dev/badge/skills/1xiaoyueryuer/boss-hr-agent-toolkit/boss-recommend-downloader/github.svg)](https://agentmods.dev/skills/1xiaoyueryuer/boss-hr-agent-toolkit/boss-recommend-downloader)
Your own site
<a href="https://agentmods.dev/skills/1xiaoyueryuer/boss-hr-agent-toolkit/boss-recommend-downloader"><img src="https://agentmods.dev/badge/skills/1xiaoyueryuer/boss-hr-agent-toolkit/boss-recommend-downloader/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for boss-recommend-downloader

Your own site · 80×15
<a href="https://agentmods.dev/skills/1xiaoyueryuer/boss-hr-agent-toolkit/boss-recommend-downloader"><img src="https://agentmods.dev/badge/skills/1xiaoyueryuer/boss-hr-agent-toolkit/boss-recommend-downloader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 232 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00232 $0.01668
Opus 5 $0.00116 $0.00834
Sonnet 5 $0.00046 $0.00334
Haiku 4.5 $0.00023 $0.00167

Measured 12d ago against content hash 98513ad2a23d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

boss-recommend-downloader scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/recommend_download.py, scripts/recommend_list.py, scripts/run_all.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

boss-recommend-downloader/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

推荐牛人简历下载

核心目标:安全地从推荐牛人页面拉候选人列表 + 下载完整简历。

安全级别:🟢 极低风险(真实 Edge TLS 指纹 + 随机延迟)


流程

Step 2a: scripts/recommend_list.py
  patchright 滚动 + 拦截 geek/list API
        ↓
Step 2b: scripts/recommend_download.py
  patchright + 浏览器 fetch(真实 Edge 指纹)
        ↓
输出: runs/<run_id>/process/new_resumes.json

核心原理:通过 patchright 在真实 Edge 浏览器内执行 fetch() 调用 BOSS API, 使用浏览器真实的 TLS 指纹和 Cookie,与真人操作完全一致。


前置条件

要求
Python 3.10+
patchright pip install patchright
Edge --remote-debugging-port=9222 启动
BOSS 招聘者 扫码登录完成(zp_at/wt2/bst cookie 齐全)
Step 1 已跑通 boss_jd.py,拿到 encryptJobId + run_id
确认门 runs/<run_id>/run.json.confirmed=true

登录态由 shared/cdp_preflight.check_login() 自检。


Step 2a: 拉候选人列表

脚本scripts/recommend_list.py

原理:在推荐牛人页面滚动时,前端懒加载调用 geek/list API。用 patchright 拦截响应,提取候选人 ID。

调用

python scripts/recommend_list.py \
  --job-name "<岗位中文名>" \
  --encrypt-job-id "<BOSS encryptJobId>" \
  --run-id "<run_id>" \
  --batch-size 25

参数

参数 必填 说明
--job-name 岗位中文名(jobs.json metadata)
--encrypt-job-id 工作区目录名 = encryptJobId
--run-id 当前 run_id(数据边界)
--batch-size 默认 25;调到 50 也行,但别超过

输出

runs/<run_id>/process/recommend_geek_ids.json


Step 2b: 下载简历

脚本scripts/recommend_download.py

原理:patchright 在浏览器内 fetch /wapi/zpjob/view/geek/info,使用真实 Edge TLS 指纹 + Cookie。

调用

python scripts/recommend_download.py \
  --job-name "<岗位中文名>" \
  --encrypt-job-id "<BOSS encryptJobId>" \
  --run-id "<run_id>" \
  --max 5

参数

参数 必填 说明
--job-name
--encrypt-job-id
--run-id
--max 最多下载多少份(建议 5~10 起步)

输出

文件 内容
runs/<run_id>/process/new_resumes.json 本次新增成功简历
runs/<run_id>/process/failed_resumes.json 失败列表

跨 run 累计简历在 state/resumes_master.json(自动去重)。

Read the full file on GitHub · 211 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 211 lines · 232 tokens per session scan A 98513ad2a23d

Subscribe to this mod's changes

boss-recommend-downloader is a skill published in the GitHub repository 1xiaoyueryuer/boss-hr-agent-toolkit (46 stars, last pushed 1mo ago), licensed MIT. It adds 232 tokens to every session and 1,668 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

computer-use

OS/window-level inspection and input in visible local app windows through orca computer: native apps, external browser windows (Chrome, Edge, Safari), and app webviews. Not for Orca's embedded browser (use orca-cli) or page-only automation (use Playwright or CDP).

stablyai/orca · 62 tokens

opencli-browser

Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing…

jackwener/OpenCLI · 80 tokens

opencli-autofix

Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.

jackwener/OpenCLI · 61 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

opencli-browser-sitemap

Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily, choose adapter/browser fallback paths, resume from state signatures, and mark stale sitemap entries without trusting them over live…

jackwener/OpenCLI · 64 tokens

playwright

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.

XiaomiMiMo/MiMo-Code · 45 tokens