gamma
Installation
SKILL.md
Gamma
Create professional presentations, documents, webpages, and social posts using Gamma's Generate API.
Prerequisites
CRITICAL: Gamma API requires an API key. Before proceeding:
- Check if
GAMMA_API_KEYenvironment variable is set:[ -n "$GAMMA_API_KEY" ] && echo "API key is set" || echo "API key not set" - If not set, explicitly ask the user: "To use Gamma, I need your API key. You can get it from https://gamma.app/settings/api-keys. Please provide it or set it as GAMMA_API_KEY environment variable."
- Store the key securely when provided:
export GAMMA_API_KEY="sk-gamma-xxxxx"
Using the Python Script
The scripts/generate_presentation.py script can be used in three ways: