presentation-decks

Creates and edits LibreOffice Impress ODP presentations and PPTX decks via document artifacts.

2|Updated May 12, 2026
One-click install
npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill presentation-decks-tajo9128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: presentation-decks
Source: https://github.com/tajo9128/BioDockify-Pharma-AI/tree/main/plugins/_office/skills/presentation-decks
Command: npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill presentation-decks-tajo9128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of building slide decks by generating structured ODP or PPTX presentations directly from text content, without forcing the user into a GUI editor. ## Core Features & Use Cases - Deck Creation: Generate a full presentation from a title and slide content using --- separators or structured slide arrays. - Slide Editing: Update existing decks by replacing slides with new titles and bullet lists via the edit operation. - Format Control: Defaults to ODP for Impress workflows and uses PPTX only when PowerPoint compatibility is explicitly requested. - Use Case: Ask for a project roadmap deck, and receive a saved ODP presentation with action buttons, ready to open in the canvas only when you choose. ## Quick Start Create a presentation titled Roadmap in ODP format with a title slide and a next steps slide.

Frequently Asked Questions about presentation-decks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a presentation deck from text?

Provide a title and slide content separated by --- markers, and the document_artifact create call builds the deck. For structured decks, pass a slides array with titles and bullet lists instead.

How do I edit slides in an existing presentation?

Use the document_artifact edit operation with the file_id and the set_slides operation, supplying a new slides array of titles and bullets. This replaces the deck's slide content in place.

Should I use ODP or PPTX for my slide deck?

Use ODP by default for Impress and OpenDocument workflows. Choose PPTX only when PowerPoint compatibility is explicitly required or when editing an existing .pptx file.

Does creating a deck open the presentation canvas automatically?

No. Creating or editing a deck saves the file and returns action buttons without opening the canvas. The canvas or Impress GUI opens only for explicit visual polish or confirmation requests.

What are the limitations of text-to-slide creation?

The --- separator approach suits simple text-to-slide conversion, while complex layouts need structured slides arrays. Visual layout refinement still requires opening the deck in Impress or the canvas manually.