pdf-to-editable-word

pdf-to-editable-word is a skill for Codex from longligooo/pdf-to-editable-word-skill. It costs 102 tokens per session (459 once invoked), scanned A, original, MIT.

A tool for turning PDF files into editable Microsoft Word documents (DOCX) while keeping their original page layout. The text remains searchable and selectable.

In plain words
What is it for?
Use it to inspect PDFs, convert them to DOCX, resume interrupted long conversions, and validate the result against the original PDF.
Why use it?
It avoids rebuilding fixed-layout or table-heavy PDFs by hand and provides checks to catch conversion problems before delivery.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to inspect PDFs, convert them to DOCX, resume interrupted long conversions, and validate the result against the original PDF.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/longligooo/pdf-to-editable-word-skill/pdf-to-editable-word
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 longligooo/pdf-to-editable-word-skill --skill pdf-to-editable-word
Clone the repo
git clone --depth 1 https://github.com/longligooo/pdf-to-editable-word-skill

Made for: 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 pdf-to-editable-word

README.md
[![agentmods](https://agentmods.dev/badge/skills/longligooo/pdf-to-editable-word-skill/pdf-to-editable-word/github.svg)](https://agentmods.dev/skills/longligooo/pdf-to-editable-word-skill/pdf-to-editable-word)
Your own site
<a href="https://agentmods.dev/skills/longligooo/pdf-to-editable-word-skill/pdf-to-editable-word"><img src="https://agentmods.dev/badge/skills/longligooo/pdf-to-editable-word-skill/pdf-to-editable-word/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 pdf-to-editable-word

Your own site · 80×15
<a href="https://agentmods.dev/skills/longligooo/pdf-to-editable-word-skill/pdf-to-editable-word"><img src="https://agentmods.dev/badge/skills/longligooo/pdf-to-editable-word-skill/pdf-to-editable-word.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 459 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.00102 $0.00459
Opus 5 $0.00051 $0.00230
Sonnet 5 $0.00020 $0.00092
Haiku 4.5 $0.00010 $0.00046

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

Security

Grade A, and why

pdf-to-editable-word 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/pdf2word.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/pdf-to-editable-word/SKILL.md · 41 lines

What it actually says

PDF to Editable Word Skill

Create a visually faithful DOCX by combining cleaned page backgrounds with editable, absolutely positioned text boxes. Run the deterministic CLI for every conversion; do not recreate the OOXML manually.

Workflow

  1. Resolve this skill directory and use scripts/pdf2word.py as the command wrapper.
  2. Inspect the source before converting:
python scripts/pdf2word.py inspect INPUT.pdf --json
  1. Stop and report the limitation when conversion_ready is false. Read compatibility.md for the relevant failure mode.
  2. Convert into a dedicated work directory:
python scripts/pdf2word.py convert INPUT.pdf OUTPUT.docx --work-dir WORK_DIR --dpi 144
  1. If conversion is interrupted, rerun the same command with --resume. Never reuse a work directory for a different PDF or page range.
  2. Validate the output against the source:
python scripts/pdf2word.py validate OUTPUT.docx --pdf INPUT.pdf --json
  1. Treat validation failure as conversion failure. Do not deliver the DOCX merely because the file exists.
  2. For high-stakes output, open the result in Microsoft Word and inspect the first, middle, and last pages plus pages with unusual layouts.

Delivery

Report the output path, page count, editable text-box count, background-image count, validation result, and any compatibility warnings. State clearly that text is editable while non-text graphics remain in the page background.

Do not claim that tables, diagrams, or images are semantically editable. Do not claim support for OCR, mixed page sizes, or LibreOffice fidelity in v0.1.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 41 lines · 102 tokens per session scan A 02747bf1fc5f

Subscribe to this mod's changes

pdf-to-editable-word is a skill published in the GitHub repository longligooo/pdf-to-editable-word-skill (6 stars, last pushed 1mo ago), licensed MIT. It adds 102 tokens to every session and 459 once invoked, about $0.0005 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

all2md

Convert, read, generate, search, and compare documents with the all2md CLI and Python library. Use whenever a task involves reading or extracting text/tables from a document (PDF, Word, PowerPoint, Excel, HTML, email, EPUB, Jupyter, images, or 100+ source-code and text file types); converting between formats…

thomas-villani/all2md · 181 tokens

lt2md

Convert born-digital, scanned, or mixed PDFs into auditable Markdown while preserving reading order, equations, source-page anchors, and information-bearing images as adjacent non-original text descriptions. Use this skill whenever a user asks to transcribe, OCR, understand, or convert a PDF into Markdown, especially…

libnyx/LT2MD · 115 tokens

docx-template-translator

Adaptive conversion of LaTeX, PDF, or Markdown sources into a complete Word .docx that follows a user-supplied .docx template. Use when pandoc --reference-doc alone is not enough — for thesis, dissertation, report, or institutional Word formatting that needs cover pages, declarations, TOC, heading numbering, captions…

zouchenzhen/docx-template-translator-skill · 87 tokens

document-generation

Generate Word (.docx), Excel (.xlsx) and PowerPoint (.pptx) documents and fill existing PDF forms, from real NetClaw data, with per-element provenance and no fabrication. Use when someone needs a deliverable rather than an answer — a change record to attach to a CR, an audit workbook for a compliance reviewer, a…

automateyournetwork/netclaw · 91 tokens

document-processing

Use when the deliverable is a document's bytes or its literal content — text/tables out of PDFs, AcroForm fill and flatten, page merge/split, PDF/DOCX from templates, OCR of image-only scans. NOT schema-typed fields pulled from text (that is structured-extraction), NOT signature routing (e-signature) or spreadsheet…

ericrisco/rsc-harness · 84 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