Ppt Outline

Free online PPT outline generator. Includes20+ industry templates, auto-generates structured presentation outline, pure frontend.

Uso

Características

  • 10 种场景模板(创业/汇报/答辩/销售/培训/技术等)
  • 根据时长自动估算每页时间分配
  • 输出 Markdown 大纲,可直接复制到 PPT/Keynote
  • 包含:开场 → 主体 → 数据/案例 → 总结 → Q&A

Casos de uso

  • 日常汇报/路演准备/教学准备
  • 本工具是启发式大纲生成,非 LLM

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/ppt_outline/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/ppt_outline/schema.json

// Step 2: 在浏览器中执行工具逻辑
// PPT 大纲 在工具页 JS 中实现