with one click
ai-ppt-generator
The awesome PPT format generation tool provided by baidu.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
The awesome PPT format generation tool provided by baidu.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | ai-ppt-generator |
| description | The awesome PPT format generation tool provided by baidu. |
| metadata | {"openclaw":{"emoji":"📑","requires":{"bins":["python3"],"env":["BAIDU_API_KEY"]},"primaryEnv":"BAIDU_API_KEY"}} |
Using user input topic/query, generate a high-quality PPT download URL via Baidu AI's streaming API.
This skill uses streaming HTTP requests that can take 2+ minutes to complete. OpenClaw has default timeouts that may interrupt the stream before completion.
To ensure successful generation:
is_end: true is receivedscripts/generate_ppt.py with user queryis_end: true receivedSuccessful completion returns:
{
"status": "PPT导出结束",
"show_msg": "PPT导出成功",
"is_end": true,
"data": {
"ppt_url": "https://...ppt"
}
}
During generation, you'll see interim {"status": "..."} messages.
python3 scripts/generate_ppt.py --query "经济总结报告ppt"
When using this skill:
is_end: true