npx skills add https://modelscope.cn/skills/@dkyazzentwatwa/document-converter-suite
dkyazzentwatwa/chatgpt-skills
document-converter-suite
Convert PDFs, Office docs, markdown, HTML, and tables between editable formats. Use for best-effort document conversion, PDF utilities, form filling, and table extraction.
Installation
npx skills add dkyazzentwatwa/chatgpt-skills --skill document-converter-suite
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
PDF converter powered by MinerU — convert PDF to Word, Markdown, HTML, LaTeX, or plain text. Al…
9.2K installsConvert PDF files to and from Word, Excel, Image, and other formats
4.4K installsProvides patterns for unit testing mappers, converters, and bean mappings. Validates entity-to-…
2.8K installsConvert documents and files to Markdown using markitdown.
1.6K installsConvert AgentOps skill formats. Triggers: "converter", "convert agentops skill formats.", "conv…
1.3K installsAlso in this package
Other skills from dkyazzentwatwa/chatgpt-skills · top by installs.
npx skills add dkyazzentwatwa/chatgpt-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,544 B -
docs
SUMMARY.md1,505 B
History
- First seen on skills.sh
- First recorded snapshot · 472 installs
SKILL.md
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, andhtml - 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
- Confirm the source format, target format, and whether editability or fidelity matters more.
- Use
scripts/convert.pyfor single documents andscripts/batch_convert.pyfor folders. - Use the bundled utility scripts when the user needs a focused PDF or table task:
- scripts/pdftoolkit.py - scripts/tableextractor.py - scripts/form_filler.py
- 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.mdfor supported paths.references/limitations.mdfor failure modes and tradeoffs.