A CLI-based utility to convert Markdown files into high-quality, styled PDF documents using Pandoc and wkhtmltopdf.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install markdown-to-pdf-styled
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 markdown-to-pdf-styled using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The md-to-pdf skill provides a seamless bridge between lightweight Markdown documentation and professional PDF distribution. By leveraging the industry-standard Pandoc engine and wkhtmltopdf renderer, it allows developers and technical writers to generate polished documents without leaving the command line. This utility is a core part of the Openclaw Skills ecosystem designed for streamlined documentation workflows.
Whether you need a clean business report or a modern presentation-style document, this skill handles the heavy lifting of CSS styling and PDF rendering. It supports multiple built-in themes and offers the flexibility to inject custom CSS for complete branding control, ensuring that your technical output remains consistent and professional.
Ensure you have the required dependencies installed on your system before utilizing this component of Openclaw Skills:
# Example for Debian/Ubuntu
sudo apt-get install pandoc wkhtmltopdf
Verify the installation:
pandoc --version
wkhtmltopdf --version
To execute a conversion, use the provided shell script:
bash {baseDir}/scripts/md2pdf.sh /abs/path/doc.md
The skill operates on standard file system paths and utilizes Markdown metadata for document properties. It organizes output based on the following structure:
| Component | Type | Description |
|---|---|---|
| Source File | .md | The input Markdown document to be converted. |
| Output File | The generated PDF document, saved to the specified path. | |
| Styles | CSS/Preset | Predefined themes (clean, modern, paper) or external CSS files. |
| Metadata | YAML | Uses the 'title:' key in Markdown to set the PDF title attribute. |
Loading
A high-performance image generation skill that leverages the APIYI API to create visuals directly within your AI agent environment via text prompts.

A specialized OAuth assistant for authenticating ClawHub on headless servers without a graphical web browser.

A professional AI agent skill designed to discover, compare, and analyze video content across YouTube, TikTok, Instagram, and Twitter.

A powerful Zoom integration that allows AI agents to manage video conferencing, participants, and cloud recordings through the Membrane CLI.

A high-performance AI music generation skill that creates 30-second instrumental tracks using Google Lyria.

A streamlined utility for creating timestamped backups of critical OpenClaw configuration files, agents, and credentials.








































