openclaw-ai-ppt-generator
Installation
SKILL.md
AI PPT Generation
Using user input topic/query, generate a high-quality PPT download URL via Baidu AI's streaming API.
Important: Streaming Timeout Behavior
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:
- The agent must wait for the full stream until
is_end: trueis received - Do NOT rely on immediate completion – monitor the streaming response
- If timeout occurs, the skill will appear to fail even though generation continues server-side
Workflow
- Execute
scripts/generate_ppt.pywith user query - Wait for streaming completion (2+ minutes typical)
- Return final PPT URL when
is_end: truereceived