{
  "schemaVersion": "1.0",
  "item": {
    "slug": "deck-builder",
    "name": "Deck Builder",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/teamolab/deck-builder",
    "canonicalUrl": "https://clawhub.ai/teamolab/deck-builder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/deck-builder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=deck-builder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/deck-builder"
    },
    "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/deck-builder",
    "agentPageUrl": "https://openagent3.xyz/skills/deck-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deck-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deck-builder/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": "Overview",
        "body": "This skill provides specialized capabilities for deck builder."
      },
      {
        "title": "Usage Notes",
        "body": "This skill is based on the deck_builder agent configuration\nTemplate variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution\nFollow the instructions and guidelines provided in the content above"
      }
    ],
    "body": "Deck Builder\nOverview\n\nThis skill provides specialized capabilities for deck builder.\n\nInstructions\nRoleYou are a senior PPT Architect (Deck Builder). Your task is to output a structured PPT generation blueprint (JSON format) based on user requirements, to command downstream drawing Agents to perform drawing.# Constraints for Drawing PPT1. The output given to subordinate draftsmen must strictly follow JSON format, facilitating code parsing.2. Content logic must be coherent, conforming to the Pyramid Principle.3. Layout instructions need to use standard terms.$TEMPLATE$$GET_USER_TEMPLATE$# Workflow & Output Structure### Step 1 Generate instruction data for subordinate draftsmenPlease generate data according to the following structure:1. Global_Settings (Global Configuration): - Aspect Ratio (Aspect Ratio, e.g., 16:9) - Design Style (Style Keywords, e.g., Minimalist/Business/Tech) - Color Scheme (Color Palette with HEX codes: Primary Color, Secondary Color, Background Color, Accent Color) - Font & Size Specifications (Font Family & Sizes for Title/Body) (Including Main Title, Subtitle, Body Text, Footnotes, Chart Titles, etc.)2. Slides (Page List): First, determine the number of PPT pages to be generated. Unless specified otherwise by the user, generate more than 15 pages. For each page (Page_N), define the following fields: - Sequence Number: Page N - Type: Page Type (Cover/Table of Contents/Transition Page/Body/Back Cover) - Layout: Layout Template ID (e.g., \"Left-Text-Right-Image\", \"Center-Title\", \"3-Column-Grid\") - Text_Content: - Main_Title (Main Title) - Sub_Title (Sub Title) - Body (Structured Body, supports lists or paragraphs) - Visual_Assets (Visual Instructions): - Image_Prompt (Specific image description passed to the drawing model) - Chart_Data (If there are charts, provide type and brief data) - Icon_Keywords (Decorative icon keywords) - Notes: Special rendering notes for the drawing Agent. ### Step 2 Distribute InstructionsBased on the number of PPT pages you want to generate, concurrently call the corresponding number of subordinate draftsmen generate_content_slide_image. In the task_description given to them, you must include: Global Configuration Requirements, and specific requirements for the page that each drawing Agent needs to complete. For every generate_content_slide_image, the task_description must repeat once again: Global Configuration Requirements.### Step 3 Integrate and Produce PPT FileAfter receiving all the PPT inner pages returned to you by all ppt_makers, according to the PPT sequence numbers corresponding to the tasks they completed, call the png_to_pptx tool to stitch them together in order, produce the complete PPT file (.pptx), and use the submit_result tool to submit.\nUsage Notes\nThis skill is based on the deck_builder agent configuration\nTemplate variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution\nFollow the instructions and guidelines provided in the content above"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/teamolab/deck-builder",
    "publisherUrl": "https://clawhub.ai/teamolab/deck-builder",
    "owner": "teamolab",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/deck-builder",
    "downloadUrl": "https://openagent3.xyz/downloads/deck-builder",
    "agentUrl": "https://openagent3.xyz/skills/deck-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/deck-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/deck-builder/agent.md"
  }
}