morph-ppt

Automate PowerPoint deck creation with morph animations using officecli commands.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/lizhihuajob/OceanOfficeCLI --skill morph-ppt-lizhihuajob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morph-ppt
Source: https://github.com/lizhihuajob/OceanOfficeCLI/tree/main/OfficeCLI-main/skills/morph-ppt
Command: npx skills add https://github.com/lizhihuajob/OceanOfficeCLI --skill morph-ppt-lizhihuajob

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires officecli, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of PowerPoint presentations featuring smooth Morph transitions, enabling users to craft dynamic storytelling decks without manual design.

Core Features & Use Cases

  • Morph Transition Automation: Programmatically generate slides with shape names and properties that interpolate across slides.
  • Scene and Content Management: Define persistent scene actors and per-slide content with precise positioning and styling for cinematic motion.
  • Use Case: For a marketing pitch, automatically generate a deck where key elements transition fluidly to illustrate change over time, saving hours of manual animation setup.

Quick Start

To create a morph deck, run officecli create my_deck.pptx, then add slides with officecli add /slide[N] --type shape --prop 'name=!!shape1' ... and set transition=morph on each slide.

Frequently Asked Questions about morph-ppt

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

FAQPage Schema
How do I automate PowerPoint morph transitions for dynamic presentations?

You can automate morph transitions by using command-line tools to create decks, add slides with specifically named shapes, and set the transition property to morph for cinematic motion. This programmatically coordinates shape identities to interpolate properties across slides.

What is shape continuity and how does it work with morph animations?

Shape continuity in morph animations works by assigning matching names to identical shapes across multiple slides. The transition engine then automatically interpolates their position, size, and styling properties to create fluid, cinematic movement between scenes.

Do I need officecli to generate cinematic slide decks?

Yes, officecli is required as the underlying dependency to execute the commands that define persistent scene actors, set per-slide content properties, and validate the structure before outputting the final morph presentation file.

What's the best way to set up a morph transition in PowerPoint programmatically?

The best way to set up morph transitions programmatically is to create a deck file, add slides with shape properties using matching names like !!shape1, and explicitly apply the transition=morph setting on each slide to ensure high-quality cinematic flows.

Can I use command line tools to manage scene actors and content for slide design?

Yes, you can use command line tools to manage scene actors and content by defining persistent elements with precise positioning and styling for each slide. This ensures complex cinematic motion workflows are validated and structured before generating the output file.