open-hot-jobs

open-hot-jobs is a skill for Claude Code from Mahashwetha/Job-search-email-system-claude. It costs 62 tokens per session (317 once invoked), scanned A, original, MIT.

A browser-opening skill that reads saved job listings and opens their web addresses in Chrome tabs, grouped by job category.

In plain words
What is it for?
Use it to open all listings, or listings in a category such as Backend Java or AI/GenAI Engineer, in a new browser window.
Why use it?
It removes the repetitive work of finding each saved listing and opening the links one by one.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to open all listings, or listings in a category such as Backend Java or AI/GenAI Engineer, in a new browser window.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mahashwetha/job-search-email-system-claude/open-hot-jobs
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Mahashwetha/Job-search-email-system-claude --skill open-hot-jobs
Clone the repo
git clone --depth 1 https://github.com/Mahashwetha/Job-search-email-system-claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for open-hot-jobs

README.md
[![agentmods](https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/open-hot-jobs/github.svg)](https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/open-hot-jobs)
Your own site
<a href="https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/open-hot-jobs"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/open-hot-jobs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for open-hot-jobs

Your own site · 80×15
<a href="https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/open-hot-jobs"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/open-hot-jobs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 317 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.00317
Opus 5 $0.00031 $0.00159
Sonnet 5 $0.00012 $0.00063
Haiku 4.5 $0.00006 $0.00032

Measured 12d ago against content hash f032aa6cff2d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

open-hot-jobs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/open-hot-jobs/SKILL.md · 31 lines

What it actually says

Open Hot Jobs in Chrome

Opens job URLs from daily_hot_jobs.json in Chrome tabs.

Categories (exact keys in JSON)

  • Senior Java
  • Backend Java
  • Product Owner
  • Assistant Project Manager
  • Tech Lead / Lead Developer
  • AI / GenAI Engineer

Steps

  1. Read daily_hot_jobs.json.
  2. Identify which category the user wants (or all categories if unspecified).
  3. Extract the url field from each job in current_jobs[category].
  4. Open all URLs at once using: start chrome "url1" "url2" ...
  5. 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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 31 lines · 62 tokens per session scan A f032aa6cff2d

Subscribe to this mod's changes

open-hot-jobs is a skill published in the GitHub repository Mahashwetha/Job-search-email-system-claude (9 stars, last pushed 12d ago), licensed MIT. It adds 62 tokens to every session and 317 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

job-application-agent

Finds, evaluates, fills, submits, and tracks a candidate's own job applications using a verified resume, evidence-based targeting, secure local profile storage, and browser automation. Use for onboarding or migrating a job-search profile, searching active roles, assessing a posting, applying to an authorized URL or…

vaibhavarora14/job-application-agent · 74 tokens

app-docs

Generate complete user documentation for a web app with screenshots. Browses the app via browser automation, screenshots every screen, and produces a structured user guide with step-by-step instructions, annotated screenshots, workflow diagrams, and reference tables. Supports quick (key screens), standard (all pages)…

jezweb/claude-skills · 115 tokens

responsiveness-check

Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each width, and detects layout transitions (column changes, nav switches, overflow). Produces comparison reports showing exactly where layouts break. Trigger with 'responsiveness…

jezweb/claude-skills · 85 tokens

solve-captcha

Solve a CAPTCHA on the current browser tab - free checkbox/text paths first, then a configured token service for image challenges. Returns solved or unsolved for the caller to fall back.

suxrobGM/jobpilot · 40 tokens

ui-test

Runs UI tests described in plain English by driving real Chrome via the Claude-in-Chrome extension. Covers end-to-end flows (clicks, forms, assertions), visual checks (screenshot + optional baseline diff), accessibility (axe-core), performance (Web Vitals + light Lighthouse-style metrics), and an interactive --debug…

mostafa-drz/claude-skills · 190 tokens

daily-working

End-to-end pipeline: pull a task from the project's task tracker by ID (Redmine or GitHub Issues today, more addable via a new adapter), sanity-check and impact-assess it against the codebase before touching anything, implement it with the Claude CLI, verify the result in a real browser via the Claude Chrome extension…

tms-tungnguyen3/daily_working · 98 tokens