DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Pptfast — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@liustack/pptfast

Pptfast

面向 AI 代理的稳定、可编辑 PPTX 生成——输入语义 IR,输出原生 DrawingML

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @liustack/pptfast@0.20.0
README兼容性版本

兼容性与来源证明

Pptfast 以 @liustack/pptfast 发布,当前版本为 0.20.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.20.0stable
2026/8/17
0.19.2stable
2026/8/14
0.19.1stable
2026/8/14
查看其余 3 个版本收起版本
0.19.0stable
2026/8/14
0.18.0stable
2026/8/14
0.17.0stable
2026/8/14

相关插件

正在加载相关插件…

最新版
0.20.0
DSH
*
HMR
重启进程
Tree shaking
已声明 sideEffects: false
解包体积
5.8 MB
文件数
31
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
43
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness:通过自然语言驱动多智能体团队协作(队长、成员、具有依赖关系的任务、消息传递),并在 Web GUI 中提供树状监视器

README

pptfast — make your deck in minutes, not hours

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)

Talk to us

Issues are welcome any time. Open one, or follow @liustack on X. Share what you made with pptfast, which harness you use, and what the next release should solve. New releases land there first.

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.20.0

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:

CommandDoes
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
themesList the 17 built-in themes
doctorCheck the install: runtime, skill copies, optional capabilities, self-test render

Full reference: docs/cli.md.

Documentation

DocRead it when
Install guideHanding installation to an agent or checking prerequisites
Agent skillLearning the workflow pptfast teaches an agent
CLI manualLooking up commands, flags, audits, previews, and health checks
IR referenceWriting a deck, slide, component, or narrative in JSON
ThemesPicking a built-in theme or extracting your own brand
Core conceptsUnderstanding themes, layouts, components, narratives, and capacity
ArchitectureWorking on the render chain or adding a theme, layout, or component
Deck projectsBuilding a multi-file deck with locked specs, assets, and live review
Layout selection and seedExplaining why a layout was picked or keeping revisions stable
Contrast systemDebugging text color, painted backgrounds, or contrast findings

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

MIT

Testing
Running the right gate, inspecting snapshots, or changing exported XML
Internal APIUnderstanding why the JavaScript internals carry no semver promise
Release guidePreparing and publishing an npm release
CHANGELOGFinding what changed in a version