# Send Ppt Generator 1 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ppt-generator-1",
    "name": "Ppt Generator 1",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/sunerw-dev/ppt-generator-1",
    "canonicalUrl": "https://clawhub.ai/sunerw-dev/ppt-generator-1",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ppt-generator-1",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ppt-generator-1",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "agents/openai.yaml",
      "assets/template.html",
      "references/design-spec.md",
      "references/slide-types.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ppt-generator-1",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T22:06:26.057Z",
      "expiresAt": "2026-05-07T22:06:26.057Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ppt-generator-1",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ppt-generator-1",
        "contentDisposition": "attachment; filename=\"ppt-generator-1-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ppt-generator-1"
      },
      "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/ppt-generator-1"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ppt-generator-1",
    "downloadUrl": "https://openagent3.xyz/downloads/ppt-generator-1",
    "agentUrl": "https://openagent3.xyz/skills/ppt-generator-1/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ppt-generator-1/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ppt-generator-1/agent.md"
  }
}
```
## Documentation

### PPT Generator

将讲稿转换为乔布斯风极简科技感竖屏HTML演示稿。

### 设计哲学

极简主义 - 一屏只讲一件事
强视觉对比 - 深色背景 + 白色文字
高留白 - 禁止密集排版
强节奏感 - 让观众想继续看

### Step 1: 读取讲稿

读取用户原始讲稿，不修改原稿内容。

### Step 2: 生成提炼版讲稿

将内容精简、增强冲击力、适配演示场景，输出 Markdown 格式。

### Step 3: 生成乔布斯风标题

为每个章节生成标题，必须满足：

≤12 字
采用以下形式之一：对比式、问题式、断言式、数字式、比喻式
自检：是否让人想继续听？

### Step 4: 设计幻灯片结构

规划页面顺序和类型，参考 references/slide-types.md。

### Step 5: 生成HTML

使用 assets/template.html 作为基础模板生成完整HTML。

### Step 6: 填充内容

添加动态背景光斑、交互逻辑、平滑切换动画。

### 输出顺序（必须依次输出）

提炼后的讲稿（Markdown）
幻灯片结构大纲
完整HTML代码

### 视觉规范速查

项目规范比例9:16 竖屏背景#000000 或 #0a0a0a + 模糊光斑动画主文字#ffffff辅助文字#9ca3af中文字体HarmonyOS Sans SC / 思源黑体英文字体Inter / Roboto标题字重font-black / font-bold正文字重font-light / font-normal

详细规范见 references/design-spec.md。

### 交互要求

键盘 ← → 翻页
底部进度导航条
平滑切换动画

### 技术栈

TailwindCSS（国内CDN）
复杂页面使用 Vue3（CDN）
单个HTML文件，可直接打开运行

### 严禁行为

堆字 / 密集排版
花哨配色
复杂图表
横屏比例
偏离极简科技风

### 默认规则

未指定页数：自动生成 8~20 页
未指定风格：默认乔布斯风
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sunerw-dev
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T22:06:26.057Z
- Expires at: 2026-05-07T22:06:26.057Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ppt-generator-1)
- [Send to Agent page](https://openagent3.xyz/skills/ppt-generator-1/agent)
- [JSON manifest](https://openagent3.xyz/skills/ppt-generator-1/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ppt-generator-1/agent.md)
- [Download page](https://openagent3.xyz/downloads/ppt-generator-1)