chenjiajungithub/dsh-doc-generator1

dsh-doc-generator

基于 Word 模板智能生成规范文档的 DeepSeek Harness Agent preset / 插件。A DeepSeek Harness agent preset that generates compliant documents from Word (.docx) templates via an LLM.

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.