minimax-pdf
面向注重视觉与排版质量的提案/简历/报告生成场景。
可能需执行外部脚本并安装字体或渲染依赖。
按设计规范生成高质量、品牌一致的 PDF 报告与文档。
帮你把内容做成高质量、对外可交付的 PDF 报告和文档,尤其适合提案、投标、简历或客户材料等需要视觉一致性的场景。可以从头生成整套版式、把数据填进现有表单,或把草稿按品牌样式重排成漂亮的 PDF。它用 token-based 的设计系统统一色彩、排版与间距,输出稳定、好看且可复现。
▸ 展开 SKILL.md 英文原文
Use this skill when visual quality and design identity matter for a PDF. CREATE (generate from scratch): "make a PDF", "generate a report", "write a proposal", "create a resume", "beautiful PDF", "professional document", "cover page", "polished PDF", "client-ready document". FILL (complete form fields): "fill in the form", "fill out this PDF", "complete the form fields", "write values into PDF", "what fields does this PDF have". REFORMAT (apply design to an existing doc): "reformat this document", "apply our style", "convert this Markdown/text to PDF", "make this doc look good", "re-style this PDF". This skill uses a token-based design system: color, typography, and spacing are derived from the document type and flow through every page. The output is print-ready. Prefer this skill when appearance matters, not just when any PDF output is needed.
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-pdf/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-pdf/SKILL.md"# minimax-pdf Three tasks. One skill. ## Read `design/design.md` before any CREATE or REFORMAT work. --- ## Route table | User intent | Route | Scripts used | |---|---|---| | Generate a new PDF from scratch | **CREATE** | `palette.py` → `cover.py` → `render_cover.js` → `render_body.py` → `merge.py` | | Fill / complete form fields in an existing PDF | **FILL** | `fill_inspect.py` → `fill_write.py` | | Reformat / re-style an existing document | **REFORMAT** | `reformat_parse.py` → then full CREATE pipeline | **Rule:** when in doubt between CREATE and REFORMAT, ask whether the user has an existing document to start from. If yes → REFORMAT. If no → CREATE. --- ## Route A: CREATE Full pi