Automate the creation, editing, and management of professional PowerPoint presentations from text or documents using the SlideSpeak API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install slidespeak
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install slidespeak using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SlideSpeak is a specialized integration designed for Openclaw Skills that allows AI agents to interface directly with the SlideSpeak API to produce high-quality PowerPoint presentations. This skill transforms raw text, markdown, or uploaded documents like PDFs and Word files into structured, visually appealing slide decks in minutes. It is particularly valuable for developers building agents that need to summarize research or data into a presentable format.
By incorporating this skill into your workflow, you enable your agent to handle the entire presentation lifecycle—from initial content generation and image fetching to granular slide editing. Whether you are creating a quick summary or a detailed branded deck, this tool brings professional presentation capabilities to the Openclaw Skills ecosystem.
To get started with this skill, you must obtain an API key from the SlideSpeak developer settings. Once you have the key, configure your environment as follows:
# Set the mandatory environment variable
export SLIDESPEAK_API_KEY="your_api_key_here"
# Generate a basic 5-slide presentation to test the connection
node scripts/slidespeak.mjs generate --text "The impact of Openclaw Skills on AI automation" --length 5
The skill manages presentation data using specific identifiers and metadata to ensure consistency across the Openclaw Skills framework:
| Property | Description |
|---|---|
| task_id | A unique identifier for tracking the background generation process. |
| request_id | Used to fetch the final .pptx download link after generation is complete. |
| document_uuid | The reference ID for files uploaded (PDF, DOCX, etc.) to be used as sources. |
| presentation_id | The persistent ID for an existing presentation used during the editing process. |
| layout | Defines the slide structure (e.g., title, bullets, image_right). |
Loading
A high-performance integration for Openclaw Skills that enables interaction with xAI's Grok models for advanced reasoning and real-time information retrieval.

A dedicated skill for querying Supabase project analytics, user signups, and database metadata directly through your AI agent.

A cross-platform skill allowing AI agents to control Spotify playback, search tracks, and analyze listening history via the official Web API.

Search X is a real-time Twitter search tool powered by Grok-4 that allows AI agents to find tweets, trends, and discussions with verified citations.

Efficiently manage reverse proxy hosts and automated SSL termination using Nginx Proxy Manager.

A comprehensive AI-driven development workflow that uses a Project Manager and Builder architecture to automate coding tasks from requirements to GitHub delivery.








































