← 返回
内容创作 Key 中文

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.
利用NVIDIA FLUX和Postiz,自动生成并发布包含热门吸睛点和图片的6页TikTok幻灯片,图片关联您的联盟营销文章。
sonnenberglauramarie-afk
内容创作 clawhub v1.0.0 1 版本 99879.7 Key: 需要
★ 0
Stars
📥 830
下载
💾 31
安装
1
版本
#latest

概述

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

  1. Research — Identifies viral hooks and trending topics in your niche
  2. Ideation — Creates 6-slide concepts linked to your affiliate articles
  3. Image Generation — Generates 6 consistent images via NVIDIA FLUX (free tier)
  4. Text Overlay — Adds hook text (Slide 1) + subtitles to each image
  5. Posting — Uploads as draft/scheduled post to TikTok via Postiz (self-hosted)
  6. 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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 18:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,513
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,221
developer-tools

QMD — Quality Markdown Formatter

sonnenberglauramarie-afk
本地搜索/索引命令行工具(BM25 + 向量 + 重新排序),支持 MCP 模式
★ 0 📥 635