draw

Featured

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

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
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
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category