DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-tool-docx

Model-facing Microsoft Word (.docx) tools to read, create, and edit Word documents via Markdown for DeepSeek Harness.

Developer ToolsSecurity & PolicyRemote Execution
0GitHub Stars0ForksUpdated2026-08-27

Install

$ dsh plugin --profile web add dsh-tool-docx

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-tool-docx equips DeepSeek Harness agents with model-facing tools to interact with Microsoft Word (.docx) files. It provides docx_read for extracting document contents into Markdown or structured JSON blocks with embedded image extraction via the attachments service, docx_create to generate documents from Markdown, and docx_edit for round-trip content replacement while preserving document metadata. It also bundles dedicated binary filesystem providers to safely handle bounded binary writes within sandbox constraints.

Key Capabilities

  • Read .docx files into Markdown or structured JSON blocks via docx_read
  • Extract embedded images from Word documents and return them as durable attachment blocks
  • Generate new .docx documents from Markdown content via docx_create
  • Edit existing .docx documents while preserving metadata properties like title and author via docx_edit
  • Provide sandbox-fenced binary filesystem services (fsBinary) for atomic write operations

Useful For

  • Allowing DeepSeek Harness models to inspect and analyze existing Microsoft Word documents
  • Generating formatted reports, documentation, or meeting summaries directly into .docx files
  • Updating or transforming content in Word documents while maintaining basic metadata

Who It Fits

  • DeepSeek Harness users working with office workflows and Word documents
  • Developers needing agentic document generation and extraction capabilities

Documented Limitations

  • Legacy binary .doc (OLE) formats are not supported
  • Images extracted during read cannot yet be embedded when creating or editing documents
  • Document styling, complex headers/footers, and advanced section breaks are not preserved on round-trip edits
  • Merged table cells approximate to plain pipe-table cells, and footnotes/page breaks are omitted
  • Requires a host filesystem with readBytes support (such as @deepseek-ai/dsh-fs >=0.1.0-rc.7)

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 5 runtime, 20 development, 13 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as NOASSERTION.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
BroBFG/dsh-tool-docx
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
c2e2b93 · 2026-08-30

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
6
Last commit
2026-08-27
Last release
2026-08-27
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app