wentorai/research-claw

ppt-master

Generate editable PPTX from documents using local ppt-master pipeline.

First seen Apr 7, 2026

Installation

$ npx skills add wentorai/research-claw --skill ppt-master

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from wentorai/research-claw · top by installs.

npx skills add wentorai/research-claw

Browse all from wentorai/research-claw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 851
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,123 B
  • docs SUMMARY.md 88 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 20 installs

SKILL.md

PPT Master Integration Skill

Use this skill when users ask to create or export slides with ppt-master.

Preconditions

  1. Local ppt-master repo exists at integrations/ppt-master (or plugin config pptRoot).
  2. Python deps are installed in that repo (pip install -r requirements.txt).

Available gateway methods

  • rc.ppt.status — check if scripts are available.
  • rc.ppt.init — initialize a project.

- params: { "projectName": "my-deck", "format": "ppt169" }

  • rc.ppt.export — export project to pptx.

- params: { "projectPath": "projects/my-deck", "stage": "final" }

Recommended flow

  1. Call rc.ppt.status.
  2. If unavailable, tell user to clone ppt-master into integrations/ppt-master.
  3. Call rc.ppt.init.
  4. Ask user/agent to generate slide SVG contents in project.
  5. Call rc.ppt.export.

Notes

  • projectPath must be relative to pptRoot.
  • Keep project names filesystem-safe ([a-zA-Z0-9._-]).