← 返回
内容创作 Key 中文

pi-ppt

Generate PPTs using services provided by PI (Presentation Intelligence).
使用PI(演示智能)服务生成PPT
xmcbbkad
内容创作 clawhub v1.0.9 3 版本 99789 Key: 需要
★ 2
Stars
📥 906
下载
💾 289
安装
3
版本
#latest

概述

Pi PPT Generation

Functionality

  1. Generate PPTs using the PI (Presentation Intelligence) API.

Setup

  1. API Key: Ensure the PIPPT_BASE_URL, PIPPT_APP_ID and PIPPT_APP_SECRET environment variables are set with your valid API key. You can obtain API key from the PI website: https://www.pi.inc/ .
  2. Environment: The API key should be available in the runtime environment.

Generate a PPT

Run the following script:

PIPPT_BASE_URL=xxx PIPPT_APP_ID=xxx PIPPT_APP_SECRET=xxx python3 scripts/generate_pi_ppt.py --content  --language --cards --file

Input arguments:

content(str, required): Topic and description, for example: "Create a PPT introducing Chinese GPU vendors in a formal business style."

cards(int, optional): Expected number of slides, for example 10. Default is 8. If you generate a PPT from an uploaded document, do not specify cards because the slide count is determined by the document content.

language(str, required): Target language of the PPT. 'zh' for Chinese, 'en' for English. Default is 'zh'.

file(str, optional): Path to the document to upload, for example: "/Users/jack/download/weekly_report_20250304.doc". Supported file types: .doc/.docx/.txt/.md/.pdf/.pptx/.ppt. Other file types are not supported. Only one document can be uploaded.

Complete command examples:

Generate from an uploaded document (slide count is determined by content, do not pass --cards):

PIPPT_BASE_URL=xxx PIPPT_APP_ID=xxx PIPPT_APP_SECRET=xxx python3 scripts/generate_pi_ppt.py \
  --content "Generate a well-structured business report PPT based on the attached document" \
  --language zh \
  --file "/Users/YourName/Documents/quarterly_review.docx"

Generate from a one-line prompt / topic (you can specify slide count):

PIPPT_BASE_URL=xxx PIPPT_APP_ID=xxx PIPPT_APP_SECRET=xxx python3 scripts/generate_pi_ppt.py \
  --content "Create a PPT introducing Chinese GPU vendors in a formal business style" \
  --language zh \
  --cards 10

Notes

  • Generating one PPT usually takes about 3-6 minutes. Please remind users to be patient.

版本历史

共 3 个版本

  • v1.0.9 当前
    2026-05-03 03:25 安全 安全
  • v1.0.0
    2026-03-31 18:34 安全 安全
  • v1.0.1
    2026-03-19 05:40

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,611
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,458
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,168