Install
openclaw skills install job-trackerTrack job applications, contacts, deadlines, and follow-up reminders in a local SQLite database.
openclaw skills install job-trackerUse this skill when the user wants to capture job applications, update status, list upcoming follow-ups, or summarize the health of their application pipeline.
The helper script stores state in {baseDir}/.runtime/job-tracker.db.
python {baseDir}/scripts/job_tracker.py add --company "Example Corp" --role "AI Engineer" --status applied --applied-on 2026-03-20 --next-follow-up 2026-03-27 --contact-name "Priya" --contact-email "priya@example.com"
python {baseDir}/scripts/job_tracker.py update --id 1 --status interview --note "Recruiter scheduled first-round screen" --next-follow-up 2026-03-30
python {baseDir}/scripts/job_tracker.py list --status interview
python {baseDir}/scripts/job_tracker.py due --window 7
python {baseDir}/scripts/job_tracker.py summary