ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

md-to-office

Convert Markdown to Word, PowerPoint, and PDF using Pandoc - the universal document converter

Why use this skill?

Instantly convert your Markdown files into professional documents using Pandoc. Support for .docx, .pptx, and PDF with custom styling and templates.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lijie420461340/md-to-office
Or

What This Skill Does

The md-to-office skill serves as a powerful bridge between simple Markdown documentation and professional office output formats. By leveraging Pandoc, the industry-standard document converter, this skill automates the transformation of text files into polished .docx, .pptx, or .pdf files. It manages complex document elements such as tables of contents, metadata, custom styling via reference documents, and typography settings, ensuring that your output retains high-quality formatting suitable for business or academic submission.

Installation

To integrate this functionality into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/lijie420461340/md-to-office Once installed, you can immediately start converting existing Markdown files by passing them to the agent.

Use Cases

This skill is ideal for professionals who prefer writing in lightweight markup languages like Markdown but must distribute documents in legacy formats. Use it to transform technical READMEs into client-ready Word reports, convert lecture notes into structured presentation decks, or generate high-quality PDFs with custom margins and font families. It is an essential tool for documentation teams needing to synchronize technical repositories with corporate documentation requirements.

Example Prompts

  1. "Convert my latest engineering_log.md into a professional Word document using the standard corporate template."
  2. "Take the content in project_summary.md and generate a PowerPoint presentation. Please ensure each top-level header becomes a new slide."
  3. "Convert research_notes.md to a PDF. Use the xelatex engine, set the font to 12pt, and include a table of contents with a depth of 3."

Tips & Limitations

  • Reference Documents: For consistent branding, always create a reference .docx file by converting a sample document first, then editing its styles in Word.
  • PDF Quality: If you require high-quality typography, rely on the LaTeX engine. For faster, web-style results, use wkhtmltopdf with custom CSS.
  • Structure: When creating presentations, remember that Markdown slides are typically split by level-1 or level-2 headers; plan your document structure accordingly.
  • Limitations: Complex graphical layouts or embedded non-standard plugins may not always translate perfectly; test your document structure periodically to ensure alignment.

Metadata

Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lijie420461340-md-to-office": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#markdown#conversion#pandoc#word#pdf#powerpoint
Safety Score: 4/5

Flags: file-read, file-write, code-execution