AI Agent Hub
Back to plugins
🖥️

dsh-sidebar-superdoc-docx

Client Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install chendefine/dsh-sidebar-superdoc-docx

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install chendefine/dsh-sidebar-superdoc-docx in the DSH terminal to install this plugin; the full source is available at https://github.com/chendefine/dsh-sidebar-superdoc-docx. After installation, restart dsh web and hard-refresh the browser to enable the SuperDoc DOCX editor in the sidebar.

About this plugin

Opening a .docx in the DSH sidebar historically meant staring at raw XML or a plain download link. To actually edit it in the browser you had to spin up an OnlyOffice Document Server or Collabora, wire up a CDN, and wrestle with cross-origin issues for just tweaking a paragraph in the web GUI. dsh-sidebar-superdoc-docx embeds SuperDoc, a browser-native DOCX editor, directly into the better-sidebar pane. No external document server, no CDN, no third-party service: install it and it is ready.

Editing, suggesting, and pure viewing modes switch with one click from the settings gear. Saving writes through a dedicated atomic route (tmp file plus rename), so the file on disk is never in a half-written state. A three-second disk poll picks up outside changes: a clean editor hot-swaps to the new version in place; a dirty editor simply shows a banner and lets you decide whether to reload, so unsaved work is never silently dropped. Every asset is served same-origin from the package itself; after install the plugin runs fully offline with telemetry off by default.

Who it suits: teams where an AI agent edits a .docx in the session and you need to polish it by hand within seconds, keeping a tight two-way loop without interruptions; intranet, compliance, or air-gapped deployments that cannot reach CDNs or SaaS document services; document-review workflows where you open in suggesting mode and let comments land as tracked changes; or anyone who just wants to click a .docx in the file tree and see a paginated preview with a one-click download. Zero service dependencies, install and go.

Use Cases

  • Open and edit .docx files directly in the DSH sidebar without a dedicated document server
  • Review and modify Word documents in air-gapped or compliance environments with zero CDN or third-party services
  • After an AI agent edits a .docx, view the latest version in the sidebar, polish it by hand, and save instantly

Best For

  • Developers collaborating with AI on Word documents in DSH sessions
  • Compliance or air-gapped teams that cannot reach external CDNs or SaaS services
  • Users who want browser-native DOCX editing in the sidebar without deploying OnlyOffice or Collabora