ppt-master
Installation
SKILL.md
PPT Master Integration Skill
Use this skill when users ask to create or export slides with ppt-master.
Preconditions
- Local
ppt-masterrepo exists atintegrations/ppt-master(or plugin configpptRoot). - 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" }
- params:
rc.ppt.export— export project to pptx.- params:
{ "projectPath": "projects/my-deck", "stage": "final" }
- params: