apply
v0.2.0Browser-driven job application copilot — locate matching postings, score fit, tailor resume/cover letter/screening answers per job to score well on real evaluator engines (Workday HiredScore, Taleo, iCIMS, Ashby, LinkedIn, LLM screeners) with a deterministic keyword-coverage check, drive the application form with a human confirmation gate before every submit, and track the pipeline locally.
By Matt NoxonLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 11, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install apply for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install apply@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mnox/mnox-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/apply/.
Plugin files
├── .claude-plugin/plugin.json└── skills/apply/SKILL.md
Included Skills1
Browser-driven job search and application copilot — locate matching job postings, score fit, tailor the resume / cover letter / screening answers to each individual posting, and optimize each resume to score well on the evaluator engines big companies actually use (Workday HiredScore grading, Taleo Req Rank, iCIMS, Greenhouse/LinkedIn recruiter search, Ashby and LLM screeners) via tiered keyword mapping, a deterministic coverage check, and parse-fidelity verification — then drive the application form in a real browser with a human confirmation gate before every submit. Use when: '/apply', 'help me apply to jobs', 'find jobs and apply', 'tailor my resume for this posting', 'make my resume pass the ATS', 'apply to this job for me', 'run my job hunt', 'fill out this application'. Truth-locked: emphasis and wording adapt per job, facts never do. Never submits without explicit approval, never handles passwords, never bypasses CAPTCHAs or anti-bot controls.
Plugin manifests1
{
"name": "apply",
"version": "0.2.0",
"description": "Browser-driven job application copilot — locate matching postings, score fit, tailor resume/cover letter/screening answers per job to score well on real evaluator engines (Workday HiredScore, Taleo, iCIMS, Ashby, LinkedIn, LLM screeners) with a deterministic keyword-coverage check, drive the application form with a human confirmation gate before every submit, and track the pipeline locally.",
"author": {
"name": "Matt Noxon"
},
"homepage": "https://github.com/mnox/mnox-ai",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[apply on Agent Plugins Marketplace](https://pluginsmp.com/plugins/apply)