gamma-hello-world
Installation
SKILL.md
Gamma Hello World
Overview
Generate your first presentation using Gamma's async Generate API. The workflow is: POST to create a generation, poll for status, then retrieve results (gammaUrl + exportUrl).
Prerequisites
- Completed
gamma-install-authsetup - Valid
GAMMA_API_KEYenvironment variable - Pro account with available credits
The Generate-Poll-Retrieve Pattern
All Gamma generations are asynchronous:
- POST
/v1.0/generations— submit content, receivegenerationId - GET
/v1.0/generations/{generationId}— poll every 5s untilcompletedorfailed - Result —
gammaUrl(view in app) +exportUrl(download PDF/PPTX/PNG)
Instructions
Related skills