skills$openclaw/md-to-pdf
araa474.2k

by araa47

md-to-pdf – OpenClaw Skill

md-to-pdf is an OpenClaw Skills integration for data analytics workflows. Convert markdown files to clean, formatted PDFs using reportlab

4.2k stars2.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namemd-to-pdf
descriptionConvert markdown files to clean, formatted PDFs using reportlab OpenClaw Skills integration.
owneraraa47
repositoryaraa47/md-2-pdf
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @araa47/md-2-pdf
last updatedFeb 7, 2026

Maintainer

araa47

araa47

Maintains md-to-pdf in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
md-to-pdf.py
21.4 KB
_meta.json
268 B
SKILL.md
1.7 KB
SKILL.md

name: md-to-pdf description: Convert markdown files to clean, formatted PDFs using reportlab metadata: {"openclaw":{"emoji":"📄","requires":{"bins":["uv"]}}}

Markdown to PDF

Convert markdown documents to professional, clean PDFs with proper formatting.

Usage

# Basic usage
uv run scripts/md-to-pdf.py input.md

# Specify output
uv run scripts/md-to-pdf.py input.md -o output.pdf
uv run scripts/md-to-pdf.py input.md --output my-report.pdf

# Verbose mode
uv run scripts/md-to-pdf.py input.md -v

Features

  • Headers: H1-H6 with hierarchical styling
  • Text formatting: Bold, italic, inline code
  • Lists: Bullet lists, numbered lists, task lists
  • Code blocks: Syntax highlighting with background
  • Tables: Full table support with headers
  • Links: Clickable hyperlinks
  • Horizontal rules: Visual section dividers
  • YAML frontmatter: Automatically skipped
  • Special characters: Emojis, Unicode symbols
  • Page numbers: Automatic footer with page numbers
  • Professional styling: Clean, readable output

Options

  • -o, --output: Output PDF file path (default: input_filename.pdf)
  • -v, --verbose: Print detailed processing information

Supported Markdown Elements

ElementSyntaxStatus
Headers# H1 to ###### H6
Bold**text** or __text__
Italic*text* or _text_
Inline code`code`
Code blocks```
Bullet lists- item or * item
Numbered lists1. item
Task lists- [x] done
Tables`col
Links[text](url)
Horizontal rules--- or ***
Blockquotes> quote
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install md-to-pdf?

Run openclaw add @araa47/md-2-pdf in your terminal. This installs md-to-pdf into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/araa47/md-2-pdf. Review commits and README documentation before installing.