{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gamma",
    "name": "Gamma",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/lucassynnott/gamma",
    "canonicalUrl": "https://clawhub.ai/lucassynnott/gamma",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gamma",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gamma",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/gamma.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "gamma",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:13:52.335Z",
      "expiresAt": "2026-05-06T23:13:52.335Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gamma",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gamma",
        "contentDisposition": "attachment; filename=\"gamma-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gamma"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gamma"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gamma",
    "agentPageUrl": "https://openagent3.xyz/skills/gamma/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gamma/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gamma/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Gamma.app API",
        "body": "Generate beautiful presentations, documents, and social posts with AI."
      },
      {
        "title": "Setup",
        "body": "export GAMMA_API_KEY=\"sk-gamma-xxxxx\""
      },
      {
        "title": "Quick Commands",
        "body": "# Generate a presentation\n{baseDir}/scripts/gamma.sh generate \"Your content or topic here\"\n\n# Generate with options\n{baseDir}/scripts/gamma.sh generate \"Content\" --format presentation --cards 12\n\n# Check generation status\n{baseDir}/scripts/gamma.sh status <generationId>\n\n# List recent generations (if supported)\n{baseDir}/scripts/gamma.sh list"
      },
      {
        "title": "Generate",
        "body": "{baseDir}/scripts/gamma.sh generate \"<content>\" [options]\n\nOptions:\n  --format       presentation|document|social (default: presentation)\n  --cards        Number of cards/slides (default: 10)\n  --instructions Additional instructions for styling/tone\n  --amount       concise|detailed (default: detailed)\n  --tone         e.g., \"professional\", \"casual\", \"technical\"\n  --audience     e.g., \"investors\", \"developers\", \"general\"\n  --image-source aiGenerated|web|none (default: aiGenerated)\n  --image-style  illustration|photo|mixed (default: illustration)\n  --wait         Wait for completion and return URL"
      },
      {
        "title": "Examples",
        "body": "# Simple presentation\n{baseDir}/scripts/gamma.sh generate \"The future of AI automation\" --wait\n\n# Pitch deck with specific styling\n{baseDir}/scripts/gamma.sh generate \"$(cat pitch.md)\" \\\n  --format presentation \\\n  --cards 15 \\\n  --instructions \"Make it a professional pitch deck for investors\" \\\n  --tone \"professional\" \\\n  --audience \"investors\" \\\n  --wait\n\n# Social carousel\n{baseDir}/scripts/gamma.sh generate \"5 tips for productivity\" \\\n  --format social \\\n  --cards 5 \\\n  --wait\n\n# Document/report\n{baseDir}/scripts/gamma.sh generate \"Q4 2025 Performance Report\" \\\n  --format document \\\n  --amount detailed \\\n  --wait"
      },
      {
        "title": "Endpoint",
        "body": "POST https://public-api.gamma.app/v1.0/generations"
      },
      {
        "title": "Headers",
        "body": "X-API-KEY: <your-api-key>\nContent-Type: application/json"
      },
      {
        "title": "Request Body",
        "body": "{\n  \"inputText\": \"Your content (1-750,000 chars)\",\n  \"textMode\": \"generate\",\n  \"format\": \"presentation|document|social\",\n  \"numCards\": 10,\n  \"additionalInstructions\": \"Styling instructions\",\n  \"textOptions\": {\n    \"amount\": \"concise|detailed\",\n    \"tone\": \"professional\",\n    \"audience\": \"target audience\"\n  },\n  \"imageOptions\": {\n    \"source\": \"aiGenerated|web|none\",\n    \"model\": \"flux-kontext-pro\",\n    \"style\": \"illustration|photo\"\n  },\n  \"cardOptions\": {\n    \"dimensions\": \"fluid|16x9|4x3|1x1|4x5|9x16\"\n  }\n}"
      },
      {
        "title": "Response",
        "body": "Initial response:\n\n{\"generationId\": \"abc123\"}\n\nPoll for status:\n\nGET https://public-api.gamma.app/v1.0/generations/<generationId>\n\nCompleted response:\n\n{\n  \"generationId\": \"abc123\",\n  \"status\": \"completed\",\n  \"gammaUrl\": \"https://gamma.app/docs/xxxxx\",\n  \"credits\": {\"deducted\": 150, \"remaining\": 7500}\n}"
      },
      {
        "title": "Format Options",
        "body": "FormatDimensionsUse Casepresentationfluid, 16x9, 4x3Pitch decks, slide showsdocumentfluid, pageless, letter, a4Reports, docssocial1x1, 4x5, 9x16Instagram, LinkedIn carousels"
      },
      {
        "title": "Notes",
        "body": "Generation typically takes 1-3 minutes\nCredits are deducted per generation (~150-300 per deck)\nInput text can be markdown formatted\nUse --wait flag to block until completion and get URL directly"
      }
    ],
    "body": "Gamma.app API\n\nGenerate beautiful presentations, documents, and social posts with AI.\n\nSetup\nexport GAMMA_API_KEY=\"sk-gamma-xxxxx\"\n\nQuick Commands\n# Generate a presentation\n{baseDir}/scripts/gamma.sh generate \"Your content or topic here\"\n\n# Generate with options\n{baseDir}/scripts/gamma.sh generate \"Content\" --format presentation --cards 12\n\n# Check generation status\n{baseDir}/scripts/gamma.sh status <generationId>\n\n# List recent generations (if supported)\n{baseDir}/scripts/gamma.sh list\n\nScript Usage\nGenerate\n{baseDir}/scripts/gamma.sh generate \"<content>\" [options]\n\nOptions:\n  --format       presentation|document|social (default: presentation)\n  --cards        Number of cards/slides (default: 10)\n  --instructions Additional instructions for styling/tone\n  --amount       concise|detailed (default: detailed)\n  --tone         e.g., \"professional\", \"casual\", \"technical\"\n  --audience     e.g., \"investors\", \"developers\", \"general\"\n  --image-source aiGenerated|web|none (default: aiGenerated)\n  --image-style  illustration|photo|mixed (default: illustration)\n  --wait         Wait for completion and return URL\n\nExamples\n# Simple presentation\n{baseDir}/scripts/gamma.sh generate \"The future of AI automation\" --wait\n\n# Pitch deck with specific styling\n{baseDir}/scripts/gamma.sh generate \"$(cat pitch.md)\" \\\n  --format presentation \\\n  --cards 15 \\\n  --instructions \"Make it a professional pitch deck for investors\" \\\n  --tone \"professional\" \\\n  --audience \"investors\" \\\n  --wait\n\n# Social carousel\n{baseDir}/scripts/gamma.sh generate \"5 tips for productivity\" \\\n  --format social \\\n  --cards 5 \\\n  --wait\n\n# Document/report\n{baseDir}/scripts/gamma.sh generate \"Q4 2025 Performance Report\" \\\n  --format document \\\n  --amount detailed \\\n  --wait\n\nAPI Reference\nEndpoint\nPOST https://public-api.gamma.app/v1.0/generations\n\nHeaders\nX-API-KEY: <your-api-key>\nContent-Type: application/json\n\nRequest Body\n{\n  \"inputText\": \"Your content (1-750,000 chars)\",\n  \"textMode\": \"generate\",\n  \"format\": \"presentation|document|social\",\n  \"numCards\": 10,\n  \"additionalInstructions\": \"Styling instructions\",\n  \"textOptions\": {\n    \"amount\": \"concise|detailed\",\n    \"tone\": \"professional\",\n    \"audience\": \"target audience\"\n  },\n  \"imageOptions\": {\n    \"source\": \"aiGenerated|web|none\",\n    \"model\": \"flux-kontext-pro\",\n    \"style\": \"illustration|photo\"\n  },\n  \"cardOptions\": {\n    \"dimensions\": \"fluid|16x9|4x3|1x1|4x5|9x16\"\n  }\n}\n\nResponse\n\nInitial response:\n\n{\"generationId\": \"abc123\"}\n\n\nPoll for status:\n\nGET https://public-api.gamma.app/v1.0/generations/<generationId>\n\n\nCompleted response:\n\n{\n  \"generationId\": \"abc123\",\n  \"status\": \"completed\",\n  \"gammaUrl\": \"https://gamma.app/docs/xxxxx\",\n  \"credits\": {\"deducted\": 150, \"remaining\": 7500}\n}\n\nFormat Options\nFormat\tDimensions\tUse Case\npresentation\tfluid, 16x9, 4x3\tPitch decks, slide shows\ndocument\tfluid, pageless, letter, a4\tReports, docs\nsocial\t1x1, 4x5, 9x16\tInstagram, LinkedIn carousels\nNotes\nGeneration typically takes 1-3 minutes\nCredits are deducted per generation (~150-300 per deck)\nInput text can be markdown formatted\nUse --wait flag to block until completion and get URL directly"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lucassynnott/gamma",
    "publisherUrl": "https://clawhub.ai/lucassynnott/gamma",
    "owner": "lucassynnott",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gamma",
    "downloadUrl": "https://openagent3.xyz/downloads/gamma",
    "agentUrl": "https://openagent3.xyz/skills/gamma/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gamma/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gamma/agent.md"
  }
}