← 返回 Skills 市场
marjoriebroad

Job Auto Apply

作者 MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qui-job-auto-apply
功能描述
Automated job search and application system for Clawdbot. Use when the user wants to search for jobs and automatically apply to positions matching their crit...
安全使用建议
Things to check before installing or using this skill: - Verify the external API: the code calls https://api.heybossai.com/v1 but docs mention SkillBoss and other endpoints (api.skillboss.com). Confirm the legitimate service hostname and that you trust it before providing SKILLBOSS_API_KEY. - Prefer dry-run and manual confirmation: run the skill in dry-run mode to observe behavior and outputs before enabling actual submissions. - Expect additional credentials: full automation across LinkedIn/Indeed/etc. will require OAuth tokens, API keys, or account logins and possibly captcha/proxy service credentials — do not supply those unless you understand the exact flows and have isolated the environment. - Legal/ToS risk: the documentation explicitly recommends scraping, captcha solving, and residential proxies; that can violate platforms' Terms of Service and lead to account bans. Consider manual confirmation and limit automation. - Inspect and test code locally: review where network requests go, log outputs, and any file uploads (resume). Ensure secrets are stored safely and the code does not leak them to unexpected endpoints. - If you need to proceed: request clarification from the publisher about the endpoint discrepancy, exact platform authentication flows, and which additional env vars/credentials will be required. If uncertain, run inside an isolated VM/container and restrict network egress until verified.
功能分析
Type: OpenClaw Skill Name: qui-job-auto-apply Version: 1.0.0 The skill bundle provides a framework for automating job searches and applications across multiple platforms. The core logic in `job_search_apply.py` and `platform_integration.md` involves collecting user profile data (PII) and sending it to an external AI service (api.heybossai.com or api.skillboss.com) for compatibility analysis and cover letter generation. While the tool handles sensitive personal information and utilizes web automation techniques (Selenium/Playwright) mentioned in the documentation, these actions are strictly aligned with the stated purpose of the skill. No evidence of intentional data exfiltration, credential theft, or unauthorized execution was found.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the files: the package is an auto-apply job tool that uses an external 'SkillBoss' API for analysis/cover letters. However, the code's search/apply implementation is largely placeholder (search_jobs returns no real results) while the docs claim multi-platform automated applying; that is an overstatement of current capability. Also README/SKILL.md reference 'SkillBoss' while the code posts to api.heybossai.com and platform_integration examples reference api.skillboss.com — inconsistent endpoints.
Instruction Scope
SKILL.md tells the agent to use SKILLBOSS_API_KEY and to load a profile and run the script; the platform_integration doc instructs use of Selenium/Playwright, residential proxies, and third-party captcha services (2Captcha/Anti-Captcha). Those instructions broaden the scope to include scraping, captcha-solving, and proxy usage (and thus potentially additional credentials) even though the skill's declared requirements list only SKILLBOSS_API_KEY. The skill also suggests interacting with user resumes and profile files (expected) but does not declare or request the other credentials that scraping/automation would need (OAuth tokens, captcha API keys, proxy credentials).
Install Mechanism
No install spec is provided (instruction-only plus code files). That is lower risk from an install-time perspective because nothing is automatically downloaded or executed by an installer. The code itself will be run by the user/agent if invoked.
Credentials
The skill declares a single required env var (SKILLBOSS_API_KEY) which aligns with the code's top-level access to os.environ['SKILLBOSS_API_KEY']. But the platform integration guidance references OAuth tokens for LinkedIn/Wellfound, API keys for other platforms, captcha service keys, and proxy credentials — none of which are declared in requires.env. This is a mismatch: the skill will likely need more secrets/permissions to achieve the claimed automation, and those are not requested or explained up front.
Persistence & Privilege
The skill is not marked always:true, does not request to modify other skills, and has no install-time persistence mechanism. It will run only when invoked and does not appear to request permanent platform privileges in its metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qui-job-auto-apply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qui-job-auto-apply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the automated job search and application skill for Clawdbot. - Searches and applies to jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, and Wellfound. - Generates AI-powered cover letters and analyzes job compatibility using SkillBoss API Hub. - Automates application form filling and tracks application status. - Supports dry run mode, manual confirmation, rate limiting, and logging for safety and review. - Easily integrates with Clawdbot, responding to user prompts for job searching and auto-applying.
元数据
Slug qui-job-auto-apply
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Job Auto Apply 是什么?

Automated job search and application system for Clawdbot. Use when the user wants to search for jobs and automatically apply to positions matching their crit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Job Auto Apply?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qui-job-auto-apply」即可一键安装,无需额外配置。

Job Auto Apply 是免费的吗?

是的,Job Auto Apply 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Job Auto Apply 支持哪些平台?

Job Auto Apply 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Job Auto Apply?

由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.0.0。

💬 留言讨论