Office live ppt
Skill binle11/live-office-ppt/integrations/openclaw/office-live-ppt
Create, edit, and debug PowerPoint decks with the Live Office PPT workflow: write a JSON slide spec, optionally generate bitmap assets first, then run a PowerShell COM renderer that opens desktop PowerPoint and draws native editable shapes, text, connectors, and pictures live. Use for PPT/PPTX tasks that require visible Office drawing, PowerPoint COM automation, live deck review, or native editable PowerPoint objects.From its SKILL.md
npx -y skills add binle11/live-office-ppt --skill office-live-pptAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 321 tokens by cl100k_base, as published. Nobody here has run it
Office Live PPT
Use this skill only on Windows machines with desktop Microsoft PowerPoint available. The renderer is a local Office automation workflow, not a headless server renderer.
Workflow
- Locate the
live-office-pptrepository. - Create the deck JSON spec in the user's project directory.
- If bitmap visuals are needed, generate or source them first, save them under
the deck project's
assets/images/, and add them to top-levelassets. - Validate before opening PowerPoint:
powershell -ExecutionPolicy Bypass -File <live-office-ppt>\render-live-ppt.ps1 ` -Spec <deck-spec.json> ` -ValidateOnly - Render with PowerPoint visible:
powershell -ExecutionPolicy Bypass -File <live-office-ppt>\render-live-ppt.ps1 ` -Spec <deck-spec.json> ` -StepDelayMs 80 ` -Overwrite - Inspect the live result, revise JSON, and rerun.
Authoring Rules
- Prefer native PowerPoint text, shapes, and connectors over rasterized slides.
- Use editable PowerPoint text for labels and slide copy.
- Keep coordinates deterministic. The default 16:9 canvas is
960 x 540. - Use
fit: "cover"for full-bleed images andfit: "contain"for diagrams or screenshots that must not crop. - Keep project-specific materials outside reusable repository examples.
What ships with it: 1 file
263 B alongside SKILL.md
references/
- deck-authoring.md263 B