TikTok Carousel Creator for Openclaw

Transform simple topics into professional TikTok carousels with automated image sourcing, text overlays, and direct publishing.

oyi77
v1.3.0
Mar 6, 2026
0
161
1

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install tiktok-carousel-creator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install tiktok-carousel-creator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is TikTok Carousel Creator?

The TikTok Carousel Creator is a robust automation tool within the Openclaw Skills library designed to streamline social media content production. It integrates the Pexels API for high-quality vertical imagery, FFmpeg for professional-grade text rendering, and the PostBridge API for seamless publishing. This skill allows developers and creators to convert a single topic and hook into a fully formatted 9:16 slideshow ready for the TikTok algorithm.

By leveraging the power of Openclaw Skills, users can automate the tedious aspects of content creation—such as image searching, resizing, and text placement—ensuring every post follows modern engagement best practices. Whether you are building a brand or managing multiple niche accounts, this tool provides a programmatic approach to viral storytelling.

TikTok Carousel Creator Use Cases

  • Rapidly generating educational or motivational TikTok slideshows from text prompts.
  • Automating the sourcing of high-resolution, royalty-free vertical images for social media.
  • Creating consistent visual branding across carousels with standardized text overlays and layouts.
  • Scaling social media management workflows by batching project creation and cloud-based uploads.

How TikTok Carousel Creator Works

  1. The user provides a topic, a hook, and the desired number of slides via the command line.
  2. The skill utilizes the Pexels API to search for and download vertical images matching the specific theme.
  3. FFmpeg processes each image to ensure a native 1080x1920 resolution while applying high-contrast text overlays.
  4. Project metadata is stored locally, allowing users to review rendered slides before going live.
  5. Images are optionally uploaded to a hosting service like ImgBB to generate public URLs.
  6. The final carousel is published to TikTok through the PostBridge API integration.

TikTok Carousel Creator Setup

To get started with this skill among your Openclaw Skills collection, follow these steps:

# Install required Python dependencies
pip3 install Pillow

# Ensure FFmpeg is installed on your system
sudo apt update && sudo apt install ffmpeg

# Configure your environment variables
export PEXELS_API_KEY="your_pexels_api_key"
export POST_BRIDGE_API_KEY="your_postbridge_key"
export POST_BRIDGE_BASE_URL="https://api.post-bridge.com/v1"

TikTok Carousel Creator Data Schema & Taxonomy

The skill organizes content within the ~/.tiktok-slideshow/ directory using the following structure:

Folder Contents
images/ Raw assets downloaded from the Pexels API.
rendered/ Finalized 9:16 slides with text overlays applied.
projects/ JSON metadata and project logs for tracking creation history.
scripts/ Internal helper utilities for processing and uploads.

TikTok Carousel Creator Advanced Features

  • Multi-stage workflow involving Pexels, FFmpeg, and PostBridge for end-to-end automation.
  • Support for ImgBB hosting to provide permanent public URLs for social media platform ingestion.
  • Custom rendering engine capable of adding semi-transparent backgrounds and text outlines for maximum readability.
  • Project management CLI to list, review, and re-upload existing content pieces.
  • Full compatibility with the Openclaw Skills ecosystem for modular AI agent workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*