writer

Solid

Document creation, format conversion (ODT/DOCX/PDF), mail merge, and automation with LibreOffice Writer.

Data & Documents 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 Writer ## Overview LibreOffice Writer skill for creating, editing, converting, and automating document workflows using the native ODT (OpenDocument Text) format. ## When to Use This Skill Use this skill when: - Creating new documents in ODT format - Converting documents between formats (ODT <-> DOCX, PDF, HTML, RTF, TXT) - Automating document generation workflows - Performing batch document operations - Creating templates and standardized document formats ## Core Capabilities ### 1. Document Creation - Create new ODT documents from scratch - Generate documents from templates - Create mail merge documents - Build forms with fillable fields ### 2. Format Conversion - ODT to other formats: DOCX, PDF, HTML, RTF, TXT, EPUB - Other formats to ODT: DOCX, DOC, RTF, HTML, TXT - Batch conversion of multiple documents ### 3. Document Automation - Template-based document generation - Mail merge with data sources (CSV, spreadsheet, database) - Batch document processing - Automated report generation ### 4. Content Manipulation - Text extraction and insertion - Style management and application - Table creation and manipulation - Header/footer management ### 5. Integration - Command-line automation via soffice - Python scripting with UNO - Integration with workflow automation tools ## Workflows ### Creating a New Document #### Method 1: Command-Line ```bash soffice --writer template.odt ``` #### Method 2: Python with UNO ```python import uno def create_document()...

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