DSH Hub

FylarOpen/dsh-fylar-office-editor

dsh-fylar-office-editor

UIWeb UI123 GitHub stars· updated 2026-09-11

Office document preview, editing, and DOCX generation for DeepSeek Harness, powered by Fylar Office SDK.

Install

npx @deepseek-ai/dsh plugin --profile web add @fylar/dsh-fylar-office-editor

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-fylar-office-editor DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-fylar-office-editor.svg)](https://dshhub.dev/plugins/dsh-fylar-office-editor)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from FylarOpen/dsh-fylar-office-editor, cleaned of badges and images.

Fylar Office Editor for DeepSeek Harness

Turn Office files created by an agent into documents you can open, review, edit, and download without leaving DeepSeek Harness.

English · 简体中文

@fylar/dsh-fylar-office-editor connects Office documents to the DeepSeek Harness (DSH) Web experience. It adds a single delivery card to the conversation, an Office workspace tab, a side-panel editor, and a fullscreen editor, all powered by the Fylar Office SDK.

The plugin can create a real DOCX file from the agent's Markdown response. It can also present existing DOC, DOCX, XLS, XLSX, and PPTX files created by Python, shell commands, or other tools in the current DSH workspace.

Highlights

  • Office files in the conversation — open the delivered file inline, move the same editing session to the side panel, or enter fullscreen.
  • Real DOCX generation — the agent can convert headings, paragraphs, lists, simple tables, code blocks, bold, italic, and inline code into an OOXML Word document.
  • Word, Excel, and PowerPoint editing — open supported local or workspace files, or create blank documents from the Office tab.
  • One persistent editing session — moving between Chat, the Office tab, the side panel, and fullscreen does not reopen the document.
  • Export instead of silent overwrite — browser edits stay in the SDK session until you download the edited Office file.
  • English and Simplified Chinese UI — the plugin shell follows the DSH locale; the SDK loads its matching language pack.
  • Workspace-confined file access — the Host only serves supported files from registered DSH workspace roots and blocks traversal and symlink escapes.

The Fylar Office SDK

This plugin is powered by the Fylar Office SDK — a fully client-side, serverless Office runtime that brings native Office capabilities to any web application.

  • Web-native and serverless — no server deployment, third-party conversion tools, or desktop Office suites; files are parsed, rendered, edited, and exported directly in the browser.
  • Document content stays local — Office files are processed on the client instead of being uploaded for cloud document processing. The SDK may still contact the Fylar licensing service to validate credentials and meter usage as described in the commercial license.
  • No iframe, just a DOM node — integration is a programmable DOM node instead of an embedded external viewer.
  • High-fidelity compatibility — built around the Office (OOXML) specification to preserve layout, formatting, and document behavior, with pixel-perfect rendering wherever possible.
  • High-performance rendering — documents open in seconds: first paint in under 500 ms and typical opening in 1–2 s, all processed 100% locally.
  • Everything is programmable — all Office capabilities are exposed in an API-first way, and you can use the API to operate the editor as needed.

In this plugin, the SDK runs entirely inside the DSH browser session: after the browser receives a file as a Blob, the SDK owns document rendering and editing (see Editing and saving).

…

Related plugins