Install
openclaw skills install doc-weaverTransform Markdown or outlines into polished Word/PDF documents with professional templates
openclaw skills install doc-weaverConvert Markdown documents or structured outlines into publication-ready Word (.docx) or PDF documents using built-in professional templates.
.docx (direct) or .pdf (via pandoc/md-to-pdf).doc-weaver generate --input prd.md --template prd --output prd.docxdoc-weaver generate --input thesis.md --template academic --output thesis.pdfdoc-weaver preview --template report --show-templatesdoc-weaver batch --inputs *.md --template manual --outdir ./output--pdf-engine pandoc.pandoc and/or python-docx installed for PDF output.