Skip to content
dsh-market Browse plugins GitHub 中文

didclawapp-ai/DSH-Office

Create, read, and edit PPTX, DOCX, XLSX, and PDF via the local zagens-office CLI as office_schema / office_write / office_edit / office_read tools.

Stars ★ 3 Category Docs & Rendering Listed 2026-08-15

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add github:didclawapp-ai/DSH-Office

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

README

This plugin publishes its README in Chinese only.

DeepSeek Harness 插件:用本机 zagens-office 生成和编辑 PPTX / DOCX / XLSX / PDF。

工具 作用
office_schema 取 JSON 契约,写/改之前先调
office_write 新建文档
office_edit 按 op 改已有文档
office_read 读回文档核对

没有引擎时,模型会自行下载到 ~/.zagens-pro/bin

安装

已安装发布版 dsh

dsh plugin --profile web add github:didclawapp-ai/DSH-Office
dsh web

从 Harness 源码跑(没有 PATH 上的 dsh)把上面的 dsh 换成 pnpm dsh。也可以 npx @deepseek-ai/dsh

启动日志出现 [zagens-office] plugin loaded 即成功。钉死版本:github:didclawapp-ai/DSH-Office#<commit-sha>。卸载:dsh plugin --profile web remove dsh-zagens-office

Content from the project README on GitHub ↗