salary-you-deserve

salary-you-deserve is a skill for Claude Code from worklittle/jobs-mcp. It costs 52 tokens per session (329 once invoked), scanned A, original, MIT.

A salary estimate based on a person's background and current market information, including comparable job listings with disclosed pay.

In plain words
What is it for?
Use it to estimate a minimum, target, and stretch salary, compare similar openings, or prepare a short negotiation point.
Why use it?
It helps replace guesswork about fair compensation with a range supported by relevant roles, locations, and experience.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the worklittle-jobs plugin — 15 skills, 1 MCP server shipped together

Good fit Use it to estimate a minimum, target, and stretch salary, compare similar openings, or prepare a short negotiation point.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/worklittle/jobs-mcp/salary-you-deserve
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 worklittle/jobs-mcp --skill salary-you-deserve
Clone the repo
git clone --depth 1 https://github.com/worklittle/jobs-mcp

Made for: Claude Code.

Or install worklittle-jobs, the plugin that ships this one along with the rest of its 15 skills, 1 MCP server.

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 salary-you-deserve

README.md
[![agentmods](https://agentmods.dev/badge/skills/worklittle/jobs-mcp/salary-you-deserve/github.svg)](https://agentmods.dev/skills/worklittle/jobs-mcp/salary-you-deserve)
Your own site
<a href="https://agentmods.dev/skills/worklittle/jobs-mcp/salary-you-deserve"><img src="https://agentmods.dev/badge/skills/worklittle/jobs-mcp/salary-you-deserve/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 salary-you-deserve

Your own site · 80×15
<a href="https://agentmods.dev/skills/worklittle/jobs-mcp/salary-you-deserve"><img src="https://agentmods.dev/badge/skills/worklittle/jobs-mcp/salary-you-deserve.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 329 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.00052 $0.00329
Opus 5 $0.00026 $0.00164
Sonnet 5 $0.00010 $0.00066
Haiku 4.5 $0.00005 $0.00033

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

Security

Grade A, and why

salary-you-deserve 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.

skills/salary-you-deserve/SKILL.md · 36 lines

What it actually says

Salary you deserve

Combine what you know about them with live market signal.

Tools

  • get_market_overview for role + location salary signals
  • search_jobs with similar titles + salary_min exploration; read listed salaries
  • get_job_details on comps with pay disclosed
  • get_job_keywords optional if matching leveled titles

Workflow

  1. Extract from chat/resume: title(s), years, location, industry, skills, constraints. Ask once if location or current title missing.
  2. Map to 1 primary title + 1–2 comps (level up/down).
  3. Pull market overview + 2–3 searches of comparable openings with known pay.
  4. Produce a range:
    • Floor (don’t go below)
    • Target (what to ask)
    • Stretch (if evidence supports)
  5. Say clearly when data is thin or titles don’t match.

Guardrails

  • Never invent salary numbers — every figure must come from tool results or user-stated current pay.
  • Label currency and period (annual vs hourly).
  • This is market guidance, not a formal compensation audit.

Output

Range + 3 comparable live jobs + one-sentence negotiation tip.

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 · 36 lines · 52 tokens per session scan A 187ff25f6fc1

Subscribe to this mod's changes

salary-you-deserve is a skill published in the GitHub repository worklittle/jobs-mcp (0 stars, last pushed 18d ago), licensed MIT. It adds 52 tokens to every session and 329 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

okx-cex-portfolio

This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…

okx/agent-trade-kit · 236 tokens

agoragentic-transaction-assurance

Prepare, evaluate, and reconcile autonomous agent transactions without self-granting payment or owner authority. Use when an agent must bind principal authority, seller terms, payment evidence, execution, delivered outcome, and reconciliation; handle paid retries safely; or prepare an authority request for owner…

rhein1/agoragentic-integrations · 65 tokens

stripe

Query and manage Stripe resources (customers, payments, subscriptions). Reads from apps/website/.env. Write operations blocked on live keys.

Kevin-Liu-01/Agent-Machines · 29 tokens

recurrent-payment

A recurring-payment workflow for T-Kassa, a payment service. It links a customer's card during an initial payment and later charges that saved payment authorisation for a subscription.

theYahia/WWmcp · 26 tokens

refund-payment

A payment procedure for refunding a completed T-Kassa payment or cancelling a payment that is still on hold. T-Kassa is a payment service, and the procedure can also send the required closing receipt.

theYahia/WWmcp · 20 tokens

reconcile-day

Reconcile a day of MercadoPago activity — payments by status plus merchant orders.

theYahia/WWmcp · 19 tokens