BeClaude

pandoc

Community RegistryDevelopmentby Peter Linde · MIT

Convert documents between formats using pandoc. Markdown to Word, PDF, HTML, and more. Includes Google Docs workflow.

First seen 4/17/2026

Summary

This skill enables document conversion between formats using pandoc, such as Markdown to Word, PDF, HTML, and more.

  • It includes a Google Docs workflow for importing/exporting documents.
  • Developers benefit from automating documentation generation, report creation, and cross-format publishing.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install pandoc@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Convert a Markdown file to a formatted Word document for client review.
Generate a PDF report from a Markdown source with custom styling.
Transform a LaTeX academic paper into HTML for web publication.
Batch convert multiple Markdown files to EPUB for an ebook.
Import a Google Doc as Markdown to version control documentation.
Convert a Word document to Markdown for use in a static site generator.

Usage Examples

1

/pandoc convert README.md to report.docx

2

/pandoc convert paper.tex to paper.html --mathjax

3

/pandoc import from Google Docs 'Meeting Notes' to meeting-notes.md

View source on GitHub
documentationpandocdocumentconversionmarkdowndocxpdf

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is pandoc?

This skill enables document conversion between formats using pandoc, such as Markdown to Word, PDF, HTML, and more. It includes a Google Docs workflow for importing/exporting documents. Developers benefit from automating documentation generation, report creation, and cross-format publishing.

How to install pandoc?

To install pandoc: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install pandoc@<marketplace>. Finally, /plugin in Claude Code.

What is pandoc best for?

pandoc is a plugin categorized under Development. It is designed for: documentation, pandoc, document, conversion, markdown, docx, pdf. Created by Peter Linde.

What can I use pandoc for?

pandoc is useful for: Convert a Markdown file to a formatted Word document for client review.; Generate a PDF report from a Markdown source with custom styling.; Transform a LaTeX academic paper into HTML for web publication.; Batch convert multiple Markdown files to EPUB for an ebook.; Import a Google Doc as Markdown to version control documentation.; Convert a Word document to Markdown for use in a static site generator..