Install
openclaw skills install job-applicationsAutomates job search on Indeed, analyzes fit, tailors resume, and applies via Greenhouse, Lever, Workday, or Indeed Easy Apply, logging all results.
openclaw skills install job-applicationsAutomated job search and application system for Abed Mir. Searches Indeed for matching jobs, analyzes fit, tailors resume, and applies via ATS platforms (Greenhouse, Lever, Workday, Indeed Easy Apply).
job-applications/
├── config.json # Search criteria, filters, settings
├── resume-source/
│ ├── resume.json # Structured resume data (source of truth)
│ └── resume.tex # LaTeX template
├── scripts/
│ └── tailor_resume.py # Resume tailoring + LaTeX generation
├── tailored-resumes/ # Generated PDFs per application
├── tracking/
│ └── applications.json # Application log
└── logs/ # Run logs
For each new job:
For jobs that pass fit check:
Detect ATS platform from the application URL:
Fill all required fields from config.json candidate data. Upload tailored PDF.
Record in applications.json:
{
"id": "uuid",
"date": "ISO timestamp",
"company": "Company Name",
"title": "Job Title",
"url": "application URL",
"platform": "greenhouse|lever|workday|indeed",
"status": "applied|skipped|failed",
"skip_reason": null,
"resume_version": "tailored-resumes/company-title.pdf",
"notes": ""
}
Runs 3x daily:
boards.greenhouse.io/* or job-boards.greenhouse.io/*jobs.lever.co/**.myworkdayjobs.com/* or *.wd5.myworkdayjobs.com/*browser(action="close") or navigate away to prevent memory buildup and tab clutter