an agent skill · claude code / kiro / codex

your resume,
exported free.

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-export
terminal

it strips the paywall, not your resume.

strips the cruft

editor scaffolding, svg icons, action buttons, and contenteditable wrappers get discarded. you get the content, not the chrome.

data-editable-text → text

keeps the content

text pulled from editable spans, sections sorted by their real order: n. links, dates, and bullets all stay intact.

style="order: 2" respected

one page, always

letter-size and single column, with spacing that tightens automatically until it fits. ats-friendly and ready to send.

@page { size: letter }

zero dependencies

python's standard library plus the chrome or edge you already have. nothing to install, nothing to version.

import html.parser

built for the builders that gate exports

polishme.airesume.iozetynovoresume

how it works

three steps.
one page.

  1. 01

    copy the raw html

    open your resume in the builder, inspect the preview, and copy the root element's outer html.

  2. 02

    save a file

    paste it into resume.html. formatting it first keeps extraction clean, but the skill handles raw dumps too.

  3. 03

    run the skill

    convert #resume.html to pdf. the agent validates the file, rebuilds clean markup, renders one page, and verifies it.

kept

  • name · contact · links
  • education · experience · skills
  • bullets · dates · section order

removed

  • + new · delete · reorder buttons
  • svg icons · editor controls
  • empty placeholders · tailwind cruft

single page, guaranteed

install

install in one line.

claude plugins install free-resume-export

requires python 3 and chrome or edge. manual install + usage guide