open-kimi-ppt-skill: The Ghost Repo That Turned AI Text Into Editable Slides

An unofficial Kimi Slides bridge promised a better last mile for presentations, with PPTD, PPTX, and a local editor. Then the code vanished, leaving behind a community that still wanted the workflow.

8 min read View on GitHub More from Binaryify

A workshop scene shows typed notes and prompt pages feeding into a drafting frame, then into a browser-like editor where a hand adjusts slide boxes before a PowerPoint file sits nearby. The image explains the project’s central idea: the valuable output is not raw AI text, but an editable presentation pipeline.
The project mattered because it treated slide generation as a bridge from language to layout, not a one-shot prompt.
Key Takeaways

The repo is gone, but the workflow is still the story

`open-kimi-ppt-skill` is interesting for what it left behind. The repository now reads like a tombstone: the source is gone, but the demand that formed around it is still visible in forks, reposts, and reactions. That makes it less a product story than a case study in how useful unofficial AI tooling can become before it gets shut down.

悲报 open kimi ppt skill 已经要求下线 https://t.co/KlmyiTvs0A

Box (mainnet arc), BoxMrChen, 29,671 followers · @BoxMrChen on X
ToolBest forEditabilityAgent integrationRisk / constraint
open-kimi-ppt-skillEditable AI slide workflowsHigh, because PPTD and PPTX were both part of the pathHigh, built as a skill for agentsUnofficial and fragile
Official Kimi SlidesFast slide generation inside KimiMedium, but tied to the hosted productLow, no developer bridge exposedPlatform-bound
GammaPolished SaaS decksMedium, but exports can be flatterLow to mediumClosed ecosystem
Microsoft Copilot for PowerPointOffice-native corporate draftingHigh inside Microsoft’s ecosystemLow to mediumRequires Microsoft stack

The comparison is simple. This repo won on workflow flexibility and human correction, not on institutional safety. That is exactly why it mattered, and exactly why it was vulnerable.

Why AI slide generation is still hard

Large models are good at language, but slides are spatial objects. They need hierarchy, alignment, spacing, image placement, and a consistent visual rhythm across pages. A decent outline is not enough, because the hard part is turning structure into something a human can skim in ten seconds.

The project’s core idea is a staged pipeline: generate, structure, refine, then export.

What open-kimi-ppt-skill actually did

At a practical level, the tool treated presentation creation as a pipeline. An input such as a long document, outline, or URL was turned into structured presentation data. That structure then fed a local browser editor, where the user could fix layout and wording before exporting to both .pptd and .pptx.

Prompt / source
  -> LLM draft
  -> PPTD structure
  -> local browser editor
  -> export to PPTD and PPTX

That middle format matters. A deck that stays editable is not the same thing as a deck that only looks finished. Once the file becomes a real presentation object, a user can keep working without throwing away the generated draft.

A close-up shows two hands over a slide canvas, one holding rough outline blocks and the other aligning a title box and image frame inside a browser editor. Behind the canvas, export paths branch toward .pptd and .pptx, explaining how the project preserved editability while still producing standard presentation files.
The local editor was the crucial escape hatch between automation and a usable deck.
A hedcut-style portrait of Binaryify, the project maintainer, rendered from a verified GitHub avatar. The portrait gives the article a human anchor and ties the ghost repo back to a real developer identity.

open-kimi-ppt-skill:逆向 Kimi Slides,让 AI Agent 自动生成可编辑 PPT 该项目通过逆向 Kimi Slides 和 PPTD 格式,为 Codex、Claude Code、Cursor 等兼容 SKILL.md 的 AI Coding Agent 提供创建、编辑、复刻、导出 PPT/PPTX 的能力。每次生成默认同时输出可继续编辑的 PPTD 项目和开箱即用的 PPTX

Joe(欢迎蓝V互关版), joeup1208 · @joeup1208 on X

Why this repo became a ghost

The takedown is not a footnote. It explains the whole lifecycle. An unofficial bridge to a proprietary slide system can be incredibly useful, but it also sits close to platform risk, reverse-engineering risk, and branding risk. The more it works, the more visible it becomes, and the more likely it is to attract a shutdown.

谁还在花冤枉钱买官方 Kimi Slides 做 PPT?醒醒吧 有大神直接把 Kimi PPT 逆向成了一个 skill,@binaryify 出品。现在你用 deepseek 这种便宜模型,就能让 AI 给你整出能改、能导出 PPTX、还带翻页动画的高质量 PPT,成本直接打到脚脖子。 Codex、Claude Code、Cursor 都能装,npx https://t.co/hHeao9nDCs https://t.co/1Nt73LUcm9

鸟哥 | 蓝鸟会🕊️, NFTCPS, 122,656 followers · @NFTCPS on X

That reaction tells you what users cared about. Not just the slides, but the ability to edit them, export them, and keep them inside their own workflow. The repo’s disappearance did not erase the use case. It only made the use case easier to recognize.

What this says about agent-native software

This project points to a durable pattern. Agents are best at drafting, structuring, and assembling first passes. Humans are still best at judgment, cleanup, and final polish. The best tools will not pretend that gap does not exist. They will build a narrow bridge across it.

That is why `open-kimi-ppt-skill` still matters. It was not trying to replace presentation work. It was trying to make presentation work editable again after the model had done its part.