This is a command-line interface for creating and manipulating LibreOffice documents without opening the GUI, designed specifically for AI agents and automation workflows. You can create Writer docs, Calc spreadsheets, and Impress presentations through simple commands, with full support for importing existing Office files into editable JSON, then exporting back to PDF or ODF formats. It includes proper undo/redo history, an interactive REPL mode, and dual output formats: human-readable tables or structured JSON for programmatic use. The stateful session model means you build documents incrementally rather than regenerating everything each time, which makes sense for iterative agent workflows where you're adding paragraphs, tables, or slides step by step.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-libreoffice