Agent skill · Design & Presentation

impress

Presentation creation, format conversion (ODP/PPTX/PDF), slide automation with LibreOffice Impress.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill impress --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/libreoffice/impress/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Presentation Creation
  5. 2. Format Conversion
  6. 3. Slide Automation
  7. 4. Content Manipulation
  8. 5. Integration
  9. Workflows
  10. Creating a New Presentation
  11. Converting Presentations
  12. Template-Based Generation
  13. Format Conversion Reference
  14. Supported Input Formats
Commands it runs
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"
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going