claude-linkedin-assistant: Command for Claude Code

.claude/commands/jobs/add.md

add is a command for Claude Code from FarzamHejaziK/claude-linkedin-assistant. It costs 0 tokens per session (789 once invoked), scanned A, original, MIT.

A command for adding a job to a job tracker from minimal information, such as a URL, a company and role, or just a company. It fills in missing listing details using Chrome and web search.

In plain words
What is it for?
Use it to add a specific job listing or discover a suitable listing from a company and role. It can also list a company's open roles when no role was provided.
Why use it?
It removes the need to locate the exact listing and manually collect its company, role, location, type, salary, and other details. When only a company is given, it finds the careers page and asks which role to use.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is FarzamHejaziK/claude-linkedin-assistant's own configuration. It tells Claude Code how to work on claude-linkedin-assistant itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-linkedin-assistant configures →

Reuse

Borrowing it

Nothing to install: this file belongs to FarzamHejaziK/claude-linkedin-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/FarzamHejaziK/claude-linkedin-assistant/main/.claude/commands/jobs/add.md
Clone the repo
git clone --depth 1 https://github.com/FarzamHejaziK/claude-linkedin-assistant

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 add

README.md
[![agentmods](https://agentmods.dev/badge/commands/farzamhejazik/claude-linkedin-assistant/add/github.svg)](https://agentmods.dev/commands/farzamhejazik/claude-linkedin-assistant/add)
Your own site
<a href="https://agentmods.dev/commands/farzamhejazik/claude-linkedin-assistant/add"><img src="https://agentmods.dev/badge/commands/farzamhejazik/claude-linkedin-assistant/add/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 add

Your own site · 80×15
<a href="https://agentmods.dev/commands/farzamhejazik/claude-linkedin-assistant/add"><img src="https://agentmods.dev/badge/commands/farzamhejazik/claude-linkedin-assistant/add.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 789 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.00000 $0.00789
Opus 5 $0.00000 $0.00394
Sonnet 5 $0.00000 $0.00158
Haiku 4.5 $0.00000 $0.00079

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

Security

Grade A, and why

add 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 11d 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/commands/jobs/add.md · 43 lines

How it starts

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

ADD (new job)

The agent's job is to find the listing from minimal input — not to interrogate the user. Default behavior: take whatever the user gave you (could be just a URL, just "Company + Role", or just "Company"), and fill in the rest yourself via Chrome + WebSearch.

Step 1 — Resolve to a job URL

What the user gave What the agent does
Just a URL Navigate to it. Scrape Company, Role, Location, Type, Salary from the posting.
Company + Role Run WebSearch for "<Company>" "<Role>" jobs site:linkedin.com OR site:greenhouse.io OR site:ashbyhq.com 2026. Pick the most recent matching listing. Open it in Chrome and scrape the same fields. If multiple plausible matches (>1 active listing for that title at that company), pick the most recently posted; print a one-line note "Multiple matches, picked most recent: ".
Just Company Run WebSearch for "<Company>" careers OR jobs 2026 to get the careers page. Navigate Chrome there. List the open roles, ask the user "Which role?" with a numbered list. Then continue as in row 2.

If the search returns nothing usable for the Company+Role combo (no live listing, only old/closed posts), tell the user clearly: "Couldn't find a live listing for <Role> at <Company>. Paste the job URL and I'll add it." Wait for the URL, then continue.

Step 2 — Auto-fill the row

From the resolved listing, extract and fill:

  • Company, Role, URL, Location, Type, Salary — straight from the page.
  • Priority — default to MEDIUM. Bump to HIGH if any of: title is a strong match for the user's most-recent role title from resumes/, the company is in the user's search_profile.md interests, or the salary is at/above the profile's floor. Drop to LOW if the role is borderline-relevant.
  • Notes — optional, leave blank unless the user provided something.

Do NOT ask the user for any of these. If a field can't be scraped (e.g. salary not shown), leave it blank.


Auto-determine Referral Needed

Read the full file on GitHub · 43 lines

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. 11d ago First seen · 43 lines · 0 tokens per session scan A f0ebf48f20e6

Subscribe to this mod's changes

add is a command published in the GitHub repository FarzamHejaziK/claude-linkedin-assistant (214 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 789 tokens. 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-30.