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.

Pptx Sidebar — DSH Plugin for DeepSeek Harness
← Plugins
P

dsh-pptx-sidebar

Pptx Sidebar

DSH web plugin (dsh-better-sidebar consumer): render .pptx decks as a readable structured view in the right sidebar — slide list (in deck order, not filename order), text with bullet levels, speaker notes, inline pictures — with a circuit breaker so no deck can freeze the tab. Reading view, not a sl

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

npx -y @deepseek-ai/dsh plugin --profile web add github:drscrewdriver/dsh-pptx-sidebar#c93ffda610eb4726946aa29ab926d8840b1bc0c3
READMECompatibilityVersions

Description

DSH web plugin (dsh-better-sidebar consumer): render .pptx decks as a readable structured view in the right sidebar — slide list (in deck order, not filename order), text with bullet levels, speaker notes, inline pictures — with a circuit breaker so no deck can freeze the tab. Reading view, not a slide reproduction.

Compatibility and provenance

Pptx Sidebar is published as dsh-pptx-sidebar and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/24/2026

Versions

0.2.0stable
9/24/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/24/2026
View source ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

dsh-pptx-sidebar

Read .pptx / .pptm decks in the DSH sidebar — the slides in presentation order, with their text, bullet levels, speaker notes and inline pictures.

This is a reading view, not a slide reproduction. No absolute positioning, no theme fonts, no placeholder inheritance, no animation. The viewer says so in its header, because a layout difference that looks like a rendering bug is worse than a plainly-labelled limitation.

It is a dsh-better-sidebar consumer: it registers a file previewer and renders inside the Side card's preview area. Without that plugin it loads, warns once, and does nothing.


Install

dsh plugin --profile <profile> add github:drscrewdriver/dsh-pptx-sidebar#<sha>
dsh plugin --profile <profile> add dsh-pptx-sidebar@0.1.0     # once published

Then restart the DSH host — a browser refresh is not enough for a new loader row. Verify without starting anything:

dsh --profile <profile> --dump-config | Select-String dsh-pptx-sidebar

Manual installation is three steps, not one — see cordis.patch.yml. Doing only steps 1 and 3 produces a profile where the package is present, the patch row is present, and nothing loads, silently.

What it does / does not do

DoneNot done
Slide list in p:sldIdLst orderVisual layout, absolute positioning
Text paragraphs, per-paragraph bullet levelsTheme/master font resolution
Title detection from placeholder typePlaceholder inheritance (see below)
Speaker notes from notesSlide partsCharts re-rendered as charts
Inline pictures as blob URLsAnimation, transitions, timings
Real tables (a:tbl)Comments, revision marks
Bold / italic runsEditing, writing back
Seven circuit-breaker ceilingsLegacy .ppt (BIFF/OLE2), WPS formats

The placeholder inheritance line (deliberate)

A slide often shows text it does not contain: numbers, footers, and title text that live in slideLayout / slideMaster, referenced through a p:ph placeholder. Resolving that means re-implementing PowerPoint's inheritance chain — including lstStyle level overrides and which layout the slide actually uses.

v1 does not do it. Only the slide's own part is read. The consequence is stated rather than hidden: a slide whose text is entirely inherited renders with no text. That is a visible omission, not a corruption — the opposite trade (inheriting wrongly) would show text that is not on the slide.

Width adaptation

The sidebar pane is resizable, so the reading view adapts to it — within bounds, because "adaptive" is not a licence to keep growing or shrinking:

KnobValueWhy
Base width360 pxThe factor is exactly 1 here, so the usual pane width renders the layout 0.1.0 shipped
Floor0.9×A narrow pane still gets readable type
Ceiling1.15×A wide pane gets comfortable type, not enormous type
Quantisation2 decimalsA drag re-lays-out on 0.01 steps, not on every pixel

The factor is derived from the pane width and written to the --reader-scale custom property; the root font-size becomes 13px × scale and the slide content is expressed in em, so text reflows at the new size instead of being transform-scaled (which would blur glyphs).

Only the document scales. Titles, bullets, paragraphs, notes, tables and image captions follow the factor; the header strip, the slide strip, the breaker banner and the loading/empty states keep their fixed size. Chrome that changes size while you drag a divider reads as a glitch rather than as responsiveness.

Two related decisions:

  • An unmeasurable width falls back to 1, not to a bound. Before the first measurement the width is 0, and rendering that as "as narrow as possible" would flash tiny type every time a deck is opened.
  • Pictures do not scale. They render at the size the shape transform states and are only capped by the pane; magnifying a bitmap past its natural size to track the text would make it softer, not more faithful.

The pipeline

archive bytes (host /sidebar/file, custom loader)
  → archive-size gate                      refuse before any unpacking
  → central directory (declared-size gate) refuse a lying part before inflating
  → streaming inflate + total budget       the zip-bomb gate
  → ppt/presentation.xml                   p:sldIdLst — slide ORDER
  → ppt/_rels/presentation.xml.rels        rId → slides/slideN.xml
  → ppt/slides/slideN.xml                  p:spTree → p:sp / p:pic / p:graphicFrame
  │     p:txBody → a:p → a:pPr@lvl (level), a:r → a:rPr(b/i) + a:t
  │     p:pic    → a:blip@r:embed → slide rels → ppt/media/*
  │     p:grpSp  → recursed, never flattened away
  ├→ ppt/slides/_rels/slideN.xml.rels      .../notesSlide → notesSlides/notesSlideN.xml
  └→ rules: a slide too long loses only its own tail; notes absent is silence

Pictures are pulled out of the zip and turned into object URLs. An embedded image lives inside the archive, so there is no host route to point at — this is not "reading files ourselves", it is using the bytes the host already handed over.

Seven circuit-breaker ceilings

DimensionDefaultOver it
Archive size8 MBBLOCKED — refused before any unpacking
Total inflate64 MBBLOCKED — the zip-bomb gate
One part32 MBBLOCKED — a single oversized XML part
Slides300TRUNCATED — the reader stops walking the deck
Slide text20 000 charsthat slide's remaining text elided
Images200further pictures skipped
One image8 MBthat picture skipped (not even inflated)

At most one warning per dimension, structurally — warnings live in a Map<reason, warning>, so a dimension that trips on every slide produces one line, not sixty.

The per-slide text ceiling elides only the offending slide. A per-block ceiling would shave every slide equally and lose information the deck had budget for; the failure mode we accept instead is "slide 12 is cut short".

Tests

npm install
npm run verify          # build (bundle load gate) + tests
npm test                # 19 checks

The fixture is a real pptx-shaped zip built in the test file, with a genuine tiny PNG. It is hostile where the format is:

  • p:sldIdLst lists slide2 before slide1, so sorting parts by filename would pass every other assertion and still be wrong;
  • one slide relationship uses an absolute target, another is External;
  • ppt/slideLayouts/slideLayout1.xml carries MASTER TEXT MUST NOT APPEAR, which must never surface — that is what "no placeholder inheritance" means here.

Layout

FileRole
pptx.tsThe reader: parts, relationships, shape tree, notes, pictures
circuit-breaker.tsThe seven ceilings and the single-warning-per-dimension rule
zip.ts / xml.tsContainer reading; targeted XML scanning with depth counting
PptxViewer.tsxSlide strip, current-slide rendering, object-URL lifetime
locales.tszh / en dictionaries, including every warning template
seams.tsStructural mirrors of the client services we consume

The zip and XML code is copied from the sibling document plugin rather than shared. Two users of this code is not yet the threshold for extracting a package — that would add a third thing to publish and version-lock.

License

MIT