minimax-pdf

仓库创建 2026年2月2日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

面向注重视觉与排版质量的提案/简历/报告生成场景。

▸ 风险提示

可能需执行外部脚本并安装字体或渲染依赖。

这个 Skill 做什么

按设计规范生成高质量、品牌一致的 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.

办公文档PDF设计排版渲染模板化通用
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-pdf/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-pdf/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有