Open hot jobs
Skill Mahashwetha/Job-search-email-system-claude/.claude/skills/open-hot-jobs
Automated daily job search pipeline — aggregates company tracking, sends styled HTML email digests, tailors resumes with Gemini AI, drafts LinkedIn outreach messages, and scans remote job APIs for given location. Hot jobs for the given role and many features are made as claude skills too newly.
npx -y skills add Mahashwetha/Job-search-email-system-claude --skill open-hot-jobsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
This skill should be used when the user wants to open hot job listings in Chrome. Triggers on phrases like "open hot jobs", "open [category] hot jobs in chrome", "open all backend jobs", "open jobs in browser", "open [category] jobs chrome".
SKILL.md
1.2 KB, as published. Nobody here has run it
Open Hot Jobs in Chrome
Opens job URLs from daily_hot_jobs.json in Chrome tabs.
Categories (exact keys in JSON)
Senior JavaBackend JavaProduct OwnerAssistant Project ManagerTech Lead / Lead DeveloperAI / GenAI Engineer
Steps
- Read
daily_hot_jobs.json. - Identify which category the user wants (or all categories if unspecified).
- Extract the
urlfield from each job incurrent_jobs[category]. - Open all URLs at once using:
start chrome "url1" "url2" ... - Confirm how many tabs were opened and for which category.
Notes
- If no category is specified, ask the user which one (or confirm if they want all).
- If a category has no jobs (
[]), tell the user it's empty. - Use Comet browser (Perplexity):
"/c/Users/mahas/AppData/Local/Perplexity/Comet/Application/comet.exe" --new-window "url1" "url2" ... & - Always open in a new window using
--new-window.