LaunchKit · 2026
Back to Skills

2slides-skills

AI-powered presentation generation using 2slides API.

0
1.1k downloads
by @javainthinking

Setup & Installation

openclaw skills install @javainthinking/2slides-skills

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install 2slides-skills

What This Skill Does

Generates presentations via the 2slides API from text content, reference images, or uploaded documents. Supports theme selection, multilingual output, voice narration, and both sync and async generation modes.

Handles content-based, image-matched, and document-sourced slide generation through one API without requiring a separate design tool.

When to use it

  • Turn a bullet-point outline into a shareable slide deck
  • Generate slides styled after an existing brand or template image
  • Summarize a PDF or DOCX document into a presentation
  • Add AI voice narration to a generated slide deck
  • Export slide pages as PNG images for use in other tools

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a presentation about Q4 sales results with a professional theme

AGENT
  1. 1Search for a matching theme using search_themes.py with query 'professional'
  2. 2Structure the Q4 sales content into titled sections with bullet points
  3. 3Call generate_slides.py with the structured content and selected theme ID
  4. 4Return slideUrl and pdfUrl from the completed job response
OUTPUT

An interactive slide URL at 2slides.com and a PDF download link delivered to the user

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SLIDES_2SLIDES_API_KEY environment variable2slides account (sign up at 2slides.com/api)2slides credits (500 free on signup; additional credits purchasable at 2slides.com/pricing)