morph-ppt-3d

Generates PowerPoint decks with GLB 3D models and Morph transitions via OfficeCLI.

1|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux --skill morph-ppt-3d-iceheartgith
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: morph-ppt-3d
Source: https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux/tree/main/custom-skills/productivity/morph-ppt-3d
Command: npx skills add https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux --skill morph-ppt-3d-iceheartgith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Creating presentations that feature 3D models with smooth Morph transitions requires precise control over model placement, camera angles, and slide layout, which is tedious and error-prone to do manually in PowerPoint. ## Core Features & Use Cases - GLB 3D Model Insertion: Adds .glb models to slides with controllable position, size, and rotation (roty/rotx) properties through OfficeCLI commands. - Cinematographic Camera Language: Provides shot types (close-up, bird's eye, low angle) and rotation rules so the model animates smoothly across slides via Morph. - Model Discovery Flow: Searches Sketchfab, Poly Pizza, and Khronos glTF sample assets to find and download free licensed 3D models matching the presentation topic. - Use Case: A user asks for a product launch deck featuring a 3D headphone model; the skill finds a GLB file, plans a shot choreography table, and builds a .pptx where the model rotates and scales across slides with Morph transitions. ## Quick Start Create a PowerPoint presentation about electric vehicles with a 3D car model and Morph transitions between slides.

Frequently Asked Questions about morph-ppt-3d

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

FAQPage Schema
How do I add a 3D model to a PowerPoint presentation?▼

Use the officecli add command with --type 3dmodel, passing the .glb file path, a consistent shape name, and position, size, and rotation properties. Only the .glb format is supported; convert .fbx, .obj, or .gltf files first using Blender.

Where can I find free GLB 3D models for presentations?▼

Free GLB models are available from Sketchfab (filter by downloadable and glTF format), Poly Pizza (all CC0 licensed), and the Khronos glTF-Sample-Assets repository on GitHub. Always check the license before downloading; CC0 and CC BY allow free use.

Why does PowerPoint delete my 3D model after cloning a slide?▼

Cloning a slide copies the model as frozen XML, creating two model3d elements with the same name, which PowerPoint removes during repair. Instead, add the model fresh on each slide with the same name property so Morph transitions work.

Does this skill work on Android with Termux?▼

The Hermes adaptation does not auto-install OfficeCLI; you must verify the officecli binary exists and is compatible with Termux using command -v officecli and officecli --version. If unavailable, fall back to existing docx, xlsx, powerpoint, or pdf skills.

What are the limitations of 3D model Morph transitions in PowerPoint?▼

Only .glb files are supported, models cannot be cloned between slides, and camera depth or meterPerModelUnit cannot be set manually. Adjacent slides also need a model area ratio of at least 1.5x or at most 0.67x for visual contrast.