discover

discover is a skill for Claude Code from palashjain95/jobhunter. It costs 86 tokens per session (1,567 once invoked), scanned A, original, MIT.

A job-search command that looks across job boards, company career pages, and the wider web for roles matching a candidate's profile. It can expand job titles, retrieve job descriptions, and sort results by fit.

In plain words
What is it for?
Finding roles such as product-management jobs at fintech startups or senior roles in a chosen city. It can search a supplied job-board or careers-page URL.
Why use it?
It reduces the need to search many sites manually and helps narrow a long list of openings. It can also flag practical details such as visas and relocation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is If you see unfamiliar `~~` placeholders, see [CONNECTORS.md](../../CONNECTORS.md)..

Part of the jobhunter plugin — 13 skills, 3 agents, 2 hooks, 7 MCP servers shipped together

Good fit Finding roles such as product-management jobs at fintech startups or senior roles in a chosen city. It can search a supplied job-board or careers-page URL.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/palashjain95/jobhunter
agentmods
npx agentmods add skills/palashjain95/jobhunter/discover

Made for: Claude Code.

Or install jobhunter, the plugin that ships this one along with the rest of its 13 skills, 3 agents, 2 hooks, 7 MCP servers.

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 discover

README.md
[![agentmods](https://agentmods.dev/badge/skills/palashjain95/jobhunter/discover/github.svg)](https://agentmods.dev/skills/palashjain95/jobhunter/discover)
Your own site
<a href="https://agentmods.dev/skills/palashjain95/jobhunter/discover"><img src="https://agentmods.dev/badge/skills/palashjain95/jobhunter/discover/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 discover

Your own site · 80×15
<a href="https://agentmods.dev/skills/palashjain95/jobhunter/discover"><img src="https://agentmods.dev/badge/skills/palashjain95/jobhunter/discover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,567 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.00086 $0.01567
Opus 5 $0.00043 $0.00783
Sonnet 5 $0.00017 $0.00313
Haiku 4.5 $0.00009 $0.00157

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

Security

Grade A, and why

discover 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 9d 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/discover/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/discover

If you see unfamiliar ~~ placeholders, see CONNECTORS.md.

Usage

/discover
/discover product manager at fintech startups
/discover senior PM roles in NYC
/discover <URL to job board or company careers page>

How It Works

┌─────────────────────────────────────────────────────────┐
│                      DISCOVER                            │
├─────────────────────────────────────────────────────────┤
│  Phase 1: Build queries from profile                     │
│  - Expand target titles to adjacent roles               │
│  - Map seniority level to search terms                  │
│                                                          │
│  Phase 2: Search across sources                          │
│  - Target company careers pages (if companies listed)   │
│  - Web search (LinkedIn, job boards, career pages)      │
│  - Industry-specific boards                             │
│                                                          │
│  Phase 3: Evaluate and fetch JDs                         │
│  - Quick fit score (High / Medium / Low)                │
│  - Fetch full JD text when possible                     │
│  - Flag logistics (visa, relocation, start date)        │
│                                                          │
│  Phase 4: Triage and present                             │
│  - Deduplicate, rank by fit, group by company           │
│  - Separate: Role Matches vs Hidden Gems                │
└─────────────────────────────────────────────────────────┘

Detailed search strategies are in references/search-strategies.md. Load it for platform-specific query patterns and title expansion tables.

Inputs

  • Candidate profile from knowledge/profile.md (target roles, companies, location, situation)
  • Optional: specific company, role type, job board URL, or search criteria from user
  • If pipeline-data.md exists: check for existing contacts that could be referral paths

Produce

1. Role Matches

For each discovered role:

Read the full file on GitHub · 164 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 164 lines · 86 tokens per session scan A ee6c17dd0262

Subscribe to this mod's changes

discover is a skill published in the GitHub repository palashjain95/jobhunter (2 stars, last pushed 5mo ago), licensed MIT. It adds 86 tokens to every session and 1,567 once invoked, about $0.0004 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

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

sxo

Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…

nowork-studio/notfair-plugin · 235 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

security

Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.

oliver-kriska/claude-elixir-phoenix · 47 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens