技能 draw
🎨

draw

安全

Create Vector Graphics with LibreOffice Draw

Convert diagrams between ODG, SVG, PDF, and PNG formats using LibreOffice Draw command-line tools for automated graphics workflows.

支援: Claude Codex Code(CC)
🥉 73 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「draw」。 Convert diagram.odg to SVG format

預期結果:

The file has been converted to diagram.svg. You can now use the SVG in web projects or further edit in vector graphics software.

正在使用「draw」。 Batch convert all *.odg files to PDF

預期結果:

Successfully converted 5 files: diagram1.odg → diagram1.pdf, diagram2.odg → diagram2.pdf, and 3 more files.

安全審計

安全
v1 • 2/24/2026

This is a documentation skill for LibreOffice Draw. Static findings flagged external commands, network URLs, and weak crypto patterns, but evaluation confirms these are all false positives. The skill contains only documentation and example commands for using LibreOffice's legitimate graphics tools - no actual code execution, no malicious behavior, and no security risks.

1
已掃描檔案
166
分析行數
0
發現項
1
審計總數
未發現安全問題
審計者: claude

品質評分

38
架構
100
可維護性
85
內容
50
社群
100
安全
83
規範符合性

你能建構什麼

Automate Diagram Format Conversion

Convert exported diagrams from ODG to web-friendly SVG or PDF for documentation

Batch Process Graphics Files

Convert multiple ODG files to PNG or PDF in bulk for distribution

Generate Technical Drawings

Create flowcharts and technical diagrams from templates using CLI automation

試試這些提示

Convert Diagram to PDF
Convert my diagram file diagram.odg to PDF format using LibreOffice Draw
Batch Convert to SVG
Convert all ODG files in the current folder to SVG format
Create Flowchart from Template
Create a flowchart using the template at template.odg and export to PNG
Export High-Resolution PNG
Export my drawing.odg to PNG at 2048x2048 resolution

最佳實務

  • Keep ODG source files for editing and export to other formats as needed
  • Use templates for recurring diagram types to maintain consistency
  • Test conversions with complex vector graphics before batch processing
  • Export to SVG for web use and PDF for print-ready documents

避免

  • Do not attempt to edit complex drawings interactively through command line
  • Avoid converting raster images to vector expecting perfect results
  • Do not skip testing conversions before processing large batches

常見問題

What is ODG format?
ODG is the OpenDocument Graphics format used by LibreOffice Draw. It is an open standard for vector graphics.
Does this skill require LibreOffice installed?
Yes, LibreOffice must be installed on the system for the command-line tools to work.
Can I convert SVG to ODG?
Yes, you can convert SVG files to ODG format using the --convert-to odg command.
How do I batch convert multiple files?
Use a shell loop or script to iterate through files and apply the soffice --convert-to command to each.
What is the best format for web graphics?
SVG is best for web graphics as it scales without quality loss and has small file sizes.
Can I control output resolution for PNG export?
Yes, use the --filterData parameter with Width and Height values to specify resolution.

開發者詳情

檔案結構

📄 SKILL.md