An AI-driven skill for creating professional slide decks and presentations from various inputs like text, images, or documents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 2slides-skills
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 2slides-skills using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
2slides is a powerful AI tool designed to automate the creation of professional presentations. As part of the Openclaw Skills ecosystem, it allows developers and AI agents to generate slide decks directly from text prompts, match the visual style of reference images, or summarize long documents into concise presentations. It supports multiple languages and offers high-resolution output options up to 4K, making it a versatile addition to any workflow.
This tool bridges the gap between raw data and visual communication by leveraging advanced LLMs to structure content logically while applying aesthetic themes. Whether you are building a quick pitch deck or a detailed technical report, this integration within the Openclaw Skills library ensures high-quality results with minimal manual effort.
To get started with this skill in the Openclaw Skills framework, you must first obtain an API key from the 2slides website. Once you have your key, set it as an environment variable in your terminal:
export SLIDES_2SLIDES_API_KEY="your_api_key_here"
You can then run generation scripts or configure the MCP server for your favorite AI IDE. For MCP usage, add the following to your configuration:
{
"mcpServers": {
"2slides": {
"url": "https://2slides.com/api/mcp?apikey=YOUR_API_KEY"
}
}
}
The skill manages data through job IDs and specific file formats for exports. Below is the taxonomy for data returned by the Openclaw Skills integration:
| Attribute | Type | Description |
|---|---|---|
| jobId | String | Unique UUID for tracking generation progress and adding narration. |
| slideUrl | URL | Interactive web link to view and edit the generated slides online. |
| pdfUrl | URL | Direct download link for the PDF version (valid for 1 hour). |
| archive | ZIP | A package containing PNG slide pages, WAV audio files, and text transcripts. |
| credits | Integer | Cost per page ranging from 10 (Fast PPT) to 200 (4K Nano Banana). |
Loading
A comprehensive interface for AI agents to interact with the Holded ERP platform using the holdedcli tool.

A specialized management skill for AI agents to delegate, track, and review work across organizational hierarchies.

A technical skill allowing AI agents to autonomously manage their task lifecycle, update statuses, and document work progress.

OctoMail is a specialized JSON API that provides AI agents with their own email addresses to handle automated messaging and inbox management.

A specialized tool for validating Chinese mobile phone numbers and retrieving carrier and geographic metadata via the apipick API.

Rapidly fetch verified financial data and public company facts using stock tickers or SEC CIK numbers.








































