Job-search-email-system-claude test-run
This skill should be used when the user wants to manually trigger, test, or run the job search scripts — either the daily job search email or the remote job search email. Triggers on phrases like "run daily jobs", "test the remote search", "trigger the job email", "run it manually", "send the job digest now", "test remote job search".
install
source · Clone the upstream repo
git clone https://github.com/Mahashwetha/Job-search-email-system-claude
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Mahashwetha/Job-search-email-system-claude "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/test-run" ~/.claude/skills/mahashwetha-job-search-email-system-claude-test-run && rm -rf "$T"
manifest:
.claude/skills/test-run/SKILL.mdsource content
Test Run — Manual Script Execution
Manually trigger the daily or remote job search scripts outside their scheduled runs. Run all commands from the project root:
C:/Users/mahas/Learnings/claude-job-agent.
Daily job search
Run
daily_job_search.py. This reads List.xlsx, fetches hot jobs from LinkedIn, and sends the styled HTML digest email.
To force a full hot jobs refresh (re-fetch everything), delete
daily_hot_jobs.json before running.
Remote job search
Run
remote_search/remote_job_search.py.
Always add
for test runs. Without it, --no-save
previous_jobs.json gets overwritten and the NEW flag detection breaks for the real scheduled run. The Excel file still gets updated either way.
Only omit
--no-save when running for real (i.e. as a substitute for the scheduled run).
Common issues
— copyconfig.py not found
toconfig.template.py
and fill in credentials.config.py
on Excel — the script handles this with a temp copy fallback, but closingPermissionError
first is cleaner.List.xlsx- Email not received — check spam, verify
inEMAIL_CONFIG
.config.py