job-track

job-track is a skill for Claude Code from AkbarDevop/ai-job-agent. It costs 103 tokens per session (796 once invoked), scanned A, original, MIT.

A tool for reading a local job-application CSV file and showing applications grouped by status. It can also send new rows to a configured Google Sheet.

In plain words
What is it for?
Use it to see applications by their actual status, review totals and details, check pipeline progress, and optionally sync new entries to Google Sheets.
Why use it?
It gives a quick view of the application pipeline without manually sorting the tracker, while optionally keeping a spreadsheet updated.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/google-sheet-sync.py "$LOCAL_TRACKER".

Good fit Use it to see applications by their actual status, review totals and details, check pipeline progress, and optionally sync new entries to Google Sheets.

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/AkbarDevop/ai-job-agent
agentmods
npx agentmods add skills/akbardevop/ai-job-agent/job-track

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 job-track

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/akbardevop/ai-job-agent/job-track"><img src="https://agentmods.dev/badge/skills/akbardevop/ai-job-agent/job-track.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 796 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.00103 $0.00796
Opus 5 $0.00051 $0.00398
Sonnet 5 $0.00021 $0.00159
Haiku 4.5 $0.00010 $0.00080

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

Security

Grade A, and why

job-track 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/job-track/SKILL.md · 88 lines

How it starts

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

Job Track

Reads the local CSV tracker and renders it as a markdown table grouped by status. Optionally pushes new rows to the configured Google Sheet.

Repo location

Same resolution as /job-apply: $AI_JOB_AGENT_ROOT~/.claude/skills/ai-job-agent/ → REPO_PATH marker file → ~/ai-job-agent/.

Tracker location

$LOCAL_TRACKER env var, else $AI_JOB_AGENT_ROOT/application-tracker.csv.

Workflow

1. Read the CSV

Columns (per templates/tracker.template.csv):

date, company, role, status, location, source, applied_by, url, notes, contact, compensation, days_since, key

If the file doesn't exist, tell the user to run bash setup.sh (which creates it from the template) and stop.

2. Summary table (counts by status)

Status Count
📄 applied N
📬 submitted N
💼 interview N
🎯 offer N
❌ rejected N
🚫 blocked N
🚪 withdrawn N
total N

Use whatever statuses are actually present in the CSV — don't hardcode the list. Apply this emoji mapping for known statuses (case-insensitive match); unknown statuses get no emoji. If a status is missing from the CSV entirely, don't include that row.

3. Recent activity table (last 10 rows by date)

Date Company Role Status Platform URL

Truncate URL to domain only (e.g., linkedin.com/jobs/view/…) to keep the table readable.

4. If argument is sync

Check SPREADSHEET_ID is set (env var or not YOUR_SHEET_ID in the script). If missing, tell the user to either export the env var or edit scripts/google-sheet-sync.py, then stop.

Otherwise run:

cd "$AI_JOB_AGENT_ROOT"
python3 scripts/google-sheet-sync.py "$LOCAL_TRACKER"

Parse the JSON output (it returns updatedRange, updatedRows, etc.) and render a single-row result table:

Field Value
Sheet $SPREADSHEET_ID / $SHEET_NAME
Rows appended N
Range updated e.g. 'Job Tracker'!A47:M51

Read the full file on GitHub · 88 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. 12d ago First seen · 88 lines · 103 tokens per session scan A 9b0f6bef4013

Subscribe to this mod's changes

job-track is a skill published in the GitHub repository AkbarDevop/ai-job-agent (54 stars, last pushed 4mo ago), licensed MIT. It adds 103 tokens to every session and 796 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

jobgru-setup

Jobgru first-time setup, help, and health check. Use when the user says Jobgru setup, first time, configure sheet, update sheet link, add resume, Jobgru help, or Jobgru check. Handles venv, pip install, config/sheet.json, resume PDF placement, and sheet profile writes — user only manually copies the Google Sheet…

ashujha301/jobgru · 83 tokens

Automation Tester Resume Optimizer

Build an SDET or automation engineer resume around framework ownership, tool-stack evidence, CI/CD integration, and GitHub proof that survives technical screening and recruiter keyword search.

PramodDutta/qaskills · 39 tokens

mentor-patterns

The six patterns the Mentor hunts in the records to decide WHEN to speak. Silence is the default; only a real, recurring pattern earns a word. This skill gives the canonical detection method for each pattern (DB query + threshold) so the Mentor never speaks from a single data point. Read-only — never writes to the DB.…

leopu00/job-hunter-team · 75 tokens

onboarding-flow

Conversational protocol the Assistente follows to onboard the user — first message, iterative one-question-per-turn pacing, blocking checklist (the floor that unlocks the dashboard) vs rich checklist (what makes Writers actually useful), settore-agnostic question style (NEVER assume IT), and the mandatory checkpoint…

leopu00/job-hunter-team · 125 tokens

application-flow

DB + filesystem contract every Scrittore follows when taking a position from scored (≥50) to ready/excluded. Three gates BEFORE writing a single line of CV (anti-rewriting, anti-collision, link verification), one canonical path for deliverables, one final gate after the 3rd Critic round. Skipping any of these produces…

leopu00/job-hunter-team · 115 tokens

mentor-output

How the Mentor speaks once a pattern from mentor-patterns has crossed the threshold. Three output formats — strategic advice (rare, weighty), weekly digest, on-demand answer — each with strict shape and voice rules. The Mentor's authority comes from how rarely the words come and how heavy each one weighs; this skill…

leopu00/job-hunter-team · 100 tokens