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:

  1. Check if GAMMA_API_KEY environment variable is set: [ -n "$GAMMA_API_KEY" ] && echo "API key is set" || echo "API key not set"
  2. 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."
  3. 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:

1. From Stdin (Recommended for Automation)

Installs
1
GitHub Stars
2
First Seen
7 days ago
gamma — hlb/gamma-claude-skill