by offercontext
开源、本地优先的 AI 求职与投递管理工具,支持简历管理、刷题练习、模拟面试、面试复盘、Offer 对比与谈薪指导。Open-source, local-first AI job-search workspace and application tracker with resume management, practice questions, mock interviews, interview reviews, offer comparison, and salary negotiation guidance.
# Add to your Claude Code skills
git clone https://github.com/offercontext/offerPilotLast scanned: 9/10/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-09-10T08:40:34.369Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}offerPilot is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by offercontext. 开源、本地优先的 AI 求职与投递管理工具,支持简历管理、刷题练习、模拟面试、面试复盘、Offer 对比与谈薪指导。Open-source, local-first AI job-search workspace and application tracker with resume management, practice questions, mock interviews, interview reviews, offer comparison, and salary negotiation guidance. It has 716 GitHub stars.
Yes. offerPilot passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/offercontext/offerPilot" and add it to your Claude Code skills directory (see the Installation section above).
offerPilot is primarily written in Python. It is open-source under offercontext on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh offerPilot against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
集中管理投递进度、简历、面试与 Offer,让每一轮准备都有记录可查。
OfferPilot 由 offercontext 维护,是面向个人求职者的开源 AI 求职工作台。 你可以在本地管理不同公司和岗位的投递记录,整理简历与岗位描述, 进行模拟面试、保存复盘,并比较收到的 Offer。
English: OfferPilot by offercontext is an open-source, local-first AI job application tracker for individual job seekers. It supports resume management, interview preparation, mock interviews, interview reviews, offer comparison and salary negotiation preparation.
支持 Docker 或源码方式在本机部署。基础投递记录无需先配置 AI; 使用 AI 辅助功能时,再连接自己的模型服务。
| 功能 | 具体用途 |
|---|---|
| 投递管理 | 按公司、岗位和阶段跟进求职进度,关联岗位描述与面试安排 |
| 简历与材料准备 | 管理简历版本,结合岗位要求生成并审阅材料建议 |
| 面试准备与模拟 | 根据简历和岗位描述练习问答,查看 AI 追问与反馈 |
| 面试复盘 | 保存面试记录,选择并确认需要继续练习的重点 |
| Offer 对比与谈薪 | 比较已填写的薪酬、福利和答复期限,准备谈薪沟通 |
| Pilot AI 助手 | 结合求职资料查询、分析、起草内容或提出修改建议 |
Pilot 是内置 AI 助手,Haru 是可选角色入口;隐藏 Haru 不影响使用 Pilot。
本仓库介绍本地部署版本。在线服务可访问 offerContext Hub; 其功能与数据处理方式以站内说明为准,不默认与本地版本一致或互通。
以下为本地部署开发版的实际界面,截图更新于 2026 年 9 月。不同版本的功能与界面可能存在差异,截图对应版本见用户指南。
在同一看板中查看公司、岗位与当前阶段,按待投递、已投递、笔试、面试、Offer 和结束整理进展。

在投递详情中选择简历和本次使用的岗位描述(JD),进入材料工作区生成并审阅建议。确认后创建岗位简历版本,保留基础简历。

在同一个会话中查询投递进展、整理岗位资料或起草下一步计划,并对照右侧参考资料核对建议。

从已安排的面试进入练习,或直接使用“快速模拟”,选择并核对本次岗位资料与简历后开始问答。独立练习不要求先创建真实投递或日程。

录入 Offer 后可以比较已知薪酬条件、补充自定义比较维度,并进入谈薪准备或谈薪教练,整理下一次沟通的重点。

选择 Docker 或源码方式启动,完成其中一种即可:
git clone https://github.com/offercontext/offerPilot.git offerpilot
cd offerpilot
docker build -t offerpilot .
docker run --rm -p 127.0.0.1:8080:8080 -v offerpilot-data:/data offerpilot
打开 http://localhost:8080。
git clone https://github.com/offercontext/offerPilot.git offerpilot
cd offerpilot
uv sync
cd web
npm ci
npm run build
cd ..
uv run oc start
打开 http://localhost:8080。上述两种方式均以本机访问为默认用途。
| 启动方式 | 默认数据位置 |
|---|---|
| 源码启动 | 用户主目录下的 ~/.offerpilot,可通过 OFFERPILOT_DATA 调整 |
| 上述 Docker 命令 | offerpilot-data 数据卷,挂载到容器内的 /data |
先记录一个岗位,不必先配置 AI。打开投递看板,添加公司和岗位,再进入详情保存岗位描述。
需要 AI 辅助时,再到“设置 → AI 与模型 → 配置 AI”填写模型服务信息,测试连接、应用到 Provider 列表,最后点击页面顶部“保存”。完整步骤见第一次使用指南。
可以。记录投递、保存岗位描述和手动编辑资料等基础功能不要求先配置 AI。 材料生成、模拟问答和 AI 分析等功能需要配置相应的模型服务。
不是。业务数据保存在本地工作区,但使用 AI 功能时, 相关资料会发送给你配置的模型服务,并可能产生服务商费用。 本地保存不等于所有 AI 计算都在本地完成。
不会。OfferPilot 用于管理求职过程、准备材料和整理建议, 不自动向招聘方投递或发送消息。关键求职记录的修改默认需要用户确认。
详细操作与问题排查见用户指南。
桌面宽屏的 Pilot 看板娘使用 Live2D 官方样例角色 Haru 受付版与 Cubism Core。相关角色、模型数据及运行时版权归 Live2D Inc. 所有,不包含在 OfferPilot 的 AGPLv3 授权中;使用与分发需同时遵守 Live2D 样例模型条款 与 Live2D SDK 许可。
This content uses sample data owned and copyrighted by Live2D Inc. The sample data are utilized in accordance with terms and conditions set by Live2D Inc. This content itself is created at the author’s sole discretion.
可选离线转写使用 Apache-2.0 许可的 @huggingface/transformers、ONNX Runtime Web 与 onnx-community/whisper-small。模型固定到 revision 461d552a09349d5d0d0779b40dd79800eaa3e35a,不会提交到 Git 仓库或打入模型权重;用户主动下载后仅缓存在当前浏览器。详细说明见 web/public/offline-whisper-NOTICE.md。