BroBFG/dsh-tool-docx

BroBFG★ 0TypeScript最后同步: 2026-08-18

在 GitHub 打开

Model-facing MS Word (.docx) tools for DeepSeek Harness: docx_read, docx_create, docx_edit

README 摘要

dsh-tool-docx English 中文 Русский Roadmap: English · 中文 · Русский Model-facing Microsoft Word ( .docx ) tools for DeepSeek Harness: docx read extracts a document as Markdown or structured JSON blocks, docx create generates a new .docx from Markdown, and docx edit replaces a document's content from Markdown while preserving its title/author/created properties. .docx is a ZIP of XML parts, so every tool reads the whole package through the bounded ctx.fs.readBytes primitive and writes packages through the plugin's fsBinary binary write service (or a host ctx.fs that provides writeBytes natively) — the same atomic, sandbox-fenced mutations the text tools use, without ever replacing the host's own filesystem. This repository is the standalone distribution of the plugin. The plugin is original work written for DeepSeek Harness — an independent plugin developed by this project, initially in a local deepseek-harness checkout (the harness is its runtime target), not a copy of a plugin from the shared repository. It plugs into the harness's tools , fs , and systemPrompt services, and it builds and tests on its own against the published @deepseek-ai/ packages, so it can be installed into any h…

在 GitHub 查看完整 README →
工具/开发docxdsh-plugin

分类