Larry — Autonomous TikTok Slideshow Agent
/install larry-tiktok-agent
Larry — Autonomous TikTok Slideshow Agent
Automatically generates and posts TikTok slideshows for affiliate content sites. Inspired by the "Larry" viral slideshow format (8M views in one week).
What this skill does
- Research — Identifies viral hooks and trending topics in your niche
- Ideation — Creates 6-slide concepts linked to your affiliate articles
- Image Generation — Generates 6 consistent images via NVIDIA FLUX (free tier)
- Text Overlay — Adds hook text (Slide 1) + subtitles to each image
- Posting — Uploads as draft/scheduled post to TikTok via Postiz (self-hosted)
- Learning — Logs performance data, adapts hook formulas over time
Requirements
- Postiz self-hosted (free) or Postiz cloud
- NVIDIA API key (free tier at build.nvidia.com — includes FLUX image generation)
- TikTok account(s) connected via Postiz
Setup
# 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
Config
{
"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"]
}
}
}
Usage
# 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
Slide Format (TikTok sweet spot)
- 6 slides exactly
- Slide 1: Large hook text + background image
- Slides 2–5: Tips / facts / content
- Slide 6: CTA → "Link in Bio" → article on your site
- Caption: Story-style, natural mention of site, max 5 hashtags
- Image style: realistic lifestyle photography look
Cost
- Image generation: €0 (NVIDIA free tier, FLUX.1-schnell)
- Postiz self-hosted: €0 (Docker, runs locally)
- 2 posts/day × 30 days = €0/month running cost
Performance Tracking
All posts logged to ~/.openclaw/skills/larry/logs/performance.json.
Larry adapts: high-performing hook formulas → more of those, poor ones → phased out.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install larry-tiktok-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/larry-tiktok-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Larry — Autonomous TikTok Slideshow Agent 是什么?
Automatically creates and schedules 6-slide TikTok slideshows with trending hooks and images linked to your affiliate articles using NVIDIA FLUX and Postiz. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 488 次。
如何安装 Larry — Autonomous TikTok Slideshow Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install larry-tiktok-agent」即可一键安装,无需额外配置。
Larry — Autonomous TikTok Slideshow Agent 是免费的吗?
是的,Larry — Autonomous TikTok Slideshow Agent 完全免费(开源免费),可自由下载、安装和使用。
Larry — Autonomous TikTok Slideshow Agent 支持哪些平台?
Larry — Autonomous TikTok Slideshow Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Larry — Autonomous TikTok Slideshow Agent?
由 sonnenberglauramarie-afk(@sonnenberglauramarie-afk)开发并维护,当前版本 v1.0.0。