Agent skill

draw

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

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill draw --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/libreoffice/draw/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Graphics Creation
  5. 2. Format Conversion
  6. 3. Diagram Automation
  7. 4. Graphics Manipulation
  8. 5. Integration
  9. Workflows
  10. Creating a New Drawing
  11. Converting Drawings
  12. Format Conversion Reference
  13. Supported Input Formats
  14. Supported Output Formats
Commands it runs
soffice --draw template.odg
ODG to SVG
soffice --headless --convert-to svg drawing.odg
ODG to PDF
soffice --headless --convert-to pdf drawing.odg
ODG to PNG
soffice --headless --convert-to png:PNG_drawing drawing.odg
SVG to ODG
soffice --headless --convert-to odg drawing.svg
Batch convert
More from agentic-awesome-skills
All skills →
About this skill
What does the draw skill do?

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

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill draw --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going