job-application-tracker

job-application-tracker is a skill for Claude Code, Codex from daliaabbruciati/awesome-claude-skills-by-dalia. It costs 115 tokens per session (5,034 once invoked), scanned A, a copy of job-application-tracker, MIT.

A workflow that keeps a Notion job-application database updated by checking Gmail messages and Google Calendar events. Notion is a workspace for databases and notes.

In plain words
What is it for?
Use it to sync applications, track interview progress, check application status, and create or update the related Notion records.
Why use it?
It reduces the manual work of recording application updates, interview messages, and calendar events in one place.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to sync applications, track interview progress, check application status, and create or update the related Notion records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daliaabbruciati/awesome-claude-skills-by-dalia/job-application-tracker
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 daliaabbruciati/awesome-claude-skills-by-dalia --skill job-application-tracker
Clone the repo
git clone --depth 1 https://github.com/daliaabbruciati/awesome-claude-skills-by-dalia

Made for: Claude Code, Codex.

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-application-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/daliaabbruciati/awesome-claude-skills-by-dalia/job-application-tracker/github.svg)](https://agentmods.dev/skills/daliaabbruciati/awesome-claude-skills-by-dalia/job-application-tracker)
Your own site
<a href="https://agentmods.dev/skills/daliaabbruciati/awesome-claude-skills-by-dalia/job-application-tracker"><img src="https://agentmods.dev/badge/skills/daliaabbruciati/awesome-claude-skills-by-dalia/job-application-tracker/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-application-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/daliaabbruciati/awesome-claude-skills-by-dalia/job-application-tracker"><img src="https://agentmods.dev/badge/skills/daliaabbruciati/awesome-claude-skills-by-dalia/job-application-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,034 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 100% copy Near-identical to another mod 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.00115 $0.05034
Opus 5 $0.00057 $0.02517
Sonnet 5 $0.00023 $0.01007
Haiku 4.5 $0.00012 $0.00503

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

Security

Grade A, and why

job-application-tracker 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.

Origin

This is a copy

100% identical to job-application-tracker — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

job-application-tracker/SKILL.md · 176 lines

How it starts

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

Job Application Tracker

A skill for keeping a Notion database of job applications up to date, by cross-referencing recent Gmail messages and Google Calendar events. Designed to be usable by anyone, including someone starting from scratch (no Notion database yet, connectors not yet linked).

Step -1 — Ask preferred language (always do this first, before anything else)

Before doing anything else, ask the user whether they'd like your responses (status updates, reports, notes written into Notion, etc.) in English or Italian. Use whichever language they pick for the rest of the interaction, including the final report in Step 7 and any Notes written to Notion. If the user has already stated a language preference earlier in the conversation, you can skip re-asking and just confirm it briefly.

This choice also drives the language of the Notion table itself:

  • If the user picks Italian, and you end up creating a brand-new database (Step 0.2), build it with the Italian column names and status options (see the Italian schema variant in Step 0.2).
  • If the user picks English, use the English schema variant instead.
  • If a database already exists, don't rename its existing columns just because of this answer — keep using whatever language/labels it already has (per Step 0.2's "different column names" case), and simply write Notes in the user's chosen language going forward.

Step 0 — Check prerequisites (always do this first)

0.1 Connectors

Check whether you have access to Notion, Gmail, and Google Calendar tools. If one or more are missing:

  • Use search_mcp_registry with relevant keywords (e.g. ["notion"], ["gmail", "email"], ["calendar"]).
  • Use suggest_connectors to let the user connect them.
  • Gmail and Calendar are both useful but not both required: if the user wants to start with just one of the two (or neither, see 0.1b below), that's fine — flag it and proceed with what's available.
  • Notion is the default backend, but it is not mandatory: if the user doesn't want to (or can't) connect Notion, don't block — switch to the Excel fallback described in 0.1a instead.

Read the full file on GitHub · 176 lines

Files

What ships with it

2 files 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. 12d ago First seen · 176 lines · 115 tokens per session scan A 7d0d9f261429

Subscribe to this mod's changes

job-application-tracker is a skill published in the GitHub repository daliaabbruciati/awesome-claude-skills-by-dalia (4 stars, last pushed 18d ago), licensed MIT. It adds 115 tokens to every session and 5,034 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to job-application-tracker, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

elizaOS/eliza · 67 tokens

gsd-ns-manage

Route to the appropriate management skill based on the user's intent. gsd-config (settings + advanced + integrations + profile) and gsd-workspace (new + list + remove) are post-#2790 consolidated entries.

open-gsd/gsd-core · 16 tokens

slack-tools

Slack workspace management and automation specialist.

RightNow-AI/openfang · 10 tokens

triage-inbox

Triage academic email and calendar (Gmail / Google Calendar via the session's MCP) into a prioritized digest plus a referee-obligations tracker — classifying referee requests, R&R and editor correspondence, co-author threads, seminar and conference invites, and grant/admin deadlines, and proposing a human-gated action…

pedrohcgs/claude-code-my-workflow · 132 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens