minimax-pdf

Generate print-ready PDFs from content via a token-driven design pipeline.

10|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/FuHesummer/VCPtoolbox-Junior-Plugins --skill minimax-pdf-fuhesummer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: minimax-pdf
Source: https://github.com/FuHesummer/VCPtoolbox-Junior-Plugins/tree/main/SkillBridge/SKILL/minimax-pdf
Command: npx skills add https://github.com/FuHesummer/VCPtoolbox-Junior-Plugins --skill minimax-pdf-fuhesummer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create professional, print-ready PDFs by applying a token-based design system to content, ensuring consistent covers and inner pages.

Core Features & Use Cases

  • End-to-end PDF creation: content → tokens → cover → body → merged PDF.
  • Route-aware workflows: CREATE, FILL, and REFORMAT with a single design language.
  • Reusable token pipeline: tokens.json flows through palette.py, cover.py, render_cover.js, render_body.py, and merge.py for consistent visuals.

Quick Start

Generate a sample PDF by providing a title and type; the tool will render a complete document from scratch.

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 with a consistent design system?▼

You can generate print-ready PDFs by routing content through a token-driven design pipeline that orchestrates palette generation, cover rendering, body layout, and final document merging into a single polished output.

What is the best way to automate client-ready proposal PDF creation?▼

Automating client-ready proposal creation uses the CREATE workflow to process raw content through a full toolchain including palette.py, cover.py, and render_body.py, yielding a single professionally branded document.

Can I reformat existing reports into a cohesive visual document?▼

You can reformat existing reports using the REFORMAT workflow, which applies the same token-based design language to ensure your updated documents maintain a consistent visual identity across all pages.

Does the PDF rendering pipeline work with Python and Playwright?▼

The PDF rendering pipeline integrates Python libraries like pypdf and reportlab for document assembly, while utilizing Playwright to execute render_cover.js for high-fidelity cover page generation.

How do I fill a PDF template using a token-based design system?▼

You fill a PDF template by invoking the FILL workflow, which routes your specific content through the token pipeline to populate branded covers and inner pages while preserving the established design language.