开源判断层 · Apache-2.0

一句话进。
万千世界出。

你的 agent 自己决定每一页该怎么做——详略、器物、材质——然后把每一页渲染成一整张设计好的图。

The same idea rendered in different materials
同一个想法 —— 选一种材质,就是另一个世界。
它来判断,你不用回答问题它逐页决定详略(提纲挈领还是细化)、想出器物——把这页的论点画成一个东西——并且全片只用一种材质。
整页出图,经得起看每一页都是一整张设计好的图——排印、质感、插画都长在你选的材质里。英文与密集数据渲染得干净;每页你都要校对一遍,出错的页一行命令单独重出。
开源,图像模型你自带Apache-2.0 judgment layer + CC-BY styles. Works with any agent that generates images, or any endpoint speaking the OpenAI images API. No key ships in the repo.
01

判断,而不是生成

所有 AI PPT 工具都在做同一件事:把内容变成页面。PPT-Zen 开源的是没人做的那一层:这一页——该放多少、长什么样、凭什么这么定?成品谁都能截图;判断链抄不走。

page 03 · "23 minutes to refocus" → sayable in one line? yes → HEADLINE (one giant number) → device: a draining hourglass — the cost of interruption, drawn page 08 · "where we sit vs. the market" → only holds up side by side? yes → DETAIL (2×2 quadrant) → previous page was dense → this one breathes

读方法论 →

02

怎么用

你带一个 agent 和一个图像模型,判断由这个 skill 提供。

STEP 1装技能

每个运行时一行命令——Claude Code、Codex、Cursor、Windsurf、Hermes、OpenClaw。

./install.sh claude --global
STEP 2说一句话

在你的 agent 里:

"Make me a 10-page pitch deck
 about <project>, Portolan style."
STEP 3拿到成片

计划 → 逐页出图 → 校对 → 拼装 .pptx。

python3 scripts/assemble_pptx.py \
  slides/ deck.pptx
03

证据 —— 一整套片子,逐页判断

Relayboard:一个虚构产品的 10 页 pitch,由一句话生成、一种材质贯穿 —— 每一页都附判断日志。

看全部 10 页 + 判断日志 →

04

44 个风格,每个都带配方

每个风格都带一条可复现的 prompt 配方。想贡献自己的?一个文件夹、一个 PR。

浏览全部 44 个风格 →

05

Install

每个运行时一行命令。仓库才是产品——官网只是带你逛逛。

git clone https://github.com/rocsgh/ppt-zen
cd ppt-zen && ./install.sh claude --global   # or codex / cursor / windsurf / hermes / openclaw / all

完整安装矩阵 打开 GitHub