strips the cruft
editor scaffolding, svg icons, action buttons, and contenteditable wrappers get discarded. you get the content, not the chrome.
data-editable-text → textan agent skill · claude code / kiro / codex
resume builders hide PDF export behind a paywall. this skill takes the html you already have in your browser inspector and turns it into a clean, single-page pdf — no fees, no accounts, no pip installs.
npx skills@latest add ankitdey01/free-resume-exporteditor scaffolding, svg icons, action buttons, and contenteditable wrappers get discarded. you get the content, not the chrome.
data-editable-text → texttext pulled from editable spans, sections sorted by their real order: n. links, dates, and bullets all stay intact.
style="order: 2" respectedletter-size and single column, with spacing that tightens automatically until it fits. ats-friendly and ready to send.
@page { size: letter }python's standard library plus the chrome or edge you already have. nothing to install, nothing to version.
import html.parserbuilt for the builders that gate exports
how it works
open your resume in the builder, inspect the preview, and copy the root element's outer html.
paste it into resume.html. formatting it first keeps extraction clean, but the skill handles raw dumps too.
convert #resume.html to pdf. the agent validates the file, rebuilds clean markup, renders one page, and verifies it.
kept
removed
single page, guaranteed
install
claude plugins install free-resume-exportrequires python 3 and chrome or edge. manual install + usage guide