placed-job-tracker

placed-job-tracker is a skill for Claude Code from Exidian-Tech/placed-mcp. It costs 61 tokens per session (718 once invoked), scanned A, original, MIT.

A job-application tracker with pipeline analytics and resume-to-job matching through the Placed career platform.

In plain words
What is it for?
Use it to add applications, view the pipeline, update statuses, measure conversion rates, compare a resume with a role, and find missing keywords or skills.
Why use it?
It keeps application statuses and job-search results in one pipeline instead of scattered notes and spreadsheets.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the placed plugin — 5 skills, 1 MCP server shipped together

Good fit Use it to add applications, view the pipeline, update statuses, measure conversion rates, compare a resume with a role, and find missing keywords or skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exidian-tech/placed-mcp/placed-job-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 Exidian-Tech/placed-mcp --skill placed-job-tracker
Clone the repo
git clone --depth 1 https://github.com/Exidian-Tech/placed-mcp

Made for: Claude Code.

Or install placed, the plugin that ships this one along with the rest of its 5 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 placed-job-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-job-tracker/github.svg)](https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-job-tracker)
Your own site
<a href="https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-job-tracker"><img src="https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-job-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 placed-job-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-job-tracker"><img src="https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-job-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 718 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.00061 $0.00718
Opus 5 $0.00030 $0.00359
Sonnet 5 $0.00012 $0.00144
Haiku 4.5 $0.00006 $0.00072

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

Security

Grade A, and why

placed-job-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 8d 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/placed-job-tracker/SKILL.md · 79 lines

How it starts

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

Placed Job Tracker

Track and manage your job applications with AI-powered pipeline analytics via the Placed platform.

Prerequisites

Requires the Placed MCP server. Install via:

{
  "mcpServers": {
    "placed": {
      "command": "npx",
      "args": ["-y", "@exidian/placed-mcp"],
      "env": {
        "PLACED_API_KEY": "your-api-key",
        "PLACED_BASE_URL": "https://placed.exidian.tech"
      }
    }
  }
}

Get your API key at https://placed.exidian.tech/settings/api

Available Tools

  • add_job_application — Track a new job application
  • list_job_applications — View your application pipeline
  • update_job_status — Update application status (Applied, Phone Screen, Interview, Offer, Rejected)
  • get_application_analytics — Get pipeline analytics and conversion rates
  • match_job — Score how well your resume matches a job (0-100)
  • analyze_resume_gaps — Find missing keywords and skills for a specific role

Usage

To add a job application: Call add_job_application(company="Stripe", role="Senior Engineer", status="Applied", url="https://stripe.com/jobs/123", notes="Referral from John")

To view your pipeline: Call list_job_applications(status="all") to see all applications Call list_job_applications(status="Interview") to filter by stage

To update application status: Call update_job_status(application_id="...", status="Phone Screen", notes="Scheduled for next Tuesday")

To get pipeline analytics: Call get_application_analytics(date_range="30d") Returns: conversion rates by stage, response rates, time-to-offer, top companies

To score resume-job fit before applying: Call match_job(resume_id="...", job_description="...") Returns: match score (0-100), missing keywords, strengths

Application Statuses

  • Saved — Job saved for later
  • Applied — Application submitted
  • Phone Screen — Initial phone/recruiter screen
  • Interview — Technical or onsite interview
  • Offer — Offer received
  • Accepted — Offer accepted
  • Rejected — Application rejected
  • Withdrawn — Withdrew application

Read the full file on GitHub · 79 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. 8d ago First seen · 79 lines · 61 tokens per session scan A 943706ff6a49

Subscribe to this mod's changes

placed-job-tracker is a skill published in the GitHub repository Exidian-Tech/placed-mcp (0 stars, last pushed 4mo ago), licensed MIT. It adds 61 tokens to every session and 718 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.