Bundle
dsh-zagens-office
DeepSeek Harness plugin: office_schema / office_write / office_edit / office_read via the local zagens-office CLI.
- Source
- didclawapp-ai
- stars
- 6 stars
- License
- MIT
- Updated
- Updated 4 hours ago
Readme
# DSH-Office [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) 插件:用本机 [zagens-office](https://zagens.com/download/install.md) 生成和编辑 PPTX / DOCX / XLSX / PDF。 | 工具 | 作用 | | --- | --- | | `office_schema` | 取 JSON 契约,写/改之前先调 | | `office_write` | 新建文档 | | `office_edit` | 按 op 改已有文档 | | `office_read` | 读回文档核对 | 没有引擎时,模型会自行下载到 `~/.zagens-pro/bin`。 ## 安装 已安装发布版 `dsh`: ```sh 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`。
Install
dsh plugin --profile web add github:didclawapp-ai/DSH-Office
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-zagens-office from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.