📦 Jobautopilot Submitter — 自动投递简历

v1.3.2

一键打开招聘页面,智能填写多步申请表(工作经历、教育背景、EEOC、下拉选项)并自动上传附件,全程无需人工干预,帮你高效完成海量职位投递。

0· 205·0 当前·0 累计
下载技能包
最后更新
2026/4/4
0
安全扫描
VirusTotal
stale
查看报告
OpenClaw
安全
medium confidence
The skill's requirements, scripts, and runtime instructions are consistent with an automated form-filling job-application tool, with no obvious mismatches or hidden network endpoints, though there are a few small implementation notes to verify before installing.
评估建议
This skill appears to do what it says: browser-driven form-filling using the openclaw CLI and local scripts. Before installing, (1) review the included scripts (check_required_fields.js, fill_template.sh, match_variant_options.sh) yourself to confirm they match your expectations; (2) verify where and how .docx resume parsing will run (SKILL.md mentions python-docx but there is no python script bundled); (3) ensure RESUME_DIR and TRACKER_PATH environment variables point only to directories/files ...
详细分析 ▾
用途与能力
Requested binaries (openclaw, python3), python-docx, and environment variables (name, email, phone, LinkedIn, RESUME_DIR, TRACKER_PATH) all align with the stated purpose of filling forms and uploading resumes. The included scripts (DOM query, shell fill template, fuzzy-match helpers) match browser automation/form-filling functionality.
指令范围
SKILL.md and scripts largely stay within form-filling scope: the JS is a read-only DOM query and shell templates run openclaw CLI commands. Two notes: (1) SKILL.md references reading .docx resumes via python-docx, but no python extraction script is present in the files — confirm how/where resume parsing is performed at runtime. (2) The skill writes ephemeral scripts to /tmp and reads files from RESUME_DIR and TRACKER_PATH; those filesystem accesses are expected but worth auditing (ensure paths point only to intended files).
安装机制
No install spec (instruction-only) and only three small local scripts are bundled. This is low-risk from installation perspective — no remote downloads or archive extraction.
凭证需求
Requested environment variables are appropriate for form-filling (personal info, resume directory, tracker path). They do grant access to local files/paths (RESUME_DIR, TRACKER_PATH) — this is expected but gives the skill access to those files. There are no unrelated secret keys or cloud credentials requested.
持久化与权限
The skill is not marked always:true and does not request persistent system modifications. The SKILL.md explicitly states it does not leave background processes running. Autonomous invocation is allowed (platform default) but not combined with other red flags.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.3.22026/4/1

- Updated documentation to clarify that all personal information is sourced from environment variables rather than config files. - Improved setup instructions: now emphasizes setting environment variables in the shell, removing references to sourcing a config file. - Bumped version to 1.3.3. - No code changes to scripts/fill_template.sh; changes are documentation-only.

stale

安装命令

点击复制
官方npx clawhub@latest install jobautopilot-submitter
镜像加速npx clawhub@latest install jobautopilot-submitter --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库