resume-tools

resume-tools is a skill for Claude Code, Codex from ebenezer-isaac/llmconveyors-mcp. It costs 44 tokens per session (497 once invoked), scanned A, original, MIT.

A toolkit for checking resumes, generating PDF or HTML previews, choosing resume themes, and storing resume text.

In plain words
What is it for?
Use it to validate JSON Resume data, render or preview resumes, list themes, manage saved master resumes, and convert to or from Reactive Resume format.
Why use it?
It catches resume problems and avoids rebuilding common resume outputs or keeping master versions manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to validate JSON Resume data, render or preview resumes, list themes, manage saved master resumes, and convert to or from Reactive Resume format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ebenezer-isaac/llmconveyors-mcp/resume-tools
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 ebenezer-isaac/llmconveyors-mcp --skill resume-tools
Clone the repo
git clone --depth 1 https://github.com/ebenezer-isaac/llmconveyors-mcp

Made for: Claude Code, Codex.

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 resume-tools

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ebenezer-isaac/llmconveyors-mcp/resume-tools"><img src="https://agentmods.dev/badge/skills/ebenezer-isaac/llmconveyors-mcp/resume-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 497 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.00044 $0.00497
Opus 5 $0.00022 $0.00249
Sonnet 5 $0.00009 $0.00099
Haiku 4.5 $0.00004 $0.00050

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

Security

Grade A, and why

resume-tools 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 11d 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/resume-tools/SKILL.md · 53 lines

What it actually says

Resume Tools

Full suite of resume management tools including validation, rendering, and master resume CRUD.

When to use

  • User wants to validate a resume for errors or warnings
  • User wants to render a resume as PDF or preview as HTML
  • User asks about available resume themes
  • User wants to save, list, update, or delete master resumes
  • User wants to import from or export to Reactive Resume format

Available tools

Validation and rendering

  • resume-validate - Check a JSON Resume for errors and warnings
  • resume-render - Generate a PDF from a JSON Resume (returns base64 PDF)
  • resume-preview - Generate an HTML preview of a resume
  • resume-themes - List available themes (even, stackoverflow, class, professional)

Master resume management

  • master-resume-create - Save a new master resume (needs label and rawText)
  • master-resume-list - List all saved master resumes
  • master-resume-get - Get a specific master resume by ID
  • master-resume-update - Update a master resume's label or text
  • master-resume-delete - Delete a master resume

Import/Export

  • resume-import-rx - Convert Reactive Resume format to JSON Resume
  • resume-export-rx - Convert JSON Resume to Reactive Resume format

Steps for common tasks

Save a master resume

  1. Ask the user for their resume text
  2. Call master-resume-create with a label (name) and rawText (the resume content)
  3. Confirm the save and share the ID for future reference

Render a PDF

  1. Get or build a JSON Resume object (with basics, work, education, skills sections)
  2. Optionally call resume-themes to let the user pick a theme
  3. Call resume-render with the resume object and chosen theme
  4. The response contains a base64-encoded PDF
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. 11d ago First seen · 53 lines · 44 tokens per session scan A ab5a9db7101c

Subscribe to this mod's changes

resume-tools is a skill published in the GitHub repository ebenezer-isaac/llmconveyors-mcp (1 stars, last pushed 5mo ago), licensed MIT. It adds 44 tokens to every session and 497 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories