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.
$ npx -y skills add thvroyal/kimi-skills --agent claude-code
Repo: thvroyal/kimi-skills
What's inside
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.
.agent/
skills/
docx
.agents/
skills
.gitignore
examples/
faker-career-analysis.docx
faker-career-analysis.pdf
faker-champion-stats.xlsx
presentation_assets.html
README.md
skills/
kimi-docx/
assets/
templates/
CJKExample.cs
Example.cs
KimiDocx.csproj
Program.cs
references/
EditingGuide.md
scripts/
__init__.py
docx
docx_lib/
__init__.py
business_rules.py
constants.py
editing/
__init__.py
comments.py
context.py
helpers.py
revisions.py
tests/
test_xml_tolerance.py
xml_tolerance.py
element_order.py
fix_element_order.py
generate_backgrounds.py
generate_chart.py
generate_inkwash_backgrounds.py
validate_all.py
validate_docx.py
SKILL.md
validator/
Validator
Validator.deps.json
Validator.pdb
Validator.runtimeconfig.json
kimi-pdf/
routes/
html.md
latex.md
process.md
scripts/
browser_helper.js
cmd_convert.py
cmd_extract.py
cmd_form.py
cmd_meta.py
cmd_pages.py
compile_latex.py
html_to_pdf.js
package-lock.json
package.json
paged.polyfill.js
pdf.py
pdf.sh
setup.sh
SKILL.md
kimi-xlsx/
pivot-table.md
scripts/
KimiXlsx
SKILL.mdFAQ
kimi-skills is a Claude Code plugin with 3 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes kimi-docx, kimi-pdf, kimi-xlsx. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.