minimax-pdf

Coordinate end-to-end PDF production from content to print-ready output using a token-driven design system.

1.3k|126|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/poco-ai/poco-claw --skill minimax-pdf-poco-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-pdf
Source: https://github.com/poco-ai/poco-claw/tree/main/backend/assets/skills/minimax-pdf
Command: npx skills add https://github.com/poco-ai/poco-claw --skill minimax-pdf-poco-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of turning content into print-ready PDFs with consistent design identity, avoiding manual formatting and re-theming for each project.

Core Features & Use Cases

  • End-to-end PDF pipeline: CREATE (from content), FILL (form fields), and REFORMAT (design to existing docs) using a token-based design system.
  • Reusable design tokens: colors, typography, and spacing flow from metadata to every render step to ensure brand-consistent outputs.
  • Practical use: produce reports, proposals, resumes, and magazine-style PDFs with predictable layout and typography.

Quick Start

Run the CREATE path to generate a sample PDF using the CLI.

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 consistent brand styling?

Generate print-ready PDFs using a token-driven design system that applies reusable colors, typography, and spacing from metadata to every render step, ensuring consistent brand identity across reports, proposals, resumes, and magazines without manual formatting.

What is the best way to reformat an existing PDF document with new design tokens?

Reformat existing PDF documents using the REFORMAT route, which applies token-based design rules to existing files to enforce layout and typography consistency while preserving the original content structure.

Can I fill PDF form fields programmatically using a CLI workflow?

Fill PDF form fields programmatically using the FILL route within the CLI workflow, which applies token-driven design rules to populate documents while maintaining layout fidelity and publication-ready output.

Does this PDF rendering pipeline support automated QA checks across documents?

The PDF rendering pipeline supports automated QA checks across all steps, enforcing design fidelity through metadata-driven tokens, font management, and layout rules to deliver publication-ready outputs.

Do I need design tokens defined before creating a PDF from content?

Define design tokens like colors, typography, and spacing before using the CREATE route, as these metadata-driven tokens flow through the rendering pipeline to ensure predictable layout and brand-consistent PDF outputs.

How does token-driven PDF generation compare to manual report formatting?

Token-driven PDF generation automates formatting by applying reusable design tokens across documents, avoiding the manual re-theming required for each project while delivering consistent, publication-ready layouts.