agentsclimarketplace

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

Install
npx -y skills add binle11/live-office-ppt --skill office-live-ppt

Assembled 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

  1. Locate the live-office-ppt repository.
  2. Create the deck JSON spec in the user's project directory.
  3. If bitmap visuals are needed, generate or source them first, save them under the deck project's assets/images/, and add them to top-level assets.
  4. Validate before opening PowerPoint:
    powershell -ExecutionPolicy Bypass -File <live-office-ppt>\render-live-ppt.ps1 `
      -Spec <deck-spec.json> `
      -ValidateOnly
    
  5. Render with PowerPoint visible:
    powershell -ExecutionPolicy Bypass -File <live-office-ppt>\render-live-ppt.ps1 `
      -Spec <deck-spec.json> `
      -StepDelayMs 80 `
      -Overwrite
    
  6. 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 and fit: "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/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.