PPTFast
Make your deck in minutes, not hours.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

pptfast
Make your deck in minutes, not hours.
🥇 The FIRST deck-generation plugin for DeepSeek Harness (dsh) 🥇
简体中文 · Install (hand it to your AI) · Commands · IR · Themes · Agent skill · ModLens (vision)
Highlights
⚡ Tell your AI what to cover, get the deck. You bring the content, the engine handles layout, color, type size, and spacing. The same content renders the same deck every time, so there is nothing to redo and no luck involved.
✏️ A real deck, not a picture of one. Every heading, bullet, and chart bar opens in PowerPoint for you to retype and restyle. Chart and table figures are the exception: to change the numbers, have your AI rebuild that page. 17 ready-made styles, and you can pull the colors and fonts out of a deck your company already uses.
🔌 Installs into the agent you already use. One command puts pptfast into DeepSeek Harness, Claude Code, or any agent that reads a skill folder (Codex and friends), and it knows how to build a deck the moment it lands.
🔁 Revisions without describing everything again. One command opens a preview page in your browser: page through it, write your notes right on the slides, and your AI picks them up and fixes them. The page refreshes itself as each revision lands.
🔒 No account, no API key, no network. Install it and it works. Node 22.19+ or Bun is all you need on the machine.
Install
Step 1, hand it to your AI. Send it this line:
Install the pptfast deck skill following https://raw.githubusercontent.com/liustack/pptfast/main/INSTALL.md, then run the health check and tell me the result.
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:
npx -y @deepseek-ai/dsh plugin --profile web add @liustack/pptfast@0.19.2
Name the version. Without it, the install quietly lands on an older release and you miss the newest features. npm view @liustack/pptfast version prints the current one. The plugin card shows up as "pptfast", registers the deck-generation skill, and carries the CLI inside its own package. Uninstalling removes the skill with no residue.
Quick start
An IR is one JSON file describing the whole deck. Write a minimal one, then run the validate → render → preview loop:
cat > deck.json <<'EOF'
{
"filename": "hello.pptx",
"theme": { "id": "consulting" },
"slides": [
{ "type": "cover", "heading": "Hello pptfast", "subheading": "A first deck in ten minutes" },
{ "type": "content", "heading": "Why it works", "components": [
{ "type": "bullets", "items": ["Semantic IR in", "Native DrawingML out", "Every shape stays editable"] } ] },
{ "type": "ending", "heading": "Thanks" }
]
}
EOF
pptfast validate deck.json # → OK — 3 slides, theme "consulting"
pptfast render deck.json -o out/hello.pptx # → wrote out/hello.pptx (3 slides, ~24 KB)
pptfast render deck.json -o out/tech.pptx --theme tech # same deck, different theme
pptfast preview deck.json -o out/svgs # SVG per slide, for a visual self-check
One shape rule: cover/chapter/ending slides are heading + subheading only, components live on content slides. validate says exactly this if you mix them up.
No install at all also works: npx -y @liustack/pptfast validate deck.json. In a source checkout, node dist/cli.js replaces pptfast, and examples/ has ready-made IR files to try.
The commands you will reach for most:
| Command | Does |
|---|---|
validate <target> | Check the IR, with page numbers on every error |
render <target> -o <out.pptx> [--theme <id>] | Render a .pptx |
preview <target> -o <dir> [--html] | One SVG per slide, plus a self-contained review page |
serve <target> | Live preview that reloads on every change, with reviewer annotations |
audit <target> | Geometry review: overflow, out-of-bounds, low contrast, overlap |
themes | List the 17 built-in themes |
doctor | Check the install: runtime, skill copies, optional capabilities, self-test render |
Full reference: docs/cli.md.
Credits
Icon primitives are extracted from lucide (ISC License). pptfast itself was extracted from a production AI-deck-generation system and CJK-typography-tuned (full-width punctuation width, Chinese line breaking, a Chinese-first font stack, explicit east-asian font-slot declarations) from day one.
License
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.