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-buildergit 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-builder)<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.
<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>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.00063 | $0.00798 |
| Opus 5 | $0.00032 | $0.00399 |
| Sonnet 5 | $0.00013 | $0.00160 |
| Haiku 4.5 | $0.00006 | $0.00080 |
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.
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 scratchget_resume— Retrieve a resume by IDupdate_resume— Update any resume section (experience, education, skills, etc.)list_resumes— List all your resumesget_resume_schema— Understand available resume sectionslist_resume_templates— Browse 37 professional templatesget_template_preview— Preview a templatechange_resume_template— Switch your resume templateget_resume_pdf_url— Download as PDF (expires in 15 min)get_resume_docx_url— Download as Word documentexport_resume_json— Export as JSONexport_resume_markdown— Export as Markdown
Resume Sections
All sections are optional and can be updated independently:
basics— name, email, phone, headline, locationsummary— professional overviewexperience— work historyeducation— degrees and certificationsskills— technical and soft skillslanguages— language proficienciescertifications— professional certsawards— honors and recognitionprojects— personal/professional projectspublications— articles, papers, booksreferences— professional referencesvolunteer— volunteer experienceinterests— hobbies and interestsprofiles— 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=[...])
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 · 90 lines · 63 tokens per session scan A b3a291e0c6e5
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.
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…
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…
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…
Interview Prep Generator
Generate STAR stories, practice questions, and talking points from resume.
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"…
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…