gamma

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name GAMMA_TOKEN or zero doctor check-connector --url https://public-api.gamma.app/v1.0/generations --method POST

Core APIs

1. Create Generation (from text)

Generates a presentation, document, website, or social post from text input. Generation is asynchronous — use the returned generationId to poll for status.

Write to /tmp/gamma_request.json:

{
  "inputText": "Your outline or topic text here",
  "textMode": "generate",
  "format": "presentation",
  "numCards": 10,
  "textOptions": {
Related skills
Installs
19
GitHub Stars
59
First Seen
Mar 26, 2026