Design & Frontend pptx3d-modelmorph-transitionpresentationglbpowerpointvisual-design

3D Morph PPT Skill

Empower AI agents to insert GLB 3D models into PowerPoint and create cinematic Morph transitions.

FollowSkills review · FSRS-2.0
Not recommended
48/ 100 5-point scale 2.4 / 5
1 2 3 4 5 6
1Trust12 / 25 · 2.4/5

The skill waits for user confirmation before downloading models and reminds about licenses, showing some user control. However, it includes instructions to run remote scripts for installing officecli via curl, which could be a supply-chain risk if executed without scrutiny. Data-flow transparency and general user confirmation mechanisms (beyond model downloads) are not explicitly defined, so not full marks.

2Reliability7 / 20 · 1.8/5

The skill provides detailed command examples and step-by-step instructions, plausible for happy path. However, it depends on external model sources (Sketchfab, Poly Pizza) and the officecli tool, which may be unstable or require network access. No error handling or troubleshooting guidance is given. Static review prevents verification of execution, limiting score.

3Adaptability9 / 15 · 3.0/5

The skill clearly defines its use case (3D morph presentations with GLB models) and boundaries (only supports GLB). It includes a model discovery flow assisting users. However, it does not address network reachability: it relies on international services like Sketchfab and Poly Pizza, which may be inaccessible in mainland China. Though it offers Khronos samples as fallback, this environmental constraint is not explicitly discussed, so deduction.

4Convention10 / 15 · 3.3/5

The skill is well-layered with detailed visual design system, layout rules, and examples. Dependencies (officecli) are mentioned, but versioning, changelog, or known limitations are not explicitly disclosed. It references morph-ppt as base but does not elaborate on installation or maintenance responsibility, thus not full marks.

5Effectiveness6 / 15 · 2.0/5

The skill aims to create presentations with 3D models and provides detailed instructions and layout advice. Its utility depends on officecli's 3D model feature and user-provided or downloaded GLB models. Static review cannot verify output directly usability, and evidence of comparative benefit over manual creation is limited.

6Verifiability4 / 10 · 2.0/5

Claims (e.g., '3D morph effects') are not verifiable from files through third-party execution evidence. The repo has CI workflows and smoke tests, but they mainly cover basic document operations, not this skill's specific 3D morph functionality. Thus, lack of independent reproduction for key paths limits score.

Evidence confidence:Low Reviewed Aug 07, 2026 Reviewed revision 459b1a473faf
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • The skill relies on external sources (Sketchfab, Poly Pizza, GitHub) for GLB model downloads, which may be inaccessible from mainland-China networks; verify reachability or use local models.
  • The officecli installation command executes a remote script; ensure the source is trustworthy and review the script before running to avoid supply-chain risks.
  • The skill assumes OfficeCLI's 3D model feature works reliably; this feature may be relatively new and could have stability issues, so validate on test documents first.
Review evidence [1][2][3][4][5][6]
See the full review method →

What does this skill do, and when should you use it?

This skill is a 3D extension of morph-ppt, enabling AI agents to create .pptx presentations with .glb 3D models and Morph transitions using OfficeCLI. It provides a model discovery flow, a detailed visual design system (color palettes, font pairings, layout rules), and a camera language guide (rotation, tilt, zoom). The skill emphasizes the model as the protagonist, with strict size contrast and layout progression rules for visual impact. It requires all files in the same directory and simplifies deliverables to 4 files: model, presentation, build script, and brief.md.

This skill performs the following: inserts GLB models via CLI commands like officecli add --type 3dmodel; offers a model discovery flow including searching via Sketchfab API and Poly Pizza; applies a visual design system with specified palettes, font pairings, and hard layout rules (e.g., body text minimum 16pt); enables camera language through controlling properties like roty, rotx, width, height; and creates presentations with a model choreography table and build script to ensure smooth Morph animations.

  1. Product launches: showcase a product with a 3D model and dynamic Morph transitions to reveal different angles.
  2. Educational presentations: explain complex concepts in science or technology visually with 3D models.
  3. Brand storytelling: create visually striking decks that highlight a core product or mascot.
  4. Data reports: use small 3D models as visual accents on data-heavy slides to enhance aesthetics.

What are this skill's strengths and limitations?

Pros
  • Deep integration with morph-ppt for a complete 3D model workflow.
  • Detailed visual design system with multiple color palettes and font pairings.
  • Built-in model discovery flow so agents can proactively search and recommend models.
  • Strict layout and camera rules ensure professional visual quality.
Limitations
  • Only supports .glb format; other formats require conversion.
  • Requires all files (model, pptx, script) in the same directory, limiting flexibility.
  • Model cloning restriction: cannot clone slides with 3D models, causing conflicts.
  • Dependent on OfficeCLI tool and requires network access for model search.

How do you install this skill?

Install the OfficeCLI binary: on macOS/Linux run curl -fsSL https://d.officecli.ai/install.sh | bash; on Windows PowerShell run irm https://d.officecli.ai/install.ps1 | iex. Verify with officecli --version. This skill is part of the OfficeCLI repository at skills/morph-ppt-3d/SKILL.md and is loaded using the Agent Skills standard.

How do you use this skill?

Place the skill folder (containing SKILL.md) into your agent's skills directory. When triggered, the agent will call officecli commands. For example, instruct your agent: "Create a 3-page presentation about a fox mascot using a 3D model and Morph transitions; I'll choose the Khronos Fox model." The agent will follow the model discovery flow, visual design rules, and build script steps from the skill.

How does this skill compare with similar options?

No direct alternative, but the base morph-ppt skill is an alternative without 3D support.

FAQ

Does this skill require payment or Office installation?
No. OfficeCLI is open-source and free, and no Office installation is needed. Models can be sourced from free repositories.
What if the user doesn't have a 3D model?
The skill provides a model discovery flow: the agent will search and recommend free models, and download after user confirmation.
Can I clone slides with 3D models?
Technically yes, but you must immediately remove the cloned model element to avoid PowerPoint repair errors. It's recommended to avoid cloning and add models fresh on each slide.
What 3D model formats are supported?
Only .glb is supported. Other formats like .fbx or .obj need to be converted to .glb first.

More skills from this repository

All from iOfficeAI/OfficeCLI

Related skills