{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dragon-ppt-maker",
    "name": "PPT制作",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dragon015/dragon-ppt-maker",
    "canonicalUrl": "https://clawhub.ai/dragon015/dragon-ppt-maker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dragon-ppt-maker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dragon-ppt-maker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "ppt_maker.py",
      "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/dragon-ppt-maker"
    },
    "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/dragon-ppt-maker",
    "agentPageUrl": "https://openagent3.xyz/skills/dragon-ppt-maker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dragon-ppt-maker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dragon-ppt-maker/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": "ppt-maker",
        "body": "使用 python-pptx 制作精美PPT，支持科技风设计、图文混排、HTML内容嵌入。"
      },
      {
        "title": "功能",
        "body": "🎨 科技风UI设计\n📊 多种布局：标题页、内容页、特性网格、对比页\n🖼️ 支持插入图片\n🔗 支持HTML内容（通过截图或链接）"
      },
      {
        "title": "安装依赖",
        "body": "pip install python-pptx pillow"
      },
      {
        "title": "命令行",
        "body": "python ppt_maker.py --title \"演示标题\" --content \"内容1|内容2|内容3\" --output demo.pptx"
      },
      {
        "title": "Python API",
        "body": "from ppt_maker import PresentationBuilder\n\nbuilder = PresentationBuilder()\nbuilder.add_title_slide(\"标题\", \"副标题\")\nbuilder.add_content_slide(\"章节标题\", [\"要点1\", \"要点2\", \"要点3\"])\nbuilder.add_feature_grid([(\"特性1\", \"描述1\"), (\"特性2\", \"描述2\")])\nbuilder.save(\"output.pptx\")"
      },
      {
        "title": "示例：OpenClaw 介绍",
        "body": "from ppt_maker import PresentationBuilder, Theme\n\nprs = PresentationBuilder(theme=Theme.TECH)\n\n# 封面\nprs.add_title_slide(\"OpenClaw\", \"您的跨平台AI个人助理\")\n\n# 内容页\nprs.add_content_slide(\"什么是 OpenClaw?\", [\n    \"开源免费的自托管 AI 网关\",\n    \"连接 WhatsApp、Telegram、Discord 等多平台\",\n    \"数据完全掌控在自己手中\"\n], icon=\"🤖\")\n\n# 特性网格\nprs.add_feature_grid([\n    (\"多通道网关\", \"一个 Gateway 同时连接多个平台\"),\n    (\"插件扩展\", \"支持 Mattermost 等更多插件\"),\n    (\"多 Agent 路由\", \"隔离的会话空间\"),\n    (\"移动节点\", \"配对 iOS/Android 设备\")\n])\n\n# 保存\nprs.save(\"OpenClaw介绍.pptx\")"
      },
      {
        "title": "主题",
        "body": "Theme.TECH - 科技风（深蓝+青色）\nTheme.MODERN - 现代简约（黑白灰）\nTheme.CORPORATE - 企业风格（蓝+白）"
      }
    ],
    "body": "ppt-maker\n\n使用 python-pptx 制作精美PPT，支持科技风设计、图文混排、HTML内容嵌入。\n\n功能\n🎨 科技风UI设计\n📊 多种布局：标题页、内容页、特性网格、对比页\n🖼️ 支持插入图片\n🔗 支持HTML内容（通过截图或链接）\n安装依赖\npip install python-pptx pillow\n\n使用方法\n命令行\npython ppt_maker.py --title \"演示标题\" --content \"内容1|内容2|内容3\" --output demo.pptx\n\nPython API\nfrom ppt_maker import PresentationBuilder\n\nbuilder = PresentationBuilder()\nbuilder.add_title_slide(\"标题\", \"副标题\")\nbuilder.add_content_slide(\"章节标题\", [\"要点1\", \"要点2\", \"要点3\"])\nbuilder.add_feature_grid([(\"特性1\", \"描述1\"), (\"特性2\", \"描述2\")])\nbuilder.save(\"output.pptx\")\n\n示例：OpenClaw 介绍\nfrom ppt_maker import PresentationBuilder, Theme\n\nprs = PresentationBuilder(theme=Theme.TECH)\n\n# 封面\nprs.add_title_slide(\"OpenClaw\", \"您的跨平台AI个人助理\")\n\n# 内容页\nprs.add_content_slide(\"什么是 OpenClaw?\", [\n    \"开源免费的自托管 AI 网关\",\n    \"连接 WhatsApp、Telegram、Discord 等多平台\",\n    \"数据完全掌控在自己手中\"\n], icon=\"🤖\")\n\n# 特性网格\nprs.add_feature_grid([\n    (\"多通道网关\", \"一个 Gateway 同时连接多个平台\"),\n    (\"插件扩展\", \"支持 Mattermost 等更多插件\"),\n    (\"多 Agent 路由\", \"隔离的会话空间\"),\n    (\"移动节点\", \"配对 iOS/Android 设备\")\n])\n\n# 保存\nprs.save(\"OpenClaw介绍.pptx\")\n\n主题\nTheme.TECH - 科技风（深蓝+青色）\nTheme.MODERN - 现代简约（黑白灰）\nTheme.CORPORATE - 企业风格（蓝+白）"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dragon015/dragon-ppt-maker",
    "publisherUrl": "https://clawhub.ai/dragon015/dragon-ppt-maker",
    "owner": "dragon015",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dragon-ppt-maker",
    "downloadUrl": "https://openagent3.xyz/downloads/dragon-ppt-maker",
    "agentUrl": "https://openagent3.xyz/skills/dragon-ppt-maker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dragon-ppt-maker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dragon-ppt-maker/agent.md"
  }
}