bruc3vanbruc3vanCommunity·1 Agent Skills Included

bruce-doc-converter

Bidirectional Office, PDF, and Markdown document conversion

Converts Word, Excel, PowerPoint, and PDF files into clean Markdown, and exports Markdown back into polished Word documents. Renders Mermaid diagrams as embedded PNG images automatically during Markdown to Word conversion. Eliminates manual copy-pasting and reformatting when reading or analyzing Office documents. Outputs structured JSON so agents can batch-convert entire folders and handle errors reliably.
npx skills add bruc3van/bruce-doc-converter --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Bruce Doc Converter?

Run `npx skills add bruc3van/bruce-doc-converter --all -g -y` in your terminal to install this skill globally.

How to convert Word or PDF files to Markdown?

Run `bdc convert <file>` and the tool outputs clean Markdown plus structured JSON, including extracted images and headings.

Can it convert Markdown back to Word?

Yes. Run `bdc setup-node` once, then `bdc convert yourfile.md` to produce a formatted .docx with Mermaid diagrams rendered as PNG images.

Which file formats are supported?

It reads .docx, .xlsx, .pptx, .pdf, and .md, and writes Markdown or Word. Legacy formats like .doc and .xls are not supported.

Does it work with Claude Code and OpenClaw?

Yes. The skill follows the standard SKILL.md format and its JSON output lets agents parse results and recover from errors automatically.

Related Repositories in Content & Communication

View All in Content & Communication