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-resume-optimizergit 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-resume-optimizer)<a href="https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-resume-optimizer"><img src="https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-resume-optimizer.svg" alt="Measured on agentmods" 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.00072 | $0.01131 |
| Opus 5 | $0.00036 | $0.00566 |
| Sonnet 5 | $0.00014 | $0.00226 |
| Haiku 4.5 | $0.00007 | $0.00113 |
Grade A, and why
placed-resume-optimizer 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 7d 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 — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Placed Resume Optimizer
AI-powered resume optimization 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
optimize_resume_for_job— Rewrite resume sections to match a job descriptionanalyze_resume_gaps— Identify missing keywords, skills, and experiencematch_job— Score how well your resume matches a job (0-100)check_ats_score— ATS compatibility score with improvement suggestionsanalyze_resume_quality— Overall quality analysis with actionable fixesimprove_bullet_point— Enhance a single bullet point with AIoptimize_resume_section— Optimize experience, skills, or summary section
Optimization Workflow
- Call
match_job(resume_id="...", job_description="...")to get a match score - Call
analyze_resume_gaps(resume_id="...", job_description="...")to find missing keywords - Call
optimize_resume_for_job(resume_id="...", job_description="...")to tailor the resume - Call
check_ats_score(resume_id="...", job_description="...")to verify ATS compatibility - Download the optimized version via
get_resume_pdf_url(resume_id="...")
ATS Compatibility
To check ATS compatibility:
check_ats_score(resume_id="your-resume-id", job_description="...")
What ATS Systems Check:
- Formatting — Simple, clean layout (no tables, columns, graphics)
- Keywords — Job description keywords present in resume
- Structure — Standard sections (experience, skills, education)
- Parsing — Can the system read and extract your information?
- File Format — PDF or DOCX (not images or fancy formats)
Common ATS Issues to Fix:
- Fancy formatting, graphics, or images
- Tables, columns, or text boxes
- Unusual fonts or colors
- Missing keywords from job description
- Inconsistent date formats
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.
- 7d ago First seen · 141 lines · 72 tokens per session scan A ec262212a566
placed-resume-optimizer is a skill published in the GitHub repository Exidian-Tech/placed-mcp (0 stars, last pushed 4mo ago), licensed MIT. It adds 72 tokens to every session and 1,131 once invoked, about $0.0004 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.
Academic CV Builder
Format CVs for academic positions with publications, grants, and teaching.
Cold Email Writer
Write personalized cold outreach emails to hiring managers and founders - specific, human, not a pitch deck.
Executive Resume Writer
Create C-suite and VP level resumes emphasizing strategic leadership.
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.