Gamma Presentation Generator
by @lmanchu
Generate professional presentations with Gamma AI. Just describe what you want — topic, outline, or full content — and get a polished deck. No Gamma account...
clawhub install gamma-presentation📖 About This Skill
name: gamma description: Generate professional presentations with Gamma AI. Just describe what you want — topic, outline, or full content — and get a polished deck. No Gamma account needed. metadata: {"clawdbot":{"emoji":"🎯","os":["darwin","linux","windows"],"requires":{"bins":["bun"],"env":["GAMMA_API_KEY"]}}}
Gamma Presentation Generator
Generate polished presentations from a topic or content brief. Uses Gamma AI to create professionally designed slides. The user does not need a Gamma account.
When to Use
Trigger when the user wants to:
Do NOT trigger for:
How to Use
Step 1: Gather Requirements
Ask the user (if not already provided):
Step 2: Prepare the Input
For best results, compose a structured prompt:
Create a [N]-slide presentation about [TOPIC].Audience: [WHO]
Tone: [professional/casual/technical]
Key points to cover:
1. [Point 1]
2. [Point 2]
3. [Point 3]
Include: [data, charts, examples, quotes, etc.]
Step 3: Generate
GAMMA_API_KEY="$GAMMA_API_KEY" bun run ~/.claude/skills/gamma/generate.ts \
--content "$(cat /tmp/gamma-prompt.txt)" \
--format pdf \
--output /tmp/presentation.pdf
Or with just a topic:
GAMMA_API_KEY="$GAMMA_API_KEY" bun run ~/.claude/skills/gamma/generate.ts \
--topic "IrisGo Series A Pitch" \
--pages 12 \
--format pdf \
--output /tmp/pitch-deck.pdf
Step 4: Deliver
Configuration
The API key is stored in the environment. Do not expose it to the user.
# Set in your shell profile or .env
export GAMMA_API_KEY="sk-gamma-..."
Limitations
Cost
Each generation costs Gamma credits (~$0.01/credit, typical deck = 50-100 credits). The skill owner covers this cost — users generate for free.
⚡ When to Use
⚙️ Configuration
The API key is stored in the environment. Do not expose it to the user.
# Set in your shell profile or .env
export GAMMA_API_KEY="sk-gamma-..."