tiktok-slideshow
Creates TikTok image carousels (slideshows with text overlays on photos) via the ViralBaby API. Use when the user wants to: create TikTok slideshows or carousels, find/search for background images for social media content, post or upload slideshow content to TikTok, edit slide text, or manage image collections for content creation. Do NOT use for: general TikTok account management, TikTok analytics or metrics, video editing or video creation (this is for photo slideshows only), non-TikTok social media platforms, or any task unrelated to creating visual slideshow content for TikTok.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aryanbhasin/tiktok-slideshowWhat This Skill Does
The tiktok-slideshow skill acts as a bridge between the OpenClaw agent and the ViralBaby API, allowing users to programmatically generate, edit, and manage TikTok image carousels. It handles the complete lifecycle of a content creation workflow, starting from authentication, retrieving user-specific branding preferences, searching for media, and organizing slide decks with text overlays. The skill is designed to streamline the production of viral-style photo carousels by automating the technical heavy lifting of interacting with the ViralBaby API, ensuring that the generated content aligns with the user's defined tone and product niche.
Installation
To integrate this functionality into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aryanbhasin/tiktok-slideshow
Ensure that you have your environment variables for authentication ready. Upon successful installation, the skill will guide you through the process of setting your $VB_KEY and $VB_PASSWORD to ensure persistent access to the API endpoints.
Use Cases
This skill is ideal for content creators, social media managers, and digital marketers. Use it to:
- Rapidly prototype multiple TikTok slideshow concepts for a product launch.
- Manage consistent branding by storing and retrieving 'style' and 'product_info' preferences.
- Automate the bulk generation of image-based carousels for routine updates.
- Update text overlays on specific slides to test different hooks and CTAs.
Example Prompts
- "Look up my current business preferences and create a 5-slide carousel about my new organic face wash, using a 'casual' tone style."
- "Search for high-quality background images of minimalist home offices and add them to my current project draft in positions 1 through 3."
- "Change the text on slide 2 of my current draft to say 'Link in bio for 20% off' and push it to my TikTok drafts."
Tips & Limitations
- 1-Based Indexing: Always remember that the ViralBaby API uses 1-based indexing. When referring to slides or images, do not use 0.
- Auth Priority: Always check your
$VB_KEYbefore attempting to log in. Saving your key as an environment variable is mandatory to avoid repeated authentication cycles. - Non-Video Only: This skill is strictly for image carousels. It will not generate or edit actual video files or handle general TikTok account analytics. Ensure your request scope is limited to visual slideshow content.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aryanbhasin-tiktok-slideshow": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api