AI agent skills for professional document generation (DOCX, PDF, XLSX) extracted from Kimi. Designer-quality outputs with native charts, validation pipelines, and full OpenXML control
npx skills add https://github.com/thvroyal/kimi-skills --skill kimi-docxInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
A collection of AI agent skills extracted from Kimi that enable advanced document generation capabilities.
Attribution: These skills were originally developed by Moonshot AI for their Kimi AI assistant.
Compared to Anthropic document skills, Kimi Skills offer several enhancements:
| Aspect | Kimi Skills | Anthropic Skills |
|---|---|---|
| Visual Quality | Designer-quality covers, Morandi/ink-wash backgrounds, professional themes | Basic formatting |
| Document Structure | Auto-generates TOC, headers/footers, cover & back cover pages | Manual structure |
| Charts | Native Word/Excel charts (editable, small file size) | Image-based charts |
| Validation | OpenXML validators, formula checkers, reference verification | Basic output |
| Format Support | Full OpenXML manipulation, track changes, comments | Limited editing |
| Academic Features | Citations (GB/T 7714, APA), cross-references, math equations | Basic citations |
| Excel | PivotTables, currency formatting, cover pages with metrics | Data only |
Key advantages:
npx skills add thvroyal/kimi-skills
| Skill | Description |
|---|---|
| kimi-docx | Generate and edit Word documents (.docx) with professional layouts, charts, track-changes, and more |
| kimi-pdf | Create PDFs using HTML+Paged.js or LaTeX. Process existing PDFs (extract, merge, fill forms) |
| kimi-xlsx | Advanced spreadsheet manipulation with formulas, formatting, charts, and PivotTables |
Creates professional Word documents using C# OpenXML SDK for new documents and Python+lxml for editing existing ones.
Features:
Two routes for PDF creation:
Features:
Creates and manipulates Excel files using Python + openpyxl/pandas.
Features:
The examples/ directory contains sample outputs:
faker-career-analysis.pdf - PDF report examplefaker-champion-stats.xlsx - Excel spreadsheet with chartsgenerate_faker_docx.py - Python script for DOCX generationkimi-skills/
├── skills/
│ ├── kimi-docx/ # Word document skill
│ │ ├── SKILL.md
│ │ ├── scripts/
│ │ ├── references/
│ │ ├── assets/
│ │ └── validator/
│ ├── kimi-pdf/ # PDF skill
│ │ ├── SKILL.md
│ │ ├── routes/
│ │ └── scripts/
│ └── kimi-xlsx/ # Excel skill
│ ├── SKILL.md
│ ├── scripts/
│ └── pivot-table.md
└── examples/
Skills automatically detect and install dependencies:
These skills are extracted from Kimi for educational and personal use. All rights to the original implementation belong to Moonshot AI.