minimax-pdf

Automate PDF creation, form filling, and reformatting with Python scripts.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill minimax-pdf-qianleigood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-pdf
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/minimax-pdf
Command: npx skills add https://github.com/qianleigood/crawclaw --skill minimax-pdf-qianleigood

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PDF generation, form filling, and document reformatting skill for cases where visual quality, design identity, and print-ready output matter. Use this skill when the user wants to create a polished PDF from scratch, fill or inspect PDF form fields, or restyle an existing document into a professional PDF deliverable — such as reports, proposals, resumes, cover pages, client-ready decks, branded exports, or well-designed converted Markdown/text documents. Prefer this skill when appearance matters, not just when any PDF output is needed. Do not use it for Word-first editing workflows where the main deliverable should remain a .docx file.

Core Features & Use Cases

  • Full CREATE workflow: generate a polished cover and multi-page body from content.json.
  • FILL: inspect and fill existing PDF forms with JSON data.
  • REFORMAT: parse a source document and apply designed templates to output a PDF.

Quick Start

Create a branded PDF by generating tokens, rendering a cover, building inner pages, and merging into final.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 a branded PDF from scratch with a designed cover and body?

Fill PDF form fields by using the FILL workflow to inspect existing forms with JSON data, ensuring accurate data injection into the document fields.

Can I convert and restyle a markdown document into a print-ready PDF?

Reformat markdown documents into professional PDFs by applying designed templates, rendering the source content into a polished and branded deliverable.

Does this PDF generation tool work with Python and Playwright?

Yes, the toolchain relies on Python scripts and Playwright, integrating pypdf, reportlab, matplotlib, and numpy to orchestrate cover generation and body rendering.

What is the best way to automate end-to-end PDF production workflows?

Automate PDF production by orchestrating the create, fill, and reformat workflows via the make.sh CLI, handling everything from cover generation to final assembly with QA checks.

When should I avoid using this tool for document generation?

Avoid this tool for Word-first editing workflows where the main deliverable must remain a .docx file, as it is specifically designed for print-ready PDF output where visual quality matters.