bruce-doc-converter

Converts Office/PDF files to Markdown and vice versa using Python/Node.js.

56|7|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/bruc3van/bruce-doc-converter --skill bruce-doc-converter-bruc3van
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bruce-doc-converter
Source: https://github.com/bruc3van/bruce-doc-converter/tree/main
Command: npx skills add https://github.com/bruc3van/bruce-doc-converter --skill bruce-doc-converter-bruc3van

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, openpyxl, python-pptx, pdfplumber, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Bruce Doc Converter addresses the challenge of AI-friendly document analysis by transforming Office/PDF files into Markdown, and Markdown back to Word, enabling seamless AI processing.

Core Features & Use Cases

  • Office/PDF → Markdown: convert docx/xlsx/pptx/pdf to Markdown
  • Markdown → Word: convert md to Word
  • Mermaid diagrams: render Mermaid blocks into images during MD → Word export
  • Use case: analyze a batch of PDFs and produce structured Markdown with tables, etc

Quick Start

Install this skill and convert a sample document to Markdown to see the output.

Frequently Asked Questions about bruce-doc-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert PDF to Markdown for AI analysis?

To convert PDF to Markdown, this skill extracts text and tables from PDF files, transforming them into AI-friendly Markdown structured for business and research workflows.

Can I convert Markdown back to a Word document?

Yes, you can convert Markdown back to Word. The skill exports Markdown into DOCX format while preserving round-trip formatting for business and training workflows.

Does the doc conversion process support Excel and PowerPoint files?

Yes, the document conversion process supports Excel and PowerPoint files. It transforms XLSX and PPTX files into AI-friendly Markdown for content extraction.

How are Mermaid diagrams handled during Markdown to Word conversion?

During Markdown to Word conversion, Mermaid diagram blocks are automatically rendered into images and embedded directly into the exported DOCX file.

Do I need to manually install Python dependencies for document conversion?

No, you do not need to manually install dependencies. The skill auto-installs missing packages like python-docx, openpyxl, and pdfplumber automatically during execution.

What is the best way to batch convert Office files to Markdown?

The best way to batch convert Office files to Markdown is using this skill's extraction logic, which processes multiple DOCX, XLSX, PPTX, and PDF files into structured Markdown.