placed-resume-builder

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

A resume-building tool that uses the Placed career platform to create, edit, organize, and export resumes. It supports formats such as PDF, Word, JSON, and Markdown.

In plain words
What is it for?
Use it to create resumes from scratch or from a profile, update sections, list saved resumes, browse templates, change a template, and download or export the result.
Why use it?
It keeps resume editing and template changes in one place instead of requiring manual document work. It also lets you retrieve and manage multiple resumes.

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 create resumes from scratch or from a profile, update sections, list saved resumes, browse templates, change a template, and download or export the result.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-resume-builder"><img src="https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-resume-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 798 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.00063 $0.00798
Opus 5 $0.00032 $0.00399
Sonnet 5 $0.00013 $0.00160
Haiku 4.5 $0.00006 $0.00080

Measured 8d ago against content hash b3a291e0c6e5, 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-builder 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-resume-builder/SKILL.md · 90 lines

How it starts

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

Placed Resume Builder

Build and manage professional resumes with AI assistance via the Placed MCP server.

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

  • create_resume — Create a new resume from your profile or scratch
  • get_resume — Retrieve a resume by ID
  • update_resume — Update any resume section (experience, education, skills, etc.)
  • list_resumes — List all your resumes
  • get_resume_schema — Understand available resume sections
  • list_resume_templates — Browse 37 professional templates
  • get_template_preview — Preview a template
  • change_resume_template — Switch your resume template
  • get_resume_pdf_url — Download as PDF (expires in 15 min)
  • get_resume_docx_url — Download as Word document
  • export_resume_json — Export as JSON
  • export_resume_markdown — Export as Markdown

Resume Sections

All sections are optional and can be updated independently:

  • basics — name, email, phone, headline, location
  • summary — professional overview
  • experience — work history
  • education — degrees and certifications
  • skills — technical and soft skills
  • languages — language proficiencies
  • certifications — professional certs
  • awards — honors and recognition
  • projects — personal/professional projects
  • publications — articles, papers, books
  • references — professional references
  • volunteer — volunteer experience
  • interests — hobbies and interests
  • profiles — LinkedIn, GitHub, etc.

Usage

To create a resume: Call create_resume(title="Senior Engineer Resume", target_role="Staff Engineer")

To update sections: Call update_resume(resume_id="...", experience=[...], skills=[...])

Read the full file on GitHub · 90 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 · 90 lines · 63 tokens per session scan A b3a291e0c6e5

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

slides

Create and edit presentation slide decks (.pptx) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding…

fcakyon/claude-codex-settings · 83 tokens

liteparse

Parse documents into LLM-ready content entirely on the local machine — PDF / DOCX / XLSX / PPTX / images → Markdown, structured JSON (with bounding boxes), or page screenshots, via the lit CLI. No cloud, no LLM, works offline. Use whenever the user attaches or points to a document that must be read before reasoning…

Prismer-AI/PrismerCloud · 90 tokens

ingest

Turn external URLs and documents into LLM-ready content — load + cache web pages (HQCC compression) and OCR PDFs/images to Markdown. Use whenever the user gives a URL, asks you to read a webpage, or attaches a PDF/scan that needs to be parsed before reasoning. Executes via the cloud load, cloud search, and cloud parse…

Prismer-AI/PrismerCloud · 79 tokens

Interview Prep Generator

Generate STAR stories, practice questions, and talking points from resume.

PramodDutta/qaskills · 16 tokens

lov-any2deck

Generate professional slide deck images from content (Markdown, text, URLs). Creates outlines with style instructions, then generates individual slide images. Supports 16 visual styles, CJK/Latin mixed text, branding overlays, and PPTX/PDF export. Use when the user asks to "create slides", "make a presentation"…

lovstudio/skills · 110 tokens

lov-any2docx

Convert Markdown documents to professionally styled DOCX (Word) files with python-docx. Handles CJK/Latin mixed text, fenced code blocks, tables, blockquotes, cover pages, TOC field, watermarks, and page numbers. Supports multiple color themes matching any2pdf (Configurable Academic, Nord, GitHub Light, etc.) and is…

lovstudio/skills · 184 tokens