export-pdf

Convert Markdown documents into styled PDFs with a dark theme.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill export-pdf-lespaceman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-pdf
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/md-export/skills/export-pdf
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill export-pdf-lespaceman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates converting Markdown documents into styled PDFs, eliminating manual conversion steps and ensuring consistent presentation.

Core Features & Use Cases

  • Markdown to PDF conversion with dark-theme styling.
  • Batch processing and glob support, outputting PDFs beside source files.
  • Automatic label derivation from filenames for clear document organization.

Quick Start

Use this skill to export a Markdown file to a styled PDF placed next to the source file.

Frequently Asked Questions about export-pdf

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

FAQPage Schema
How do I convert Markdown to PDF with a dark theme?

To convert Markdown to PDF with a dark theme, this Skill processes your Markdown files and applies dark-theme styling. It outputs the styled PDF next to the original source file automatically.

Can I batch convert multiple Markdown files to PDF at once?

Yes, you can batch convert multiple Markdown files to PDF using glob patterns. The script processes all matching files and derives output paths beside each source file for clear organization.

Do I need Puppeteer installed to export Markdown to PDF?

You need puppeteer-core to export Markdown to PDF. The script will prompt you to install it automatically if it is not already present in your environment.

What's the best way to automate Markdown document processing for PDF sharing?

Automating Markdown document processing for PDF sharing is best handled by a script that eliminates manual conversion. This Skill uses a Node script to ensure consistent presentation across documents.

Does Markdown to PDF conversion work without manual styling steps?

Markdown to PDF conversion works without manual styling by applying a predefined dark theme automatically. This eliminates manual conversion steps and ensures consistent presentation across files.