Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dkyazzentwatwa avatar

Document Converter Suite

  • 458 installs
  • 84 repo stars
  • Updated April 8, 2026
  • dkyazzentwatwa/chatgpt-skills

Document Converter Suite is an agent skill that converts PDFs, Office docs, markdown, HTML, and tables between editable formats with best-effort extraction and rebuild workflows.

About

Document Converter Suite is an agent skill that performs best-effort extraction and rebuild workflows across common document formats. It converts PDFs, Office files, markdown, HTML, and tables while preserving clean structure rather than pixel-perfect layout. Builders use the included Python scripts for single-file conversion, batch processing, PDF toolkit operations, table extraction, and simple form filling. The skill follows a short workflow that first confirms source and target formats plus whether editability or fidelity matters more, then selects the right script and explicitly flags limitations of the output. It is especially useful when you need to move content between tools in an automated pipeline without promising visual perfection.

  • Converts between pdf, docx, pptx, xlsx, txt, csv, md, and html
  • Extracts tables and spreadsheet-style grids into clean editable outputs
  • Bundled PDF utilities: merge, split, rotate, watermark, page extraction
  • Includes dedicated scripts for form filling and table extraction
  • Always states when output is best-effort and may lose layout or images

Document Converter Suite by the numbers

  • 458 all-time installs (skills.sh)
  • Ranked #424 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill document-converter-suite

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs458
repo stars84
Last updatedApril 8, 2026
Repositorydkyazzentwatwa/chatgpt-skills

What it does

Reliably convert PDFs, Office documents, markdown, HTML, and tables into editable formats inside agent-driven workflows.

Who is it for?

Best when you regularly move content between PDFs, spreadsheets, markdown, and HTML inside automated agent workflows or data pipelines.

Skip if: Projects that require pixel-perfect visual fidelity, advanced OCR on scanned documents, or complex styled layouts that cannot tolerate any loss.

When should I use this skill?

When you need to convert documents between common formats, extract tables, run PDF utilities, or fill simple forms inside an agent workflow.

What you get

You receive clean, editable output in the target format along with an explicit note about any lost layout, images, or formatting so you can decide next steps or invoke further processing.

  • Converted document or batch of documents in the target format
  • Explicit note describing any fidelity or layout limitations

By the numbers

  • 8 supported formats: pdf, docx, pptx, xlsx, txt, csv, md, html
  • 4 bundled utility scripts including pdf_toolkit, table_extractor, and form_filler

Files

SKILL.mdMarkdownGitHub ↗

Document Converter Suite

Run best-effort extraction and rebuild workflows across common document formats. Preserve clean structure, not pixel-perfect layout.

Use This For

  • Converting between pdf, docx, pptx, xlsx, txt, csv, md, and html
  • Pulling tables or spreadsheet-style grids into editable outputs
  • Running utility PDF operations such as merge, split, rotate, watermark, or page extraction
  • Filling simple document or form-style templates

Workflow

1. Confirm the source format, target format, and whether editability or fidelity matters more. 2. Use scripts/convert.py for single documents and scripts/batch_convert.py for folders. 3. Use the bundled utility scripts when the user needs a focused PDF or table task:

  • scripts/pdf_toolkit.py
  • scripts/table_extractor.py
  • scripts/form_filler.py

4. Say explicitly when the output is best-effort and likely to lose layout, images, OCR text, or advanced formatting.

Guardrails

  • Do not promise visual fidelity.
  • Treat scanned PDFs as OCR problems, not conversion problems.
  • Raise safety caps gradually on large sheets or documents instead of processing everything blindly.

References

  • references/conversion_matrix.md for supported paths.
  • references/limitations.md for failure modes and tradeoffs.

Related skills

How it compares

Use instead of ad-hoc chat prompts or one-off online converters when you need repeatable, scriptable conversion inside an agent workflow.

FAQ

Who is document-converter-suite for?

Developers who use Claude Code, Cursor, or similar agents and need reliable document format conversion inside their workflows.

When should I use document-converter-suite?

Use it when you need to turn PDFs into editable markdown, extract tables from spreadsheets, fill simple forms, merge or split PDFs, or move content between Office formats and HTML inside an automated pipeline.

Is document-converter-suite safe to install?

Users should review the Security Audits panel on this page before installing. The skill follows explicit guardrails that avoid blind processing of large documents and clearly states output limitations.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.