minimax-pdf

Generate polished PDFs from content JSON via a script-driven pipeline.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/466852675/Skills-2026 --skill minimax-pdf-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-pdf
Source: https://github.com/466852675/Skills-2026/tree/main/minimax-pdf
Command: npx skills add https://github.com/466852675/Skills-2026 --skill minimax-pdf-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The minimax-pdf skill automates end-to-end creation of polished PDFs from content, including cover design, typography, and layout, so teams move from raw content to client-ready documents faster.

Core Features & Use Cases

  • Token-driven cover and body rendering from content.json and tokens.json
  • Support for charts, math, code blocks, flowcharts, and images within PDF bodies
  • End-to-end pipeline from content to merged PDF with QA checks for consistent branding

Quick Start

Generate a complete PDF by supplying a title, type, author/date, and content.json, then run the unified CLI to produce the final document.

Frequently Asked Questions about minimax-pdf

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

FAQPage Schema
How do I automate PDF generation from raw content JSON?

To automate PDF generation from raw content JSON, you can use a script-driven pipeline that applies a token-driven design system to render cover pages and body text, resulting in a polished, print-ready document.

How does token-driven document rendering work for reports?

Token-driven document rendering works by mapping design variables from a tokens.json file to content JSON, executing a sequence of scripts to generate cover and body layouts, and merging them into a final branded PDF.

Can I include charts and flowcharts when creating PDFs from text?

Yes, you can include charts and flowcharts when creating PDFs from text, as the rendering pipeline supports optional enhancements like matplotlib charts, math formulas, code blocks, and images within the document body.

Do I need reportlab and pypdf to format text into a PDF portfolio?

You need reportlab, pypdf, and matplotlib to format text into a PDF portfolio, as these dependencies drive the end-to-end script pipeline for layout rendering, chart generation, and document merging.

What is the best way to build client-ready PDFs with consistent branding?

The best way to build client-ready PDFs with consistent branding is to use an end-to-end rendering workflow that applies design tokens and runs QA checks during the cover and body merge process.

What are the limitations of using a script-driven pipeline for PDF generation?

A limitation of using a script-driven pipeline for PDF generation is that it requires structuring your input as content JSON and defining design tokens upfront, meaning unstructured text requires pre-formatting before entering the pipeline.