Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

gamma-app-apigamma 应用 API

Agent Skill

用于辅助 API 设计、接口文档、请求响应结构和服务集成说明。它适合让 Agent 梳理 endpoint、生成 OpenAPI 草稿、检查字段命名、整理错误码或辅助前后端联调。使用时需要确认真实业务语义、鉴权方式、分页和错误处理规则;涉及生成接口文档时,应避免凭空补字段,最好从现有代码、schema 或接口样例中提取事实。

总安装

7,956

周安装

325

GitHub Stars

公开资料未说明

下载量

2,574
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gamma-app-api(gamma 应用 API)
来源仓库:https://github.com/autosolutionsai-didac/gamma-app-api
安装命令:
openclaw skills install gamma-app-api
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install gamma-app-api

简介

通过 Gamma.app API 创建演示文稿、文档和网页内容。

  • 支持自动化生成宣传材料和社交帖子。gamma-app-api 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 适合快速产出视觉化内容用于展示或传播。
  • 使用时需配置正确的 API 密钥和模板参数。
  • 建议检查输出格式与目标平台的兼容性。

SKILL.md

name
gamma
description
Create presentations, documents, social posts, and web pages via the Gamma.app API. Use when asked to create a presentation, pitch deck, slide deck, document, social media carousel, or webpage using Gamma. Also use when asked to generate slides, export to PDF/PPTX, or create content from a Gamma template. Triggers on "create a presentation", "make a deck", "gamma", "slides", "pitch deck", "create a document in gamma".
metadata
openclaw
homepage
https://gamma.app
publisher
autosolutionsai-didac
requires
env
bins

Gamma.app — Presentations & Documents API

Create presentations, documents, social posts, and web pages programmatically via the Gamma API.

Homepage: https://gamma.app API Docs: https://developers.gamma.app/docs/getting-started Runtime dependencies: curl, python3 (for JSON building/parsing)

Setup

Set the environment variable before using:

export GAMMA_API_KEY="sk-gamma-xxxxx"  # Get from https://gamma.app/settings

The script only makes network calls to https://public-api.gamma.app/v1.0. Your API key and inputText content are sent to Gamma's servers.

Quick Start

Generate a presentation

bash scripts/gamma.sh generate "AI trends in 2026 for business leaders" \
  --format presentation --num-cards 10 --export pdf --wait

Generate a document

bash scripts/gamma.sh generate "Quarterly marketing report Q1 2026" \
  --format document --text-mode generate --amount detailed \
  --tone "professional" --audience "executive team" --export pdf --wait

Create from template

bash scripts/gamma.sh template "g_abcdef123" "Update this pitch deck for Twist Broadband client" \
  --export pdf --wait

Check status manually

bash scripts/gamma.sh status "generationId123"

List themes and folders

bash scripts/gamma.sh themes
bash scripts/gamma.sh themes "dark"
bash scripts/gamma.sh folders

Script Reference

scripts/gamma.sh <command> [args] [options]

Commands

CommandArgsDescription
generate"inputText"Create from scratch
template"gammaId" "prompt"Create from existing template
status"generationId"Check generation status
themes[query]List available themes
folders[query]List workspace folders

Generate Options

OptionValuesDefault
--formatpresentation, document, social, webpagepresentation
--text-modegenerate, condense, preservegenerate
--num-cards1-60 (Pro) / 1-75 (Ultra)10
--card-splitauto, inputTextBreaksauto
--themetheme ID from themes command(Gamma picks)
--exportpdf, pptx(none)
--tonefree text(none)
--audiencefree text(none)
--languageISO code (en, es, fr...)(auto)
--amountbrief, medium, detailed, extensive(auto)
--image-sourceaiGenerated, pexels, noImages, etc.(auto)
--image-modelflux-1-pro, imagen-4-pro, etc.(auto)
--image-stylefree text ("photorealistic")(none)
--instructionsadditional guidance (max 2000 chars)(none)
--dimensionsfluid, 16x9, 4x3, 1x1, 4x5, 9x16, a4, letterfluid
--workspace-accessnoAccess, view, comment, edit, fullAccess(default)
--external-accessnoAccess, view, comment, edit(default)
--folderfolder ID (comma-separated for multiple)(none)
--wait(flag) Poll until generation completesfalse
--poll-intervalseconds between polls5

Workflow

  1. Generate — POST creates the gamma, returns a generationId
  2. Poll — Use --wait or manually check status until completed
  3. Result — Completed response includes gammaUrl (live link) and export download URL if requested
  4. Credits — Response shows credits.deducted and credits.remaining

Input Tips

  • Short prompts work ("AI trends 2026") but detailed structured text produces better results
  • Insert image URLs directly in inputText where you want them placed
  • Use `\

---\ in inputText to force card breaks (set --card-split inputTextBreaks`)

  • To use only your images (no AI-generated ones), set --image-source noImages
  • JSON-escape special characters in inputText

Credit Costs

  • Cards: 1-5 credits each
  • AI images: 2 credits (basic) to 125 credits (ultra) per image
  • Example: 10-card deck with basic AI images ≈ 20-60 credits

Full API Reference

For complete parameter details, header/footer configuration, and sharing options, read references/api-reference.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.34%
按下载量换算1,991

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills