Bowenliang123 Markdown Exporter
bowenliang123-markdown-exporter is a Claude Code plugin for the Build phase that transforms Markdown into DOCX, PDF, PPTX, XLSX, PNG, and other office and data file formats.
Install this plugin when you need agent-written Markdown turned into deliverable DOCX, PDF, slides, spreadsheets, charts, and structured data files in one step.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install bowenliang123-markdown-exporter@bowenliang123/markdown-exporterBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:bowenliang123/markdown-exporter") and the paste-ready config with skillselion.get_install_config("plugin:bowenliang123/markdown-exporter").
What it does
bowenliang123-markdown-exporter is a Claude Code–compatible Agent Skill and Dify plugin that converts Markdown into office and data formats builders actually send to clients, investors, or teammates. Solo operators often draft everything in Markdown inside the agent—PRDs, one-pagers, slide outlines, tables—then stall on manual paste into Word, PowerPoint, or Excel. This plugin automates that bridge: one Markdown source can become DOCX, PDF, PPTX, XLSX, PNG renders, Mermaid-based visuals, HTML, CSV, JSON, or XML depending on the block types you emit. Implementation keywords point at Python plus bash/JS helpers for extracting blocks and transforming files, which suits pipeline-minded builders automating exports from agent sessions or Dify flows. With one plugin in the repo, it is a practical docs-and-deliverables utility for the Build phase rather than a CMS or publishing platform.
Highlights
- Exports Markdown to DOCX, PPTX, XLSX, PNG, PDF, HTML, CSV, JSON, and XML
- Supports Mermaid diagrams and block-level extraction via Python and bash/JS tooling
- Works as both an Agent Skill and a Dify plugin for the same transform pipeline
- Handles JSONL and structured blocks for batch or pipeline-oriented exports
- Single-plugin bundle focused on file transformation, not Markdown authoring alone
Why builders use it
Builders finish drafts in Markdown inside the agent but still reformat manually before sharing DOCX, slides, or spreadsheets.
After install, the agent can export the same Markdown to multiple file types—including Mermaid and tabular outputs—ready to send without a separate conversion tool.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 199 stars, 0 votes.
FAQ
Who is bowenliang123-markdown-exporter for?
Solo builders and agent users who write in Markdown and must deliver Word docs, PDFs, decks, or spreadsheets to stakeholders.
When should I use bowenliang123-markdown-exporter?
Use it during Build or docs tasks when a Markdown spec, report, or outline must become downloadable DOCX, PPTX, XLSX, PDF, or PNG output.
How do I add bowenliang123-markdown-exporter to my agent?
Add the bowenliang123/markdown-exporter plugin to Claude Code or wire the same package as a Dify plugin, with Python/bash available for transform scripts.
Comments
Share how you use bowenliang123-markdown-exporter, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.