dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness PPT generation plug-in

liustack/pptfast · skills

Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out.

★ 6GitHub stars
0Forks
2026-08-17Last updated
TypeScriptLanguage
MITLicense

Project overview

🥇 The FIRST deck-generation plugin for DeepSeek Harness (dsh) 🥇 Talk to us

There is no step 2. Your AI puts the skill folder where your harness reads it, and the skill brings its own version-pinned launcher, so there is no CLI to install by hand. pptfast renders entirely locally: no API key, no account, nothing to configure. The only prerequisite is Node 22.19+ (or Bun). On DeepSeek Harness, it is one command instead. pptfast is a native DSH plugin there, not a skill folder:

An IR is one JSON file describing the whole deck. Write a minimal one, then run the validate → render → preview loop:

Install command

dsh plugin --profile web add github:liustack/pptfast
View GitHub repository ↗Back to popular plugin directory