What problem does it solve? Producing formatted Word (.docx) or OpenDocument (.odt) files from chat content usually requires manual copy-paste into a word processor. This Skill lets the agent generate, read, and edit documents directly through companyFILES MCP tools, including headers, footers, page numbers, and tables of contents. ## Core Features & Use Cases - Document Creation: Generate Word files from Markdown, HTML with CSS, or structured JSON, and ODT files from Markdown or HTML, with page size, orientation, headers, footers, and page numbering options. - Reading and Extraction: Extract text, HTML, or Markdown from Word files supplied as base64, LibreChat attachments, or stored companyFILES documents. - In-Place Editing: Append sections to or fully replace the content of an existing stored document identified by document_id, enabling iterative section-by-section writing of long reports. - Use Case: Draft a multi-section annual report by creating the document with the first section, then repeatedly appending further sections, and finally render the returned markdownLink for download. ## Quick Start Create a Word document from this Markdown outline with A4 pages, a footer with page numbers, and a table of contents, then give me the download link.