← ClaudeAtlas

impresslisted

Presentation creation, format conversion (ODP/PPTX/PDF), slide automation with LibreOffice Impress.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 85
Install: claude install-skill aiskillstore/marketplace
# LibreOffice Impress ## Overview LibreOffice Impress skill for creating, editing, converting, and automating presentation workflows using the native ODP (OpenDocument Presentation) format. ## When to Use This Skill Use this skill when: - Creating new presentations in ODP format - Converting between ODP, PPTX, PDF formats - Automating slide generation from templates - Batch processing presentation operations - Creating presentation templates ## Core Capabilities ### 1. Presentation Creation - Create new ODP presentations from scratch - Generate presentations from templates - Create slide masters and layouts - Build interactive presentations ### 2. Format Conversion - ODP to other formats: PPTX, PDF, HTML, SWF - Other formats to ODP: PPTX, PPT, PDF - Batch conversion of multiple files ### 3. Slide Automation - Template-based slide generation - Batch slide creation from data - Automated content insertion - Dynamic chart generation ### 4. Content Manipulation - Text and image insertion - Shape and diagram creation - Animation and transition control - Speaker notes management ### 5. Integration - Command-line automation via soffice - Python scripting with UNO - Integration with workflow tools ## Workflows ### Creating a New Presentation #### Method 1: Command-Line ```bash soffice --impress template.odp ``` #### Method 2: Python with UNO ```python import uno def create_presentation(): local_ctx = uno.getComponentContext() resolver = local_ctx.ServiceManager.