A versatile document conversion skill that leverages Pandoc to transform files between dozens of formats including PDF, HTML, Word, and EPUB.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pandoc
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pandoc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Pandoc Document Converter is a robust integration for Openclaw Skills that enables seamless transformation of documents across a vast array of formats. By utilizing Pandoc's internal Abstract Syntax Tree (AST), this skill allows users to convert content from nearly any source—such as Markdown, LaTeX, or DOCX—into professional-grade outputs like PDF, EPUB, or HTML.
Beyond simple format switching, this skill provides deep control over document appearance. It supports custom CSS for web-based outputs, LaTeX templates for high-quality typesetting, and reference documents to maintain consistent branding in Office formats. Whether you are generating reports, publishing e-books, or extracting content from legacy files, this tool provides a programmatic and highly customizable approach to document management.
To use this skill within Openclaw Skills, ensure you have Pandoc installed on your system. For PDF generation, a TeX engine or HTML-to-PDF converter is required.
# Install Pandoc (Example for Ubuntu/Debian)
sudo apt-get install pandoc
# Optional: Install XeLaTeX for high-quality PDF output
sudo apt-get install texlive-xetex
# Basic conversion usage via the helper script
bash scripts/convert.sh input.md output.pdf --pdf-engine=xelatex
The skill manages document metadata and assets through the following structure:
| Feature | Method | Description |
|---|---|---|
| Metadata | YAML Frontmatter | Define title, author, and date at the top of source files. |
| Styling | CSS / LaTeX Vars | Use assets/default.css for HTML or -V variables for PDF geometry. |
| Templates | Reference Docs | Utilize .docx or .odt files as templates for layout and branding. |
| Media | --extract-media | Automatically creates a media folder for images extracted from binaries. |
Loading
An automated monitoring system that tracks competitor price changes, content updates, and SEO rankings to provide actionable market intelligence.

An AI-powered alert management framework that identifies, deduplicates, and routes signals to optimize system operations.

An automated workflow for generating comprehensive Chinese research reports from academic PDF documents using OCR and large language models.

A comprehensive technical framework for designing, optimizing, and securing high-performance LLM prompts and agentic workflows.

A specialized tool for analyzing and refactoring Python project structures to align with modern industry best practices.

A local, high-speed reference tool providing instant access to DevTools concepts, patterns, and implementation best practices.








































