# Send Larry — Autonomous TikTok Slideshow Agent to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "larry-tiktok-agent",
    "name": "Larry — Autonomous TikTok Slideshow Agent",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/sonnenberglauramarie-afk/larry-tiktok-agent",
    "canonicalUrl": "https://clawhub.ai/sonnenberglauramarie-afk/larry-tiktok-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/larry-tiktok-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=larry-tiktok-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "config.example.json",
      "config.json",
      "logs/used_topics.json",
      "queue/saunamagie_20260228_1526_draft.json",
      "queue/saunamagie_20260228_1616_draft.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "larry-tiktok-agent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T06:36:37.984Z",
      "expiresAt": "2026-05-07T06:36:37.984Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=larry-tiktok-agent",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=larry-tiktok-agent",
        "contentDisposition": "attachment; filename=\"larry-tiktok-agent-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "larry-tiktok-agent"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/larry-tiktok-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/larry-tiktok-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/larry-tiktok-agent",
    "agentUrl": "https://openagent3.xyz/skills/larry-tiktok-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/larry-tiktok-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/larry-tiktok-agent/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sonnenberglauramarie-afk
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T06:36:37.984Z
- Expires at: 2026-05-07T06:36:37.984Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/larry-tiktok-agent)
- [Send to Agent page](https://openagent3.xyz/skills/larry-tiktok-agent/agent)
- [JSON manifest](https://openagent3.xyz/skills/larry-tiktok-agent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/larry-tiktok-agent/agent.md)
- [Download page](https://openagent3.xyz/downloads/larry-tiktok-agent)