一键导入
gamma
Generate presentations, documents, social posts, and websites using Gamma's AI API. Supports full generation from prompts or creation from existing templates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate presentations, documents, social posts, and websites using Gamma's AI API. Supports full generation from prompts or creation from existing templates.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ask a stronger Zo instance for planning, judgment, debugging guidance, or adjacent thinking through a minimal token-light oracle pattern using /zo/ask plus URL-based context drops.
Generate high-quality landing pages with anti-slop guardrails and multi-platform support. Creates modern, accessible designs for Zo.space, standalone HTML, and Next.js with professional aesthetics and clear typography hierarchy.
Maintain research repositories and a wiki-style compendium under Research/repos; scans existing knowledge folders before proposing repos, supports append-only intake, compaction, and repair sweeps for failed meeting-derived appends. Portable: owner/venture identity is externalized to a profile so the skill can ship publicly and be re-pointed on any Zo.
Portable Krisp transcript ingestion and meeting block pipeline for Zo Computer. Receives Krisp transcript webhooks or manual transcript files, normalizes meetings into repairable folders, optionally triangulates against calendar context, generates summary/metadata/decisions/action-item blocks, supports richer v3-style add-on blocks, archives monthly, and notifies the Zo owner when a meeting is partial or needs review.
Safe, archived Skill wrapper for the former standalone ZoATS applicant-tracking-system repo. Use when inspecting, packaging, validating, or exporting ZoATS as a reusable Zo skill scaffold; do not install live routes or run candidate/employer workflows on V's Zo without explicit approval.
Evaluate early-stage pitch decks across four investor credulity frames, stage-aware substantive rubric dimensions, optional named-POV reads, and markdown/JSON report rendering.
| name | gamma |
| description | Generate presentations, documents, social posts, and websites using Gamma's AI API. Supports full generation from prompts or creation from existing templates. |
| compatibility | Created for Zo Computer |
| metadata | {"author":"thevibethinker","api_version":"v1.0"} |
Generate professional presentations, documents, webpages, and social posts using Gamma's AI.
GAMMA_API_KEY set in your environment or Zo secretsIf you are using Zo, add GAMMA_API_KEY in Settings > Advanced.
# Verify API key is set
bun run Skills/gamma/scripts/gamma.ts themes
# Generate a presentation
bun run Skills/gamma/scripts/gamma.ts generate "Q4 2024 Sales Report" --mode generate --format presentation --wait
# Generate a document
bun run Skills/gamma/scripts/gamma.ts generate "AI in Healthcare" --mode generate --format document --wait
generate — Create from scratchGenerate a new gamma from AI using text input.
bun run Skills/gamma/scripts/gamma.ts generate "<inputText>" --mode <mode> [options]
Required:
<inputText> — Content to generate from (supports text and image URLs, max 100k tokens)--mode <mode> — How to handle input text:
generate — AI creates new content based on your input (most common)condense — AI summarizes/shortens your inputpreserve — Keep your input text exactly as-isContent Options:
--format <type> — Output type: presentation | document | webpage | social--cards <n> — Number of cards/slides (1-60 Pro, 1-75 Ultra)--card-split <mode> — Content splitting: auto | inputTextBreaks--instructions <text> — Additional instructions (max 2000 chars)Text Options:
--language <code> — Output language (default: en)--tone <description> — Writing tone (e.g., "professional", "casual", "academic")--audience <description> — Target audience (e.g., "executives", "students", "developers")--amount <level> — Detail level: brief | medium | detailed | extensiveImage Options:
--images <source> — Image source: aiGenerated | webSearch | none--image-model <model> — AI model for image generation (see models below)--image-style <description> — Visual style (e.g., "minimalist", "vibrant", "corporate")Layout Options:
--dimensions <size> — Card dimensions: fluid | 16x9 | 4x3 | 1x1 | 4x5 | 9x16 | 3x4 | 2x3 | 5x4 | 21x9Organization:
--theme <id> — Theme ID (use themes command to list available)--folders <id1,id2> — Folder IDs for storage (comma-separated)--export <format> — Also export as: pdf | pptxSharing:
--visibility <level> — Access level: private | public | unlisted--allow-copy — Allow viewers to copy content--allow-duplication — Allow viewers to duplicate the gammaBehavior:
--wait — Poll until generation completes, then return final URLs--timeout <seconds> — Max wait time (default: 300)from-template — Create from existing gammaCreate a new gamma by adapting an existing template.
bun run Skills/gamma/scripts/gamma.ts from-template <gammaId> "<prompt>" [options]
Required:
<gammaId> — Template gamma ID (find in Gamma app: ⋮ > Copy gammaId for API)<prompt> — Instructions for adapting the template (max 100k tokens)Available Options:
Same as generate except these are NOT available: --mode, --format, --cards, --card-split, --language, --tone, --audience, --amount, --dimensions
status — Check generation statusbun run Skills/gamma/scripts/gamma.ts status <generationId>
Returns status (pending | completed | failed), gamma URL, and export URLs if ready.
themes — List available themesbun run Skills/gamma/scripts/gamma.ts themes
Returns standard themes and your custom themes with their IDs.
folders — List your foldersbun run Skills/gamma/scripts/gamma.ts folders
Returns your Gamma folders with their IDs.
| Model | String |
|---|---|
| Flux Fast 1.1 | flux-1-quick |
| Flux Kontext Fast | flux-kontext-fast |
| Imagen 3 Fast | imagen-3-flash |
| Luma Photon Flash | luma-photon-flash-1 |
| Model | String | Credits |
|---|---|---|
| Flux Pro | flux-1-pro | 8 |
| Imagen 3 | imagen-3-pro | 8 |
| Ideogram 3 Turbo | ideogram-v3-turbo | 10 |
| Luma Photon | luma-photon-1 | 10 |
| Leonardo Phoenix | leonardo-phoenix | 15 |
| Model | String | Credits |
|---|---|---|
| Flux Kontext Pro | flux-kontext-pro | 20 |
| Gemini 2.5 Flash | gemini-2.5-flash-image | 20 |
| Ideogram 3 | ideogram-v3 | 20 |
| Imagen 4 | imagen-4-pro | 20 |
| Recraft | recraft-v3 | 20 |
| GPT Image | gpt-image-1-medium | 30 |
| Dall-E 3 | dall-e-3 | 33 |
| Model | String | Credits |
|---|---|---|
| Flux Ultra | flux-1-ultra | 30 |
| Imagen 4 Ultra | imagen-4-ultra | 30 |
| Flux Kontext Max | flux-kontext-max | 40 |
| Recraft Vector | recraft-v3-svg | 40 |
| Ideogram 3 Quality | ideogram-v3-quality | 45 |
| GPT Image Detailed | gpt-image-1-high | 120 |
en — English (US) — defaulten-gb — English (UK)en-in — English (India)es — Spanish (general)es-es — Spanish (Spain)es-mx — Spanish (Mexico)es-419 — Spanish (Latin America)zh-cn — Simplified Chinesezh-tw — Traditional Chineseja — Japanese (です/ます polite style)ja-da — Japanese (だ/である plain style)fr (French), de (German), it (Italian), pt-br (Portuguese Brazil), pt-pt (Portuguese Portugal), ko (Korean), ar (Arabic), hi (Hindi), ru (Russian), nl (Dutch), pl (Polish), tr (Turkish), vi (Vietnamese), th (Thai), id (Indonesian)
60+ languages supported including: af, sq, ar-sa, bn, bs, bg, ca, hr, cs, da, et, fi, el, gu, ha, he, hu, is, kn, kk, lv, lt, mk, ms, ml, mr, nb, fa, ro, sr, sl, sw, sv, tl, ta, te, uk, ur, uz, cy, yo
bun run Skills/gamma/scripts/gamma.ts generate "Quarterly sales report for Q4 2024. Include revenue growth, key wins, and 2025 outlook." \
--mode generate \
--format presentation \
--wait
bun run Skills/gamma/scripts/gamma.ts generate "The impact of artificial intelligence on healthcare delivery" \
--mode generate \
--format document \
--tone "academic" \
--audience "medical professionals" \
--amount detailed \
--images aiGenerated \
--image-model imagen-4-pro \
--wait
bun run Skills/gamma/scripts/gamma.ts generate "TechStartup is revolutionizing supply chain with AI. Founded 2023, $2M ARR, seeking Series A." \
--mode generate \
--format presentation \
--cards 12 \
--tone "confident and compelling" \
--audience "venture capitalists" \
--images aiGenerated \
--image-style "modern tech aesthetic" \
--wait
bun run Skills/gamma/scripts/gamma.ts generate "Our company story: from garage startup to industry leader" \
--mode generate \
--format webpage \
--images aiGenerated \
--image-model flux-1-pro \
--image-style "professional corporate photography" \
--visibility public \
--wait
bun run Skills/gamma/scripts/gamma.ts generate "Announcing our new product launch! Revolutionary features that will change how teams collaborate." \
--mode generate \
--format social \
--tone "exciting and engaging" \
--wait
# When you have exact content you want to use
bun run Skills/gamma/scripts/gamma.ts generate "$(cat my-prepared-content.md)" \
--mode preserve \
--format presentation \
--wait
# Summarize a long document into a short presentation
bun run Skills/gamma/scripts/gamma.ts generate "$(cat long-report.txt)" \
--mode condense \
--format presentation \
--cards 5 \
--instructions "Focus on key findings and recommendations only" \
--wait
# Use an existing gamma as a template
bun run Skills/gamma/scripts/gamma.ts from-template g_xo2yqze5mj8z62g \
"Adapt this pitch deck for a healthcare AI startup instead of fintech" \
--images aiGenerated \
--wait
# Japanese presentation
bun run Skills/gamma/scripts/gamma.ts generate "Company introduction and services overview" \
--mode generate \
--format presentation \
--language ja \
--wait
# Spanish document
bun run Skills/gamma/scripts/gamma.ts generate "Quarterly financial report" \
--mode generate \
--format document \
--language es-mx \
--wait
bun run Skills/gamma/scripts/gamma.ts generate "Team training materials" \
--mode generate \
--format presentation \
--export pdf \
--wait
Text Mode Selection:
generate for most cases — AI creates content from your briefpreserve when you have exact content already writtencondense to summarize long documentsImage Quality vs. Cost:
flux-1-quick, imagen-3-flash) for draftsFinding Template IDs:
Finding Theme IDs:
bun run Skills/gamma/scripts/gamma.ts themesPolling Behavior:
--wait: Returns immediately with generationId--wait: Polls every 5 seconds until complete (default timeout: 5 minutes)