Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create presentations, documents, social posts, and websites using Gamma's AI API. Use when asked to create slides, presentations, decks, documents, or web content via Gamma.
Create presentations, documents, social posts, and websites using Gamma's AI API. Use when asked to create slides, presentations, decks, documents, or web content via Gamma.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Create presentations and documents programmatically via Gamma's API.
Get API key from https://developers.gamma.app Store in environment: export GAMMA_API_KEY=sk-gamma-xxx Or add to TOOLS.md: Gamma API Key: sk-gamma-xxx
Base URL: https://public-api.gamma.app/v1.0 Header: X-API-KEY: <your-api-key>
curl -X POST https://public-api.gamma.app/v1.0/generations \ -H "Content-Type: application/json" \ -H "X-API-KEY: $GAMMA_API_KEY" \ -d '{ "inputText": "Your content here", "textMode": "generate|condense|preserve", "format": "presentation|document|social|webpage" }' Response: {"generationId": "xxx"}
curl https://public-api.gamma.app/v1.0/generations/<generationId> \ -H "X-API-KEY: $GAMMA_API_KEY" Response (completed): {"status": "completed", "gammaUrl": "https://gamma.app/docs/xxx", "credits": {...}} Poll every 10-20s until status: "completed".
ParameterValuesNotestextModegenerate, condense, preservegenerate=expand, condense=summarize, preserve=keep exactformatpresentation, document, social, webpageOutput typenumCards1-60 (Pro), 1-75 (Ultra)Number of slides/cardscardSplitauto, inputTextBreaksUse \n---\n in inputText for manual breaksexportAspdf, pptxOptional export format
{ "additionalInstructions": "Make titles catchy", "imageOptions": { "source": "aiGenerated|unsplash|giphy|webAllImages|noImages", "model": "imagen-4-pro|flux-1-pro", "style": "photorealistic, modern" }, "textOptions": { "amount": "brief|medium|detailed|extensive", "tone": "professional, inspiring", "audience": "tech professionals", "language": "en" }, "cardOptions": { "dimensions": "fluid|16x9|4x3|1x1|4x5|9x16" } } Note: textOptions.tone and textOptions.audience are ignored when textMode is preserve.
GET /themes โ List available themes (use themeId in generation) GET /folders โ List folders (use folderIds in generation)
Check for API key in environment ($GAMMA_API_KEY) or TOOLS.md Build inputText with content (can include image URLs inline) POST to /generations โ get generationId Poll /generations/{id} until status: "completed" Return gammaUrl to user
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.