What problem does it solve? Creating and converting vector graphics, diagrams, and flowcharts manually is slow and hard to automate. This Skill provides command-line and Python UNO workflows for generating ODG drawings and converting between ODG, SVG, PDF, and PNG formats without opening a GUI. ## Core Features & Use Cases - Format Conversion: Convert drawings between ODG, SVG, PDF, PNG, JPG, and other formats using headless soffice commands, including batch conversion of multiple files. - Diagram Automation: Generate flowcharts, org charts, and technical drawings programmatically via the Python UNO API or from templates. - Graphics Manipulation: Create and edit shapes, bezier curves, layers, and text labels within ODG documents. - Use Case: You have 50 ODG diagram files that need to be published as PDFs for a report. Use this Skill to batch-convert them all with a single headless soffice loop. ## Quick Start Convert the file diagram.odg to SVG format using the headless soffice conversion command.