minimax-pdf

Generate print-ready PDFs from content.json using a token-based design system.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill minimax-pdf-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-pdf
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/minimax-pdf
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill minimax-pdf-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires reportlab, pypdf, matplotlib, playwright, and includes scripts (resource) components.

What problem does it solve?

Creating and distributing high-quality PDFs can be time-consuming and error-prone without a consistent design system. minimax-pdf automates the generation and reformatting of print-ready documents by converting metadata and content into token-driven visuals.

Core Features & Use Cases

  • CREATE: generate a brand-aligned, print-ready PDF from content.json using a token-based design system.
  • FILL: populate existing PDFs with form data while preserving layout and typography.
  • REFORMAT: parse Markdown/text or other sources into content.json and apply a complete design pass.

Quick Start

Provide a title, document type, author/date (optional), and a content.json to generate a polished PDF.

Frequently Asked Questions about minimax-pdf

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

FAQPage Schema
How do I generate print-ready PDFs from content using design tokens?

To generate print-ready PDFs from content using design tokens, provide a title, document type, author/date, and a content.json file. The system applies a token-based design system to render brand-aligned documents from your metadata.

Can I fill forms in existing PDFs while preserving the original layout?

Yes, you can fill forms in existing PDFs while preserving layout and typography. The system populates existing PDFs with form data without altering the original document structure and formatting.

Do I need Playwright and Python 3.9+ to render PDF covers?

Yes, you need Python 3.9+ with Playwright, reportlab, pypdf, and matplotlib installed. Playwright is specifically required for full cover rendering capabilities within the document generation workflow.

What is the best way to reformat Markdown text into a polished PDF?

The best way to reformat Markdown text into a polished PDF is parsing the source into content.json and applying a complete design pass. This enforces token-driven visuals for consistent document formatting and typography.

How does a token-based design system work for PDF document generation?

A token-based design system works for PDF document generation by converting metadata and content into token-driven visuals. This enforces consistent design rules across covers and body rendering for print-ready output.