Automate job applications on LinkedIn using Playwright MCP tools. Supports Easy Apply jobs, single job applications, batch processing, and multi-page automation.
npx claudepluginhub yennanliu/linkedin-skillAutomate job applications on LinkedIn using Playwright MCP tools. Supports Easy Apply jobs, single job applications, batch processing, and multi-page automation with controls.
Share bugs, ideas, or general feedback.
A Claude Code skill for automating job applications on LinkedIn using Playwright MCP tools.
🌐 Visit Repository | 📚 Documentation | 🚀 Quick Start
This skill enables automated job applications on LinkedIn using Easy Apply. It supports:
Install directly from GitHub marketplace in Claude Code:
claude
# Add to marketplace
/plugin marketplace add jerryliu/linkedin-skill
# Install the skill
/plugin install linkedin-job-auto-apply
# Verify installation
/plugin list
# Use the skill
/linkedin-job-auto-apply
Run the installation script:
git clone https://github.com/jerryliu/linkedin-skill.git
cd linkedin-skill
./install.sh
This copies the skill to ~/.claude/skills/linkedin-job-auto-apply/
For local development and testing:
claude
# Add local marketplace
/plugin marketplace add /path/to/linkedin-skill
# Install from local source
/plugin install linkedin-job-auto-apply@local
# Or reference directly in project CLAUDE.md
In your project's CLAUDE.md:
# Project Skills
Load the LinkedIn job automation skill:
@skill /path/to/linkedin-skill/SKILL.md
Before using this skill, ensure:
/linkedin-job-auto-apply
You can also ask Claude directly:
Help me apply to software engineering jobs on LinkedIn
Claude will recognize the task and offer to use this skill.
Use the LinkedIn job automation skill to apply to a single software engineering job as a test
Use the LinkedIn skill to apply to remote software engineering jobs in United States,
process 3 pages with Easy Apply only
Apply to backend developer positions on LinkedIn in San Francisco Bay Area,
target 25 applications, Easy Apply only
The skill supports these configuration options:
| Option | Default | Description |
|---|---|---|
startPage | 1 | Starting page number |
targetApplications | 20 | Target number of successful applications |
maxPages | 20 | Maximum pages to process |
searchKeywords | 'software engineer' | Job search keywords |
location | 'United States' | Job location |
easyApplyOnly | true | Only apply to Easy Apply jobs |
delayMin | 2000 | Minimum delay between jobs (ms) |
delayMax | 4000 | Maximum delay between jobs (ms) |