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.
npx skills add Exidian-Tech/placed-mcp --skill placed-job-trackergit clone --depth 1 https://github.com/Exidian-Tech/placed-mcpWrote 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.
[](https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-job-tracker)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 applicationlist_job_applications— View your application pipelineupdate_job_status— Update application status (Applied, Phone Screen, Interview, Offer, Rejected)get_application_analytics— Get pipeline analytics and conversion ratesmatch_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 laterApplied— Application submittedPhone Screen— Initial phone/recruiter screenInterview— Technical or onsite interviewOffer— Offer receivedAccepted— Offer acceptedRejected— Application rejectedWithdrawn— Withdrew application
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.
- 8d ago First seen · 79 lines · 61 tokens per session scan A 943706ff6a49
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.
Other skills, from other repositories
Interview Prep Generator
Generate STAR stories, practice questions, and talking points from resume.
Automation Interview Prep
Prepare for SDET and automation interviews round by round, covering coding screens, framework design, API testing tasks, scenario questions, and STAR stories built from real testing work.
parallel-feature-development
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…
bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
sdd-tasks
Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.