Install
openclaw skills install larry-tiktok-agentClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Automatically creates and schedules 6-slide TikTok slideshows with trending hooks and images linked to your affiliate articles using NVIDIA FLUX and Postiz.
openclaw skills install larry-tiktok-agentAutomatically generates and posts TikTok slideshows for affiliate content sites. Inspired by the "Larry" viral slideshow format (8M views in one week).
# 1. Copy and fill config
cp ~/.openclaw/skills/larry/config.example.json ~/.openclaw/skills/larry/config.json
# Edit config.json with your API keys and portal details
# 2. Install Python dependencies
pip3 install pillow requests
# 3. Smoke test (no API calls)
python3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --dry-run
{
"nvidia_api_key": "nvapi-...",
"postiz_api_key": "...",
"postiz_base_url": "http://localhost:4007/api",
"image_model": "flux.1-schnell",
"slides_per_post": 6,
"posts_per_day": 2,
"post_times": ["09:00", "18:00"],
"portals": {
"my-portal": {
"tiktok_account_id": "POSTIZ_INTEGRATION_ID",
"niche": "Your Niche (e.g. Sauna & Wellness)",
"site_url": "https://yoursite.com",
"amazon_tag": "yourtag-21",
"style": "brief visual style description for image generation",
"hashtags": ["#tag1", "#tag2", "#tag3"]
}
}
}
# Manual single post:
"Larry, create a TikTok post for [portal] about [topic]"
# Autonomous mode (via cron):
python3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --auto
# Dry run (generate slides, don't post):
python3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --dry-run
All posts logged to ~/.openclaw/skills/larry/logs/performance.json.
Larry adapts: high-performing hook formulas → more of those, poor ones → phased out.