Browse / Job hunt / ai-job-search-cn
ai-job-search-cn
youngledo
基于 Claude Code 构建的 AI 驱动求职申请框架。复刻该项目,填写您的个人资料,让 Claude 评估职位、定制简历、撰写求职信并为您准备面试。
Open youngledo/ai-job-search-cn → Checked against the four rules.
Works with any agent
ships AGENTS.md, the cross-tool instruction file.
In its own words
这是一个基于 Claude Code 的 AI 求职工作区,面向中国大陆地区的求职流程做了本地化: 你可以维护个人资料和事实证据库,通过公开搜索发现岗位,或手动保存岗位 JD,让 Claude 帮你评估岗位、生成 BOSS 直聘打招呼话术、招聘者私信、中文求职信、简历 修改建议和面试准备材料。
本项目不会自动登录、私信、投递或操作任何招聘平台账号。
/china scrape只做 低频公开搜索和公开页面读取;如果遇到登录、反爬或内容不完整,会退回到手动补全 JD 的方式。
适用场景
- 长期维护一套个人求职资料库。
- 针对每个岗位先判断是否值得沟通或投递。
- 为 BOSS 直聘、猎聘、智联招聘、前程无忧、脉脉、国聘、公司官网等渠道的岗位生成
更有针对性的沟通材料。
- 根据事实证据库生成中文简历修改建议、中文求职信和面试回答。
- 保留上游通用能力,同时把中国大陆地区差异隔离在
markets/china/下。
- 自动登录招聘网站。
- 自动登录或高频批量抓取岗位。
- 自动投递或自动私信招聘者。
- 把招聘网站当成可无限采集的数据源。
核心结构
.claude/commands/china.md:/china命令入口。markets/china/profile/: 中文候选人资料、求职偏好、事实证据库。markets/china/search-queries.md: 中国大陆公开岗位搜索查询配置。markets/china/jobs/inbox/: 手动保存的岗位 JD。markets/china/jobs/evaluated/: 岗位评估、申请材料、排序报告和面试准备输出。markets/china/templates/: BOSS 打招呼、招聘者私信、中文求职信、跟进消息和面试回答模板。markets/china/workflows/:/china各子命令读取的工作流说明。cv/chinese/: 中文简历 LaTeX 模板。cover_letters/chinese/: 中文求职信 LaTeX 模板。
个人岗位数据和生成材料默认被 .gitignore 忽略,不应提交到公开仓库。
前置要求
- Claude Code CLI。
- Python 3.10+。
- 可选:LaTeX 发行版,例如 TeX Live、MacTeX、TinyTeX 或 MiKTeX。
- 可选:
pdftotext,用于通用/apply工作流的 ATS 文本层检查。 - 可选:Bun,仅当你要使用上游提供的招聘搜索 CLI 时需要。
如果要编译中文 LaTeX 模板,需要安装支持中文字体的 TeX 环境。Linux 通常需要安装 fonts-noto-cjk;macOS 和 Windows 通常可以使用系统自带中文字体。
快速开始
1. 启动 Claude Code
想先了解完整流程?可观看 The Next New Thing 的实操演示(录制于 2026 年 8 月,命令可能已更新)。
Quoting 7% of the README. Read the rest on GitHub ↗
This one grew out of another entry. It began as a copy of MadsLorentzen/ai-job-search, and most of its files are now different from the original, so it is listed in its own right rather than behind its source.
Where it came from
What this copy built: +markets — top-level directories this copy added on top of the original.
Read from the repository's git tree on 2026-08-17.