Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

jobautopilot-bundle工作自动驾驶捆绑包

Agent Skill

jobautopilot-bundle 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,663

周安装

307

GitHub Stars

公开资料未说明

下载量

2,481
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:jobautopilot-bundle(工作自动驾驶捆绑包)
来源仓库:https://github.com/jerronl/jobautopilot-bundle
安装命令:
openclaw skills install jobautopilot-bundle
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install jobautopilot-bundle

简介

Job Autopilot 捆绑包提供一站式求职自动化工具链,涵盖搜索、简历定制与申请提交。

  • 适合希望快速搭建完整求职流水线而不单独安装多个组件的用户。
  • 自动部署 search、tailor、submit 等子模块,简化配置流程。
  • 使用前需评估各子技能的权限需求和网络访问范围。
  • 建议阅读捆绑包说明文档以了解模块间依赖关系。

SKILL.md

name
jobautopilot-bundle
description
Installs the full Job Autopilot pipeline — search jobs, tailor resumes, and submit applications. Convenience bundle that installs jobautopilot-search, jobautopilot-tailor, and jobautopilot-submitter in one step.
author
jerronl
version
1.3.3
homepage
https://github.com/jerronl/jobautopilot
tags
metadata
clawdbot
emoji
🤖
requires
bins
files

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
  • setup.sh — 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

openclaw skills install jobautopilot-bundle
openclaw skills install jobautopilot-search
openclaw skills install jobautopilot-tailor
openclaw skills install jobautopilot-submitter

Verify all four are loaded:

openclaw skills check | grep jobautopilot

How it works

jobautopilot-search  ──►  jobautopilot-tailor  ──►  jobautopilot-submitter
   Find jobs               Tailor resume              Fill & submit forms
   Filter & track          Write cover letter         Verify & confirm

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:

DataStored at
Name, email, phone, LinkedIn~/.openclaw/users/<you>/config.sh
Resume filesYour 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
  • pip install python-docx

Support

If Job Autopilot saved you time, a coffee is appreciated: paypal.me/ZLiu308

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.07%
按下载量换算2,111

安全审计

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills