brucevanfdmbrucevanfdmCommunity·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 automatically as embedded PNG images during Markdown to Word conversion. Eliminates manual copy-pasting and reformatting when reading or sharing Office documents. Outputs structured JSON so agents can batch-process entire folders of files reliably.
npx skills add brucevanfdm/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 brucevanfdm/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 formatting.

Can it convert Markdown back to Word?

Yes. Run `bdc setup-node` once, then `bdc convert <file.md>` to produce a styled .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 included SKILL.md follows the universal skill standard, so agents can convert and analyze documents from plain-English requests.

Related Repositories in Content & Communication

View All in Content & Communication