Generate PPT with SkillBoss API Hub. Smart template selection based on content.
Generate PPT using SkillBoss API Hub 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://...ppt"}
}
is_end: true before considering complete