DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Pptwise — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@liustack/pptwise

Pptwise

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

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @liustack/pptwise@0.35.0
READMECompatibilityVersions

Compatibility and provenance

Pptwise is published as @liustack/pptwise and currently resolves to version 0.35.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.35.0stable
9/6/2026
0.34.0stable
9/4/2026
0.33.0stable
9/4/2026
Show 11 more versionsCollapse versions
0.32.0stable
9/4/2026
0.31.0stable
9/4/2026
0.30.0stable
9/2/2026
0.29.0stable
9/2/2026
0.28.0stable
9/1/2026
0.27.0stable
9/1/2026
0.26.0stable
9/1/2026
0.25.0stable
9/1/2026
0.24.0stable
8/30/2026
0.23.0stable
8/28/2026
0.22.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.35.0
DSH
*
HMR
Process restart
Tree shaking
Declares sideEffects: false
Unpacked size
10.2 MB
Files
46
Surface
web
License
MIT
Source
npm
GitHub
★ 16
Weekly downloads
258
Last push
9/6/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.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: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

pptwise: A real PowerPoint, not a picture or HTML.

pptwise

A real PowerPoint, not a picture or HTML.

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

pptwise.com · 简体中文 · 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 pptwise, 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 intent, the engine turns semantic page kinds and typed components into a coherent theme-bound deck. The same bound input renders the same output every time.

✏️ Open it in PowerPoint and keep working. 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. Start from 24 factory themes, copy one into your workspace, or extract colors and fonts from a deck your company already uses.

🔌 Installs into the agent you already use. One command puts pptwise 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 live preview in your browser. Tell your AI what to change in plain words, and the page refreshes itself as each revision lands.

🔒 No account, no API key to render, no network at render time. Install it and it works. Node 22.19+ or Bun is all you need on the machine. Optional stock-photo search uses the user's own Pexels key.

Install

Step 1, hand it to your AI. Send it this line:

Install pptwise following https://raw.githubusercontent.com/liustack/pptwise/main/INSTALL.md, then run the health check and tell me the result.

On DeepSeek Harness, send this instead. There pptwise is a native plugin rather than a skill folder, so it has its own guide. You pick the line, not your agent: an agent cannot reliably tell which harness it is running in.

Install pptwise following https://raw.githubusercontent.com/liustack/pptwise/main/INSTALL-dsh.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. pptwise renders a PPTX entirely locally: no API key, no account, nothing to configure for render. Optional stock-photo search needs the user's own Pexels key. The only prerequisite is Node 22.19+ (or Bun).

Quick start

IR v5 is one JSON file describing a complete bound deck. Every content page names its semantic kind. The theme menu turns that kind into a visual face.

{
  "version": "5",
  "filename": "hello.pptx",
  "theme": { "id": "brief" },
  "slides": [
    {
      "type": "cover",
      "heading": "Hello pptwise",
      "subheading": "A first native deck"
    },
    {
      "type": "content",
      "kind": "points",
      "heading": "Why it works",
      "components": [
        {
          "type": "bullets",
          "items": ["Semantic IR in", "Theme-menu lookup", "Native DrawingML out"]
        }
      ]
    },
    { "type": "ending", "heading": "Thanks" }
  ]
}

Save that as deck.json, then run:

pptwise validate deck.json
pptwise render deck.json -o out/hello.pptx
pptwise preview deck.json -o out/review --html

Choose a theme from pptwise themes --json by matching occasions and identity. Compare two to four candidates before binding:

pptwise theme try brief,swiss,memo

Create a complete independent v2 theme by copying a preset, forking a palette, or extracting an Office brand:

pptwise theme new --from brief -o themes/acme.theme.json --id acme
pptwise theme fork acme --primary "#0B5FFF" -o themes/acme-blue.theme.json --id acme-blue
pptwise brand extract corp.pptx -o themes/acme-brand.theme.json --id acme-brand --from brief

A deck project binds one theme in deck.spec.json, then keeps page content in pages/<id>.json. Render has no temporary theme switch. A same-menu color fork can replace the binding. A different menu requires returning to theme selection, then revisiting the spec and affected page fills.

No install also works: npx -y @liustack/pptwise validate deck.json. In a source checkout, use node dist/cli.js in place of pptwise. Ready-made v5 files live under examples/.

The commands you will reach for most:

commandpurpose
spec validate <spec.json>Validate page order, kinds, headings, narrative, and theme-menu fit.
assemble <dir>Combine a deck project into derived IR v5 without storing rendering choices.
validate <target>Check IR, binding, menu, components, assets, and content quality.
render <target> [-o <out.pptx>]Render native editable PPTX.
audit <target>Check geometry, contrast, truncation, dropped content, and monotony.
preview <target> [--html]Write SVG pages and an optional self-contained review file.
serve <target>Start a live review that reloads on source changes.
themes [--json]List factory themes with occasion and identity metadata.
theme try <id,id,...>Compare the fixed sample across two to four themes.
theme new, theme forkCopy a complete theme or create a full-palette fork.
doctorCheck runtime, skill copies, optional capabilities, and a 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 pptwise teaches an agent
CLI manualLooking up commands, flags, audits, previews, and health checks
IR referenceWriting IR v5 pages, kinds, components, assets, and narrative in JSON
ThemesCopying, comparing, forking, binding, or authoring a complete v2 theme
Core conceptsUnderstanding theme, spec, component, kind, menus, and capacity
ArchitectureWorking on the menu route, render chain, or export boundary
Deck projectsBuilding a multi-file deck with a bound theme, locked spec, assets, and live review
Menu lookupTracing how a page kind reaches one theme face across validation and render
Contrast systemDebugging text color, painted backgrounds, or contrast findings

Credits

Icon primitives are extracted from lucide (ISC License). pptwise 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

Designing themesDrawing a theme redesign that can actually compile to PPTX
TestingRunning 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