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:

  1. The agent must wait for the full stream until is_end: true is received
  2. Do NOT rely on immediate completion – monitor the streaming response
  3. If timeout occurs, the skill will appear to fail even though generation continues server-side

Workflow

  1. Execute scripts/generate_ppt.py with user query
  2. Wait for streaming completion (2+ minutes typical)
  3. Return final PPT URL when is_end: true received
Installs
First Seen
openclaw-ai-ppt-generator — smithery/ai