Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Vector graphics and diagram creation, format conversion (ODG/SVG/PDF) with LibreOffice Draw.
.claude/skills/lingxling-draw/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 64% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 115% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 32% | 0% |
LibreOffice Draw skill for creating, editing, converting, and automating vector graphics and diagram workflows using the native ODG (OpenDocument Drawing) format.
Use this skill when:
bashsoffice --draw template.odg
pythonimport uno def create_drawing(): local_ctx = uno.getComponentContext() resolver = local_ctx.ServiceManager.createInstanceWithContext( "com.sun.star.bridge.UnoUrlResolver", local_ctx ) ctx = resolver.resolve( "uno:socket,host=localhost,port=8100;urp;StarOffice.ComponentContext" ) smgr = ctx.ServiceManager doc = smgr.createInstanceWithContext("com.sun.star.drawing.DrawingDocument", ctx) page = doc.getDrawPages().getByIndex(0) doc.storeToURL("file:///path/to/drawing.odg", ()) doc.close(True)
bash# 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 for file in *.odg; do soffice --headless --convert-to pdf "$file" done
bashsoffice --headless soffice --headless --convert-to <format> <file> soffice --draw # Draw
bashpip install ezodf # ODF handling pip install odfpy # ODF manipulation pip install svgwrite # SVG generation
bashkillall soffice.bin soffice --headless --accept="socket,host=localhost,port=8100;urp;"
bashsoffice --headless --convert-to png:PNG_drawing_Export \ --filterData='{"Width":2048,"Height":2048}' drawing.odg
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 14,017 | 13,943 | -1% | 1 | 1 | 0% | 2,743 | 3,430 | +25% | 0 | 0 | — |
case-02 | fail→fail | 15,586 | 11,205 | -28% | 1 | 1 | 0% | 2,352 | 2,952 | +26% | 0 | 0 | — |
case-03 | pass→pass | 6,302 | 4,915 | -22% | 1 | 1 | 0% | 1,186 | 1,570 | +32% | 0 | 0 | — |
case-04 | pass→pass | 9,004 | 3,191 | -65% | 1 | 1 | 0% | 1,375 | 1,464 | +6% | 0 | 0 | — |
case-05 | fail→pass | 10,214 | 3,038 | -70% | 1 | 1 | 0% | 1,262 | 1,545 | +22% | 0 | 0 | — |
case-06 | fail→pass | 8,929 | 5,422 | -39% | 1 | 1 | 0% | 1,196 | 1,958 | +64% | 0 | 0 | — |
case-07 | fail→pass | 10,908 | 4,917 | -55% | 1 | 1 | 0% | 1,647 | 1,970 | +20% | 0 | 0 | — |
case-08 | pass→pass | 18,657 | 6,902 | -63% | 1 | 1 | 0% | 2,747 | 2,018 | -27% | 0 | 0 | — |
case-09 | pass→pass | 15,869 | 8,705 | -45% | 1 | 1 | 0% | 2,173 | 2,208 | +2% | 0 | 0 | — |
case-10 | pass→pass | 14,573 | 4,080 | -72% | 1 | 1 | 0% | 1,944 | 1,483 | -24% | 0 | 0 | — |
case-11 | pass→pass | 4,838 | 3,114 | -36% | 1 | 1 | 0% | 890 | 1,497 | +68% | 0 | 0 | — |
case-12 | fail→fail | 7,825 | 2,569 | -67% | 1 | 1 | 0% | 1,116 | 1,440 | +29% | 0 | 0 | — |
case-13 | pass→pass | 3,489 | 3,292 | -6% | 1 | 1 | 0% | 473 | 1,365 | +189% | 0 | 0 | — |
case-14 | pass→pass | 7,045 | 1,860 | -74% | 1 | 1 | 0% | 890 | 1,265 | +42% | 0 | 0 | — |
case-15 | pass→pass | 13,715 | 10,483 | -24% | 1 | 1 | 0% | 2,295 | 2,566 | +12% | 0 | 0 | — |
case-16 | pass→pass | 12,815 | 3,213 | -75% | 1 | 1 | 0% | 1,599 | 1,450 | -9% | 0 | 0 | — |
case-17 | pass→pass | 11,333 | 4,881 | -57% | 1 | 1 | 0% | 1,714 | 1,987 | +16% | 0 | 0 | — |
case-18 | fail→pass | 5,150 | 5,922 | +15% | 1 | 1 | 0% | 821 | 1,766 | +115% | 0 | 0 | — |
case-19 | pass→pass | 4,565 | 4,033 | -12% | 1 | 1 | 0% | 771 | 1,565 | +103% | 0 | 0 | — |
case-20 | fail→fail | 22,337 | 20,066 | -10% | 1 | 1 | 0% | 4,370 | 4,782 | +9% | 0 | 0 | — |
case-21 | fail→fail | 26,494 | 24,624 | -7% | 1 | 1 | 0% | 4,042 | 4,685 | +16% | 0 | 0 | — |
case-22 | fail→fail | 14,337 | 18,925 | +32% | 1 | 1 | 0% | 2,086 | 3,950 | +89% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +18 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.