Job Tracker
/install job-tracker
Job Tracker
Use this skill when the user wants to capture job applications, update status, list upcoming follow-ups, or summarize the health of their application pipeline.
When to Use
- Logging a new application from a chat message.
- Updating status after an interview or recruiter reply.
- Finding deadlines or follow-ups due soon.
- Summarizing the current application pipeline.
Commands
The helper script stores state in {baseDir}/.runtime/job-tracker.db.
Add an application
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 "[email protected]"
Update an application
python {baseDir}/scripts/job_tracker.py update --id 1 --status interview --note "Recruiter scheduled first-round screen" --next-follow-up 2026-03-30
List applications
python {baseDir}/scripts/job_tracker.py list --status interview
Show follow-ups due soon
python {baseDir}/scripts/job_tracker.py due --window 7
Show a summary
python {baseDir}/scripts/job_tracker.py summary
Safety Boundaries
- Never invent application updates that the user did not supply.
- Treat inferred dates as tentative unless explicitly confirmed.
- Keep recruiter notes factual and avoid speculative judgments.
- If a required field is missing, say so clearly instead of writing partial garbage into the database.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install job-tracker - After installation, invoke the skill by name or use
/job-tracker - Provide required inputs per the skill's parameter spec and get structured output
What is Job Tracker?
Track job applications, contacts, deadlines, and follow-up reminders in a local SQLite database. It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install Job Tracker?
Run "/install job-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Job Tracker free?
Yes, Job Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Job Tracker support?
Job Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Job Tracker?
It is built and maintained by Mehul Bhojraj Upase (@mehulupase01); the current version is v0.1.0.