minimax-pdf

Orchestrate token-driven PDF pipelines for create, fill, and reformat workflows.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/ccstudentcc/agent-prompts --skill minimax-pdf-ccstudentcc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-pdf
Source: https://github.com/ccstudentcc/agent-prompts/tree/main/.codex/skills/minimax-pdf
Command: npx skills add https://github.com/ccstudentcc/agent-prompts --skill minimax-pdf-ccstudentcc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The minimax-pdf skill solves the challenge of consistently producing polished, print-ready PDFs from diverse content sources by orchestrating a token-driven design pipeline that covers creation, filling, and reformatting workflows.

Core Features & Use Cases

  • CREATE route: generate a new PDF from content using a token-driven design system to ensure cohesive cover and inner pages.
  • FILL route: inspect and fill form fields in existing PDFs using the provided data mappings and PDF tooling.
  • REFORMAT route: parse an input document into content.json and apply design tokens to produce a re-styled, publication-quality PDF.

Quick Start

Run the full CREATE pipeline with a sample title, type, and content.json to produce output.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 a design token system?

Generate print-ready PDFs using a token-driven design pipeline that orchestrates creation, filling, and reformatting workflows. The pipeline enforces design tokens across cover and inner pages to ensure consistent visual identity for reports, resumes, and portfolios.

What's the best way to parse an existing document and reformat it into a publication-quality PDF?

Reformat existing documents by parsing input content into a structured content.json file, then applying design tokens to produce a re-styled, publication-quality PDF. This route ensures visual consistency while transforming raw content into polished output.

Can I inspect and fill form fields in existing PDFs with Python?

Inspect and fill form fields in existing PDFs using the FILL route with pypdf. This route applies provided data mappings to populate form fields while maintaining the original document structure and layout.

Does this PDF generation pipeline work with reportlab and playwright?

The pipeline uses reportlab for PDF generation, pypdf for field inspection and filling, matplotlib for visual elements, and optional Playwright tooling for rendering. These dependencies ensure consistent visual identity across all output documents.

How do I ensure consistent cover and inner page design across multiple PDF reports?

Apply a unified token-driven design system that enforces cohesive cover and inner page layouts. The CREATE route generates new PDFs from content while maintaining consistent visual identity across reports, resumes, proposals, and portfolios.