Install
$ agentstack add skill-mahashwetha-job-search-email-system-claude-test-run ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
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 --no-save for test runs. Without it, 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
config.py not found— copyconfig.template.pytoconfig.pyand fill in credentials.PermissionErroron Excel — the script handles this with a temp copy fallback, but closingList.xlsxfirst is cleaner.- Email not received — check spam, verify
EMAIL_CONFIGinconfig.py.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Mahashwetha
- Source: Mahashwetha/Job-search-email-system-claude
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.