Install
openclaw skills install ai-ppt-generator-1-1-4Generate PPT with Baidu AI. Smart template selection based on content.
openclaw skills install ai-ppt-generator-1-1-4Generate PPT using Baidu AI with intelligent template selection.
ppt_theme_list.py → User picks → Use generate_ppt.py with chosen tpl_id and real style_idrandom_ppt_theme.py (auto-selects appropriate template based on topic content)random_ppt_theme.py analyzes the topic and suggests appropriate template:
scripts/ppt_theme_list.py - List all available templates with style_id and tpl_idscripts/random_ppt_theme.py - Smart template selection + generate PPTscripts/generate_ppt.py - Generate PPT with specific template (uses real style_id and tpl_id from API)# List all templates with IDs
python3 scripts/ppt_theme_list.py
# Smart automatic selection (recommended for most users)
python3 scripts/random_ppt_theme.py --query "人工智能发展趋势报告"
# Specific template with proper style_id
python3 scripts/generate_ppt.py --query "儿童英语课件" --tpl_id 106
# Specific template with auto-suggested category
python3 scripts/random_ppt_theme.py --query "企业年度总结" --category "企业商务"
ppt_theme_list.py to show available templatesgenerate_ppt.py --query "TOPIC" --tpl_id IDrandom_ppt_theme.py --query "TOPIC"is_end: true to get final PPT URLDuring generation:
{"status": "PPT生成中", "run_time": 45}
Final result:
{
"status": "PPT导出结束",
"is_end": true,
"data": {"ppt_url": "https://image0.bj.bcebos.com/...ppt"}
}
is_end: true before considering complete