DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-right-editor

b

dsh-right-editor

Manifest valid★ 1

DSH Web plugin: a right-docked file panel that browses any directory and views/edits text, images (brightness/contrast/grayscale/rotate/flip), and Office/PDF documents (.docx/.xlsx/.pptx/.pdf via local Python).

UI (client)hasBundlePatch

dsh-right-editor

一个面向 DeepSeek Harness Web 的右侧栏插件:浏览任意目录,查看并编辑 文本、图片、Office 文档与 PDF。支持 docx/xlsx 原位编辑保存,不依赖第三方预览服务。

✨ 功能

类型能力
文件浏览从当前会话工作区开始浏览;支持目录导航、上一级、刷新、任意路径跳转
文本 / 代码查看并编辑任意 UTF-8 文本文件(上限 8MB),Ctrl+S 或按钮保存
图片png / jpg / jpeg / gif / webp / bmp / svg / ico / avif;canvas 预览,支持亮度 / 对比度 / 灰度 / 旋转 90° / 水平与垂直翻转,一键保存回原文件
Word(.docx)查看 + 编辑保存:正文段落、表格单元格均可改,原位写回并保留原样式
Excel(.xlsx)查看 + 编辑保存:工作表标签切换、单元格可改,写回原文件
PPT(.pptx)只读:逐页文本预览
PDF只读:逐页文本提取预览(文本型 PDF;扫描件请配合 OCR)

📦 安装

前置条件

  • DSH web 运行中(dsh web 或桌面版)
  • Node.js ≥ 20
  • (可选,用于 Office/PDF 预览)Python 3 + 依赖库:
pip install python-docx openpyxl python-pptx pdfplumber

没有 Python 时插件仍可浏览目录、编辑文本和图片;只有 docx/xlsx/pptx/pdf 的解析与编辑保存不可用。

通过插件市场 / 命令安装

# 在 DSH 所在环境执行
dsh plugin --profile web add dsh-right-editor

装完后硬刷新浏览器(Ctrl/Cmd+Shift+R)即可看到侧边栏按钮。

手动挂载(开发 / 本地)

  1. 克隆或解压本包到任意目录,例如 ~/Code/dsh-right-editor
  2. 在 ~/.dsh/profiles/web/package.json 的 dependencies 加入:
"dsh-right-editor": "file:/绝对路径/dsh-right-editor"
  1. 在 ~/.dsh/profiles/web/cordis.patch.yml 追加:
- insert:
    - id: right-editor
      name: 'dsh-right-editor'
  1. cd ~/.dsh/profiles/web && pnpm install,然后重启 DSH 并硬刷新浏览器。

🚀 使用说明

  1. 进入任意会话,在顶部标题栏右侧点击 📝 按钮打开右侧编辑面板;
  2. 面板从当前会话工作区开始,可点目录进入、点文件打开;
  3. 文本:直接编辑,点「💾 保存」或按 Ctrl+S;
  4. 图片:用滑块调整亮度/对比度、勾选灰度、旋转/翻转,点「💾 保存」写回;
  5. Word/Excel:点「✏️ 编辑」进入编辑态,改完后点「💾 保存」;PPT/PDF 为只读预览;
  6. 路径栏支持输入任意绝对路径回车跳转,或点 ⬆ 返回上级目录。

⚙️ 配置

键默认说明
pythonCommandpython用于解析 Office/PDF 的 Python 可执行文件;Windows 上找不到 python 时会自动尝试 py

在 cordis.patch.yml 的插件行 config 下覆盖。

🧩 技术实现

  • Host 半(lib/index.js):通过 ctx.webServer 注册 /right-editor/api/* JSON 路由;文件操作走 ctx.fs(继承会话沙箱策略,默认显式 danger-full-access,与用户授权一致);二进制图片写入与 Python 解析走 ctx.shell(PowerShell)。
  • 文档解析:docx/xlsx/pptx/pdf 由本地 Python(python-docx / openpyxl / python-pptx / pdfplumber)解析,脚本经 stdin 传入(python -),避免将脚本落盘而受 Temp/inspect.py 之类文件干扰。
  • Client 半(lib/client.js):标准 window.__ModuleLoader__.load 客户端,注册 conversation.session.header.utilities(📝 按钮)与 shell.overlay(右侧面板)两个槽位;纯 React.createElement,无 JSX 构建步骤。

📄 许可证

MIT © 2026

Comments

Loading…

From the same category

deepseek-harness

by deepseek-ai

DeepSeek Harness: Everything is a Plugin.

Development & InfrastructureWorkflow & Automation

★ 235.9k

MIT

TypeScript

Sep 24, 2026

Index only — not installable

by nexu-io

🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,

Development & InfrastructureTerminal & ClientsUI & ExperienceManifest valid

★ 98.1k

Apache-2.0

TypeScript

Sep 25, 2026

Index only — not installable

by tt-a1i

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Workflow & AutomationTools & CapabilitiesDevelopment & InfrastructureManifest valid

★ 71.6k

↓ 3.5k/wk

MIT

JavaScript

Sep 25, 2026

dsh plugin --profile agent add @tt-a1i/archify-dsh

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Development & InfrastructureTools & CapabilitiesManifest valid

★ 30k

↓ 838/wk

NOASSERTION

Go

Sep 25, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by awesome-dsh-plugin

A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表

Development & Infrastructure

★ 16.9k

CC0-1.0

Python

Sep 25, 2026

Index only — not installable

by zhu1090093659

DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop

Tools & CapabilitiesTerminal & ClientsDevelopment & InfrastructureModels & ProvidersUI & ExperienceManifest valid

★ 8k

Apache-2.0

TypeScript

Sep 25, 2026

dsh plugin --profile web add dsh-web