slidespeak
Installation
SKILL.md
SlideSpeak Presentation Skill
This skill enables you to create and edit PowerPoint presentations using the SlideSpeak API.
IMPORTANT: Timing Behavior
Presentation generation takes 30-60 seconds.
Option 1: Wait for completion (default)
Run the command and wait. The script polls internally until complete:
node scripts/slidespeak.mjs generate --text "Topic"
- Blocks until the task finishes (typically 30-60 seconds)
- Returns the complete result with download URL
Option 2: Return immediately with --no-wait
If you cannot wait for the command to complete, use --no-wait: