impress
Presentation creation, format conversion (ODP/PPTX/PDF), slide automation with LibreOffice Impress.
npx skills add sickn33/agentic-awesome-skills --skill impress --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 workflo
- Overview
- When to Use This Skill
- Core Capabilities
- 1. Presentation Creation
- 2. Format Conversion
- 3. Slide Automation
- 4. Content Manipulation
- 5. Integration
- Workflows
- Creating a New Presentation
- Converting Presentations
- Template-Based Generation
- Format Conversion Reference
- Supported Input Formats
soffice --impress template.odp ODP to PPTX soffice --headless --convert-to pptx presentation.odp ODP to PDF soffice --headless --convert-to pdf presentation.odp PPTX to ODP soffice --headless --convert-to odp presentation.pptx Batch convert for file in *.odp; do soffice --headless --convert-to pdf "$file"
What does the impress skill do?
Presentation creation, format conversion (ODP/PPTX/PDF), slide automation with LibreOffice Impress.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill impress --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.