batch-convert

Convert documents in batches between DOCX, PDF, MD, HTML, XLSX, and PPTX formats.

368|75|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/claude-office-skills/skills --skill batch-convert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-convert
Source: https://github.com/claude-office-skills/skills/tree/main/batch-convert
Command: npx skills add https://github.com/claude-office-skills/skills --skill batch-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdf2docx, markitdown, python-docx, openpyxl, pandoc, marp-cli, libreoffice, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the conversion of multiple documents between various formats, eliminating the need for manual, repetitive file format changes.

Core Features & Use Cases

  • Batch Conversion: Process entire folders of files at once.
  • Multi-Format Support: Convert between DOCX, PDF, MD, HTML, XLSX, and PPTX.
  • Use Case: Convert a folder of Markdown files into PDF documents for easy sharing and archiving.

Quick Start

Convert all markdown files in the '~/documents/reports' folder to PDF format.

Frequently Asked Questions about batch-convert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch convert multiple Markdown files to PDF?

You can batch convert multiple Markdown files to PDF by processing an entire folder at once. The skill automates file format detection and uses parallel processing to transform multiple documents into PDF format efficiently.

Can I convert DOCX, XLSX, and PPTX files in bulk?

Yes, you can convert DOCX, XLSX, and PPTX files in bulk. The tool supports multi-format conversion between these office formats, alongside PDF, MD, and HTML, for digital asset management workflows.

What is the best way to automate document format conversion for content migration?

The best way to automate document format conversion for content migration is using bulk processing with parallel execution. This approach eliminates manual file changes and handles entire folders of files automatically.

Does batch document conversion require installing pandoc and libreoffice?

Yes, batch document conversion requires pandoc and libreoffice dependencies. The tool also utilizes pdf2docx, markitdown, python-docx, openpyxl, and marp-cli to process and transform the various file formats.

Are there limitations when converting HTML files to DOCX in bulk?

Limitations when converting HTML files to DOCX in bulk depend on the underlying pdf2docx and python-docx libraries handling complex formatting. Automated detection streamlines the process, but highly stylized HTML structures may face parsing constraints.