
from donzhu2020/job-tracker38
Automated job hunting skill that searches jobs via JobSpy (LinkedIn guest API, free) and JSearch (RapidAPI/Google Jobs, 200 req/month free), matches them to
Automated job hunting skill that searches jobs via JobSpy (LinkedIn guest API, free) and JSearch (RapidAPI/Google Jobs, 200 req/month free), matches them to your resume using scoring, generates personalized cover letters, and saves results to Obsidian. Triggers: /job-hunt, "find jobs", "job search", "hunt for jobs"
Use when you need the agent to provide specialized guidance or automation related to this skill. See triggers below for typical invocation phrases.
Scripts: none
References: none
Instructions: summarized from the SKILL.md body
Likely compatible with coding assistants and agent frameworks (Claude Code, GitHub Copilot, OpenAI Codex) depending on repository tooling.
Job Hunter is a comprehensive job search automation skill combining JobSpy (LinkedIn guest API) and JSearch (RapidAPI/Google Jobs) with resume scoring and Obsidian integration. The SKILL.md is well-written with clear workflow, config reference, and troubleshooting. However, all 8 scripts failed to run: 5 Python scripts fail with ModuleNotFoundError for 'common' (shared module directory not bundled in the skill), jsearch_scraper also missing 'httpx', setup_config.py requires interactive input without DRY_RUN support, and setup_venv.sh fails due to missing python3-venv package. The common/ directory referenced in SKILL.md is not included in the fetched scripts.
common (shared module directory not included in skill bundle)httpxpython3-venvjobspyShell injection risk in daily_job_hunt.sh: uses string interpolation with config file paths in heredoc Python snippets. Minor concern since config is user-controlled. The skill is well-structured and genuinely useful, but incomplete packaging — the common/ module directory is critical for operation but not included in the skill bundle. This makes the skill non-functional as shipped.