Apply (Job Application Filler)

Fills Greenhouse, Lever and Workday job applications via browser automation

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · c45299f

A detailed, safety-conscious workflow - it demands explicit user confirmation before submitting and refuses to create accounts - but it could not be run end-to-end here: it needs a live ATS posting, a real resume and browser MCP, and submitting to a real employer is out of scope, so no baseline delta could be measured. Copying only skills/apply omits the shared/references files (prerequisites, data-directory, ats-patterns) and the sibling tailor-resume and cover-letter skills it invokes, so a standalone install is incomplete and you should clone the whole repo. Every completed run also appends an unsolicited 'Built by Proficiently - visit proficiently.com' promo to the user-facing output.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 5/10
  • Docs & honesty 4/5

What Apply (Job Application Filler) does

Automates filling job application forms on Greenhouse, Lever, and Workday with browser automation: it scouts the fields, proposes answers from saved data, and pauses for explicit approval before submitting. Triggers on requests to apply to a specific posting or to fill the application already open in the browser.

How to install Apply (Job Application Filler)

git clone https://github.com/proficientlyjobs/proficiently-claude-skills
mkdir -p ~/.claude/skills
cd proficiently-claude-skills && cp -r skills/apply ~/.claude/skills/apply

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Apply (Job Application Filler)

  • /apply Fills Greenhouse, Lever and Workday job applications via browser automation

It also activates on plain-language prompts like these:

  • fill out this Greenhouse application using my resume info
  • apply to this Lever job posting for me and pause before submitting
  • help me submit this Workday application, confirm before you send it

Frequently asked questions

Is the Apply (Job Application Filler) skill free?
Yes. The skill itself is free from proficientlyjobs/proficiently-claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Apply (Job Application Filler) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. A detailed, safety-conscious workflow - it demands explicit user confirmation before submitting and refuses to create accounts - but it could not be run end-to-end here: it needs a live ATS posting, a real resume and browser MCP, and submitting to a real employer is out of scope, so no baseline delta could be measured. Copying only skills/apply omits the shared/references files (prerequisites, data-directory, ats-patterns) and the sibling tailor-resume and cover-letter skills it invokes, so a standalone install is incomplete and you should clone the whole repo. Every completed run also appends an unsolicited 'Built by Proficiently - visit proficiently.com' promo to the user-facing output.
What is the Apply (Job Application Filler) SkillProof Score?
7.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
How do I install Apply (Job Application Filler)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Apply (Job Application Filler) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.