chenjiajungithub/dsh-doc-generator1

dsh-doc-generator

基于 Word 模板智能生成规范文档的 DeepSeek Harness Agent 预设 / 插件。

AI 分析

核心用途是利用 LLM 配合 Word (.docx) 模板智能生成规范文档。适合需要自动化撰写周报、项目报告等格式化文档的用户,需 Node.js 环境。

套件
dsh-doc-generator
版本
1.0.0
授權
MIT
最近更新
2026年8月15日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

Configuration

The preset row accepts optional config (all default sensibly):

fielddefaultmeaning
defaultOutputDir/outWhere exportWord writes when outputPath is omitted.
depsRoot``Directory that contains node_modules (the helper scripts resolve docx/mammoth/jszip from here).
helperDir/dscg-libWhere the helper scripts live.

Usage example

Tell the agent:

Please use E:\...\template.docx as the template to write a "Project Weekly Report"; this week's focus is prototype design and user testing.

The agent will call parseTemplatedraftDocumentexportWord and reply with something like 文档已生成,保存路径为 .../weekly_report.docx.