draw

Solid

Vector graphics and diagram creation, format conversion (ODG/SVG/PDF) with LibreOffice Draw.

AI & Automation 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# LibreOffice Draw ## Overview LibreOffice Draw skill for creating, editing, converting, and automating vector graphics and diagram workflows using the native ODG (OpenDocument Drawing) format. ## When to Use This Skill Use this skill when: - Creating vector graphics and diagrams in ODG format - Converting between ODG, SVG, PDF, PNG formats - Automating diagram and flowchart generation - Creating technical drawings and schematics - Batch processing graphics operations ## Core Capabilities ### 1. Graphics Creation - Create new ODG drawings from scratch - Generate diagrams from templates - Create flowcharts and org charts - Design technical drawings ### 2. Format Conversion - ODG to other formats: SVG, PDF, PNG, JPG - Other formats to ODG: SVG, PDF - Batch conversion of multiple files ### 3. Diagram Automation - Template-based diagram generation - Automated flowchart creation - Dynamic shape generation - Batch diagram production ### 4. Graphics Manipulation - Shape creation and manipulation - Path and bezier curve editing - Layer management - Text and label insertion ### 5. Integration - Command-line automation via soffice - Python scripting with UNO - Integration with workflow tools ## Workflows ### Creating a New Drawing #### Method 1: Command-Line ```bash soffice --draw template.odg ``` #### Method 2: Python with UNO ```python import uno def create_drawing(): local_ctx = uno.getComponentContext() resolver = local_ctx.ServiceManager.createInstanceWithCo...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category