placed-resume-optimizer

placed-resume-optimizer is a skill for Claude Code from Exidian-Tech/placed-mcp. It costs 72 tokens per session (1,131 once invoked), scanned A, original, MIT.

A resume service connection for the Placed career platform. It uses Placed to compare resumes with job descriptions and analyze how well they fit.

In plain words
What is it for?
Use it to tailor a resume to a job, check its applicant-tracking-system score, find gaps, improve bullet points, and review overall quality.
Why use it?
It helps find missing keywords, weak sections, and compatibility problems that can make a resume harder for hiring software or recruiters to assess.

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 tailor a resume to a job, check its applicant-tracking-system score, find gaps, improve bullet points, and review overall quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exidian-tech/placed-mcp/placed-resume-optimizer
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-resume-optimizer
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-resume-optimizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-resume-optimizer.svg)](https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-resume-optimizer)
Your own site
<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>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,131 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.00072 $0.01131
Opus 5 $0.00036 $0.00566
Sonnet 5 $0.00014 $0.00226
Haiku 4.5 $0.00007 $0.00113

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

Security

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.

skills/placed-resume-optimizer/SKILL.md · 141 lines

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 description
  • analyze_resume_gaps — Identify missing keywords, skills, and experience
  • match_job — Score how well your resume matches a job (0-100)
  • check_ats_score — ATS compatibility score with improvement suggestions
  • analyze_resume_quality — Overall quality analysis with actionable fixes
  • improve_bullet_point — Enhance a single bullet point with AI
  • optimize_resume_section — Optimize experience, skills, or summary section

Optimization Workflow

  1. Call match_job(resume_id="...", job_description="...") to get a match score
  2. Call analyze_resume_gaps(resume_id="...", job_description="...") to find missing keywords
  3. Call optimize_resume_for_job(resume_id="...", job_description="...") to tailor the resume
  4. Call check_ats_score(resume_id="...", job_description="...") to verify ATS compatibility
  5. 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

Read the full file on GitHub · 141 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. 7d ago First seen · 141 lines · 72 tokens per session scan A ec262212a566

Subscribe to this mod's changes

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.