What problem does it solve?
It lets an agent produce and modify Writer documents (ODT, or DOCX when Word compatibility is required) as saved files without forcing a document window or Desktop surface to open, keeping document work programmatic and user-controlled.
Core Features & Use Cases
- Format Selection Rules: Uses ODT as the default Writer format and reserves DOCX for explicit Microsoft Word compatibility requests or existing .docx files.
- Structured Create and Edit: Creates documents via the office_artifact tool and performs deterministic edits with read, set_text, append_text, prepend_text, replace_text, and delete_text actions.
- UI Discipline: Saves files without auto-opening modals or Desktop surfaces, reserving the GUI for explicit visual layout or confirmation requests.
- Use Case: Ask the agent to draft a board memo as an ODT file, then later append a new section or replace a paragraph without ever opening LibreOffice Writer manually.
Quick Start
Create a Writer ODT document titled "Board Memo" containing the meeting summary text.