Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add serejaris/kimi-skills --skill kimi-slidesgit clone --depth 1 https://github.com/serejaris/kimi-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/serejaris/kimi-skills/kimi-slides)<a href="https://agentmods.dev/skills/serejaris/kimi-skills/kimi-slides"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/kimi-slides/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/kimi-slides"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/kimi-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00099 | $0.01985 |
| Opus 5 | $0.00049 | $0.00992 |
| Sonnet 5 | $0.00020 | $0.00397 |
| Haiku 4.5 | $0.00010 | $0.00198 |
Grade A, and why
kimi-slides scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Definition
kimi-slides is a ppt-generation skill built by Moonshot AI as a first-party skill. It defines a YAML-format intermediate DSL (.pptd) that further abstracts OOXML, making presentation generation effortless. The DSL can be used to generate and render PPTs, and existing pptx files can also be converted into this DSL for editing.
The pptd format
The .pptd format is a simplified abstraction layer over OOXML that follows basic YAML syntax. This abstraction preserves the core content of OOXML (theme, page layout, element positions and definitions, etc.) while removing complex nesting logic such as Masters; every page is self-contained — what you see is what you get. Read reference/pptd.md for the complete definition of this DSL.
Companion CLI
The skill also ships with a companion CLI tool (pre-installed in the environment) for two-way conversion between pptd and pptx, pptd validation, pptd/pptx screenshot rendering, and more. Read reference/cli.md for the complete CLI usage instructions.
PPT production workflow
step1. Read the context thoroughly
Read all files uploaded by the user, the provided URLs, and the pptd format guide reference/pptd.md to fully understand the user's requirements.
step2. Understand the user's requirements
Understand the user's requirements based on the context:
- First determine the purpose of the request
- Create a PPT: create a new presentation (from scratch, or from an existing pptx template)
- Edit a PPT: edit the user's uploaded PPT (local modifications, single-page beautification, etc.)
- Replicate a PPT: replicate a presentation from a non-pptx format (images, PDF, etc.) into pptx format
- Then determine the design direction
- Self-directed design: no preference, or only simple style constraints given; you need to fill in or create the design
- Design system: a preset design system from the skill is specified, or the user provides a complete and detailed design scheme covering all color, font, layout, and component specifications
- Use a template: a template is provided and must be used
- Style transfer: a style reference source is provided (images, web pages, etc.)
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- reference/cli.md 4.4 KB
- reference/design_system/01_strategy/01/en/dusk-violet-consulting.jpg 1159 KB
- reference/design_system/01_strategy/01/en/dusk-violet-consulting.md 21 KB
- reference/design_system/01_strategy/02/en/indigo-due-diligence.jpg 1458 KB
- reference/design_system/01_strategy/02/en/indigo-due-diligence.md 21 KB
- reference/design_system/01_strategy/03/en/pine-green-strategy.jpg 1025 KB
- reference/design_system/01_strategy/03/en/pine-green-strategy.md 20 KB
- reference/design_system/01_strategy/04/en/red-black-business.jpg 1526 KB
- reference/design_system/01_strategy/04/en/red-black-business.md 19 KB
- reference/design_system/01_strategy/05/en/moss-green-transformation.jpg 456 KB
- reference/design_system/01_strategy/05/en/moss-green-transformation.md 21 KB
- reference/design_system/01_strategy/06/en/map-strategy.jpg 404 KB
- reference/design_system/01_strategy/06/en/map-strategy.md 8.8 KB
- reference/design_system/02_business/01/en/honey-orange-memo.jpg 1377 KB
- reference/design_system/02_business/01/en/honey-orange-memo.md 20 KB
- reference/design_system/02_business/02/en/lake-blue-memo.jpg 1129 KB
- reference/design_system/02_business/02/en/lake-blue-memo.md 18 KB
- reference/design_system/02_business/03/en/xuan-paper-annual.jpg 1253 KB
- reference/design_system/02_business/03/en/xuan-paper-annual.md 18 KB
- reference/design_system/02_business/04/en/lead-gray-quarterly.jpg 780 KB
- reference/design_system/02_business/04/en/lead-gray-quarterly.md 17 KB
- reference/design_system/02_business/05/en/ink-green-market-trends.jpg 1067 KB
- reference/design_system/02_business/05/en/ink-green-market-trends.md 20 KB
- reference/design_system/02_business/06/en/orange-tech.jpg 1359 KB
- reference/design_system/02_business/06/en/orange-tech.md 20 KB
- reference/design_system/03_work/01/en/sky-blue-wayfinding.jpg 346 KB
- reference/design_system/03_work/01/en/sky-blue-wayfinding.md 9.6 KB
- reference/design_system/03_work/02/en/mist-blue-travelogue.jpg 1085 KB
- reference/design_system/03_work/02/en/mist-blue-travelogue.md 24 KB
- reference/design_system/03_work/03/en/warm-jade-annual-report.jpg 1159 KB
- reference/design_system/03_work/03/en/warm-jade-annual-report.md 22 KB
- reference/design_system/03_work/04/en/color-stripes-documentary.jpg 1023 KB
- reference/design_system/03_work/04/en/color-stripes-documentary.md 18 KB
- reference/design_system/03_work/05/en/moon-white-imagery.jpg 897 KB
- reference/design_system/03_work/05/en/moon-white-imagery.md 19 KB
- reference/design_system/03_work/06/en/red-white-business.md 19 KB
- reference/design_system/04_promotion/01/en/cream-collage.jpg 298 KB
- reference/design_system/04_promotion/01/en/cream-collage.md 9.0 KB
- reference/design_system/04_promotion/02/en/silk-yellow-magazine.md 20 KB
- reference/design_system/04_promotion/03/en/pine-soot-pictorial.jpg 1283 KB
- reference/design_system/04_promotion/03/en/pine-soot-pictorial.md 19 KB
- reference/design_system/04_promotion/04/en/gold-orange-type-journal.jpg 980 KB
- reference/design_system/04_promotion/04/en/gold-orange-type-journal.md 19 KB
- reference/design_system/04_promotion/05/en/silver-gray-luxury-magazine.jpg 977 KB
- reference/design_system/04_promotion/05/en/silver-gray-luxury-magazine.md 23 KB
- reference/design_system/04_promotion/06/en/fresh-brand.jpg 1569 KB
- reference/design_system/04_promotion/06/en/fresh-brand.md 20 KB
- reference/design_system/05_academic/01/en/pink-purple-diagnosis.jpg 257 KB
- reference/design_system/05_academic/01/en/pink-purple-diagnosis.md 15 KB
- reference/design_system/05_academic/02/en/teal-green-academic-defense.jpg 350 KB
- reference/design_system/05_academic/02/en/teal-green-academic-defense.md 16 KB
- reference/design_system/05_academic/03/en/pastel-derivation.jpg 474 KB
- reference/design_system/05_academic/03/en/pastel-derivation.md 14 KB
- reference/design_system/05_academic/04/en/paper-white-courseware.jpg 466 KB
- reference/design_system/05_academic/04/en/paper-white-courseware.md 11 KB
- reference/design_system/05_academic/05/en/blue-line-courseware.jpg 366 KB
- reference/design_system/05_academic/05/en/blue-line-courseware.md 11 KB
- reference/design_system/05_academic/06/en/dark-themed-data.jpg 1671 KB
- reference/design_system/05_academic/06/en/dark-themed-data.md 20 KB
- reference/fonts.md 4.8 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 109 lines · 99 tokens per session scan A 8bfe7778b42c
kimi-slides is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 99 tokens to every session and 1,985 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
presentations
Use when creating or editing slide decks (.pptx). Covers slide structure, using layouts and templates correctly, charts and images, speaker notes, and building a deck that communicates rather than decorates.
ia-presenter
Creates high-quality, well-designed presentations for iA Presenter (Mac app). Generates complete Markdown files with proper iA Presenter syntax: slide structure, speaker notes separated from slide content, layout control through content organization, images, tables, charts, and theme recommendations. Use this skill…
ppt
A presentation generator that turns Markdown or Word documents into a single HTML slide show, with an optional PowerPoint output.
morph-ppt
Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…
pptgen-drawio
A tool for generating multi-page Draw.io presentations and exporting them as PowerPoint files. It supports thesis-defence slides and general presentation decks, with optional PowerPoint templates.
converting-files
Convert a file from one format to another inside the container — documents, images, audio, video. Routes to the right engine (pandoc, LibreOffice, ImageMagick, ffmpeg) by format pair. Triggers on "convert X to Y", "turn this docx into a pdf", "make a gif from this mp4", "md to docx", "batch-convert these images", or…