con un clic
ai-ppt-generator
The awesome PPT format generation tool provided by baidu.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
The awesome PPT format generation tool provided by baidu.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| 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