name: ai-ppt-generate description: The intelligent PPT generation tool is provided by Baidu. It is a tool that intelligently generates PPTS based on the themes or questions given by users. Users can choose PPT themes, templates, or even customize their own templates. It also provides image or resource files (such as pdf,word,txt, etc.). The download address for the final generated PPT file is provided metadata: { "openclaw": { "emoji": "📑", "requires": { "bins": ["python"] } } }
This skill allows OpenClaw agents to generate ppt file, Based solely on the theme provided by the user, if possible, pictures or resource files can be provided, this tool can help generate perfect PPT files.
| name | path | description |
|---|---|---|
| PPTThemeQuery | /v2/tools/ai_ppt/get_ppt_theme | Query the built-in list of PPT themes and templates |
| PPTOutlineGenerate | /v2/tools/ai_ppt/generate_outline | Generate a PPT outline based on the provided theme, template ID, style ID, etc |
| PPTGenerate | /v2/tools/ai_ppt/generate_ppt_by_outline | Generate a PPT file url based on the provided ppt outline |
scripts/ppt_theme_list.pyscripts/ppt_outline_generate.pyscripts/ppt_generate.pyno parameters
BAIDU_API_KEY=xxx python3 scripts/ppt_theme_list.py
query: ppt title or user query(required)resource_url: the url of the resource file, such as pdf, word, txt, etc.page_range: the page range of the ppt file, just include enumerations, 1-10、11-20、21-30、31-40、40+layout: the layout of the ppt file, optional values: 1,2 (1: Minimalist mode, 2: Professional Mode)language_option: the language option of the ppt file, optional values: zh, en (zh: Chinese, en: English)gen_mode: the generation mode of the ppt, optional values: 1,2 (1: Intelligent touch-ups, 2: Creative Mode)BAIDU_API_KEY=xxx python3 scripts/ppt_outline_generate.py --query "generate a ppt about the future of AI"
query_id: query id from PPTOutlineGenerate API return(required)chat_id: chat id from PPTOutlineGenerate API return(required)outline: ppt outline from PPTOutlineGenerate API return,must be in markdown format.Users can make appropriate modifications to the content, adding, modifying or deleting parts of the outline.(required)query: user orgin query(required)title: ppt title from PPTOutlineGenerate API return(required)style_id: ppt stype id from PPTThemeQuery API return(required)tpl_id: ppt template id from PPTThemeQuery API return(required)resource_url: the url of the resource file, such as pdf, word, txt, etc.custom_tpl_url: The path of the user-defined PPT template must be downloadablegen_mode: the generation mode of the ppt, optional values: 1,2 (1: Intelligent touch-ups, 2: Creative Mode)ai_info: Information on whether to use AI-generated PPT on the last page of the generated PPTBAIDU_API_KEY=xxx python3 scripts/ppt_generate.py --query_id "xxx" --chat_id "xxx" ...
这个PPT生成工具质量中等偏上,能根据主题快速生成专业PPT。优点是文档清晰、流程完整、使用灵活;不足是对普通用户不够友好,需要配置API密钥和环境,且缺少图形化界面。对于有技术背景的用户来说,这是一个高效的工具;但对于普通用户,存在一定的使用门槛。