agentsclimarketplace

Document converter suite

Skill dkyazzentwatwa/chatgpt-skills/document-converter-suite

My comprehensive, tested + audited, library of skills to use for ChatGPT.

Install
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill document-converter-suite

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Convert PDFs, Office docs, markdown, HTML, and tables between editable formats. Use for best-effort document conversion, PDF utilities, form filling, and table extraction.

SKILL.md

1.5 KB, as published. Nobody here has run it

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.