Job Autopilot — Full Bundle
Install all three Job Autopilot skills and run the full end-to-end pipeline:
search → tailor → submit.
What this skill does
This is a bundle installer only. It contains two scripts:
- -
install.sh — runs openclaw skills install for each of the three sub-skills - INLINECODE2 — prompts for your personal info and writes a local config file
Neither script makes outbound network requests beyond openclaw skills install. No data is collected or sent to any server by these scripts. Note: the sub-skills (especially the submitter) use browser automation to navigate job sites — that browser activity does involve network traffic to those sites, initiated only when you explicitly request it.
Install all three skills
CODEBLOCK0
Verify all four are loaded:
CODEBLOCK1
How it works
CODEBLOCK2
Just tell OpenClaw what you want:
"Search for software engineer jobs in New York"
"Tailor my resume for the shortlisted jobs"
"Submit applications for all resume-ready jobs"
Privacy & data storage
Setup collects personal information and stores it locally only:
| Data | Stored at |
|---|
| Name, email, phone, LinkedIn | INLINECODE4 |
| Resume files |
Your existing folder (you choose during setup) |
| Tailored resumes & cover letters |
~/Documents/jobs/tailored/ (default, set during setup) |
| Job tracker |
~/.openclaw/workspace/job_search/job_application_tracker.md |
No data is sent to any third party. Browser automation uses two isolated profiles (search and apply) created locally. No passwords are stored by this skill. Login to job sites uses browser-saved credentials or manual entry — the skill never reads or stores any password.
Security
- - No outbound network calls from scripts:
install.sh and setup.sh operate locally only. The only network operations are openclaw skills install (downloading these skills) and browser navigation you explicitly request. - No password handling: This skill does not read, store, or transmit any passwords. Login flows rely on your browser's own credential store.
- Browser profiles: Setup instructs you to manually create two isolated profiles (
search, apply) using openclaw browser profile create. No browser profiles are created automatically by any script. You can inspect or delete them at any time. - Personal data: Written only to
~/.openclaw/users/<you>/config.sh. Setup automatically restricts this file to owner-only access (chmod 600). Read setup.sh in full before running to verify this. - Helper scripts: All scripts in
scripts/ are plain shell, Python, and JavaScript with no obfuscation, no encoded payloads, no remote fetches at runtime. - EEOC fields: Standard fields required by US job application forms (Equal Employment Opportunity Commission). Values are stored locally in your config and supplied only to forms you explicitly instruct the agent to fill. They are never logged or transmitted elsewhere.
Requirements
- - OpenClaw >= 2026.2.0
- Browser tool enabled
- INLINECODE19
Support
If Job Autopilot saved you time, a coffee is appreciated:
paypal.me/ZLiu308
职位自动导航 — 完整套装
安装全部三个职位自动导航技能,运行完整的端到端流程:
搜索 → 定制 → 提交。
本技能的功能
这是一个仅含安装包。包含两个脚本:
- - install.sh — 对三个子技能分别执行 openclaw skills install
- setup.sh — 提示输入个人信息并写入本地配置文件
这两个脚本均不会发起除 openclaw skills install 之外的出站网络请求。这些脚本不会收集或向任何服务器发送数据。注意:子技能(尤其是提交器)使用浏览器自动化来导航求职网站——该浏览器活动确实会涉及对这些网站的网络流量,但仅在您明确请求时才会触发。
安装全部三个技能
bash
openclaw skills install jobautopilot-bundle
openclaw skills install jobautopilot-search
openclaw skills install jobautopilot-tailor
openclaw skills install jobautopilot-submitter
验证全部四个技能已加载:
bash
openclaw skills check | grep jobautopilot
工作原理
jobautopilot-search ──► jobautopilot-tailor ──► jobautopilot-submitter
搜索职位 定制简历 填写并提交表单
筛选与跟踪 撰写求职信 验证与确认
只需告诉 OpenClaw 您想要什么:
搜索纽约的软件工程师职位
为已筛选的职位定制我的简历
为所有简历已准备好的职位提交申请
隐私与数据存储
设置过程会收集个人信息并仅存储在本地:
| 数据 | 存储位置 |
|---|
| 姓名、邮箱、电话、领英 | ~/.openclaw/users/<你>/config.sh |
| 简历文件 |
您现有的文件夹(设置过程中选择) |
| 定制简历与求职信 | ~/Documents/jobs/tailored/(默认,设置过程中设定) |
| 职位追踪器 | ~/.openclaw/workspace/job
search/jobapplication_tracker.md |
不会向任何第三方发送数据。浏览器自动化使用本地创建的两个独立配置文件(search 和 apply)。本技能不存储任何密码。 登录求职网站使用浏览器保存的凭据或手动输入——技能从不读取或存储任何密码。
安全性
- - 脚本无出站网络调用:install.sh 和 setup.sh 仅在本地运行。唯一的网络操作是 openclaw skills install(下载这些技能)以及您明确请求的浏览器导航。
- 无密码处理:本技能不读取、存储或传输任何密码。登录流程依赖您浏览器自身的凭据存储。
- 浏览器配置文件:设置过程会指导您使用 openclaw browser profile create 手动创建两个独立配置文件(search、apply)。任何脚本都不会自动创建浏览器配置文件。您可以随时检查或删除它们。
- 个人数据:仅写入 ~/.openclaw/users/<你>/config.sh。设置过程会自动将此文件限制为仅所有者可访问(chmod 600)。运行前请完整阅读 setup.sh 以验证这一点。
- 辅助脚本:scripts/ 中的所有脚本均为纯 Shell、Python 和 JavaScript,无混淆、无编码载荷、运行时无远程获取。
- EEOC 字段:美国求职申请表要求的标准字段(平等就业机会委员会)。值存储在本地配置中,仅提供给您明确指示代理填写的表单。它们不会被记录或传输到其他地方。
要求
- - OpenClaw >= 2026.2.0
- 已启用浏览器工具
- pip install python-docx
支持
如果职位自动导航为您节省了时间,欢迎请喝咖啡:
paypal.me/ZLiu308