{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/larry-tiktok-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=larry-tiktok-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "config.example.json",
      "config.json",
      "logs/used_topics.json",
      "queue/saunamagie_20260228_1526_draft.json",
      "queue/saunamagie_20260228_1616_draft.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/larry-tiktok-agent",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Larry — Autonomous TikTok Slideshow Agent",
        "body": "Automatically generates and posts TikTok slideshows for affiliate content sites.\nInspired by the \"Larry\" viral slideshow format (8M views in one week)."
      },
      {
        "title": "What this skill does",
        "body": "Research — Identifies viral hooks and trending topics in your niche\nIdeation — Creates 6-slide concepts linked to your affiliate articles\nImage Generation — Generates 6 consistent images via NVIDIA FLUX (free tier)\nText Overlay — Adds hook text (Slide 1) + subtitles to each image\nPosting — Uploads as draft/scheduled post to TikTok via Postiz (self-hosted)\nLearning — Logs performance data, adapts hook formulas over time"
      },
      {
        "title": "Requirements",
        "body": "Postiz self-hosted (free) or Postiz cloud\nNVIDIA API key (free tier at build.nvidia.com — includes FLUX image generation)\nTikTok account(s) connected via Postiz"
      },
      {
        "title": "Setup",
        "body": "# 1. Copy and fill config\ncp ~/.openclaw/skills/larry/config.example.json ~/.openclaw/skills/larry/config.json\n# Edit config.json with your API keys and portal details\n\n# 2. Install Python dependencies\npip3 install pillow requests\n\n# 3. Smoke test (no API calls)\npython3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --dry-run"
      },
      {
        "title": "Config",
        "body": "{\n  \"nvidia_api_key\": \"nvapi-...\",\n  \"postiz_api_key\": \"...\",\n  \"postiz_base_url\": \"http://localhost:4007/api\",\n  \"image_model\": \"flux.1-schnell\",\n  \"slides_per_post\": 6,\n  \"posts_per_day\": 2,\n  \"post_times\": [\"09:00\", \"18:00\"],\n  \"portals\": {\n    \"my-portal\": {\n      \"tiktok_account_id\": \"POSTIZ_INTEGRATION_ID\",\n      \"niche\": \"Your Niche (e.g. Sauna & Wellness)\",\n      \"site_url\": \"https://yoursite.com\",\n      \"amazon_tag\": \"yourtag-21\",\n      \"style\": \"brief visual style description for image generation\",\n      \"hashtags\": [\"#tag1\", \"#tag2\", \"#tag3\"]\n    }\n  }\n}"
      },
      {
        "title": "Usage",
        "body": "# Manual single post:\n\"Larry, create a TikTok post for [portal] about [topic]\"\n\n# Autonomous mode (via cron):\npython3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --auto\n\n# Dry run (generate slides, don't post):\npython3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --dry-run"
      },
      {
        "title": "Slide Format (TikTok sweet spot)",
        "body": "6 slides exactly\nSlide 1: Large hook text + background image\nSlides 2–5: Tips / facts / content\nSlide 6: CTA → \"Link in Bio\" → article on your site\nCaption: Story-style, natural mention of site, max 5 hashtags\nImage style: realistic lifestyle photography look"
      },
      {
        "title": "Cost",
        "body": "Image generation: €0 (NVIDIA free tier, FLUX.1-schnell)\nPostiz self-hosted: €0 (Docker, runs locally)\n2 posts/day × 30 days = €0/month running cost"
      },
      {
        "title": "Performance Tracking",
        "body": "All posts logged to ~/.openclaw/skills/larry/logs/performance.json.\nLarry adapts: high-performing hook formulas → more of those, poor ones → phased out."
      }
    ],
    "body": "Larry — Autonomous TikTok Slideshow Agent\n\nAutomatically generates and posts TikTok slideshows for affiliate content sites. Inspired by the \"Larry\" viral slideshow format (8M views in one week).\n\nWhat this skill does\nResearch — Identifies viral hooks and trending topics in your niche\nIdeation — Creates 6-slide concepts linked to your affiliate articles\nImage Generation — Generates 6 consistent images via NVIDIA FLUX (free tier)\nText Overlay — Adds hook text (Slide 1) + subtitles to each image\nPosting — Uploads as draft/scheduled post to TikTok via Postiz (self-hosted)\nLearning — Logs performance data, adapts hook formulas over time\nRequirements\nPostiz self-hosted (free) or Postiz cloud\nNVIDIA API key (free tier at build.nvidia.com — includes FLUX image generation)\nTikTok account(s) connected via Postiz\nSetup\n# 1. Copy and fill config\ncp ~/.openclaw/skills/larry/config.example.json ~/.openclaw/skills/larry/config.json\n# Edit config.json with your API keys and portal details\n\n# 2. Install Python dependencies\npip3 install pillow requests\n\n# 3. Smoke test (no API calls)\npython3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --dry-run\n\nConfig\n{\n  \"nvidia_api_key\": \"nvapi-...\",\n  \"postiz_api_key\": \"...\",\n  \"postiz_base_url\": \"http://localhost:4007/api\",\n  \"image_model\": \"flux.1-schnell\",\n  \"slides_per_post\": 6,\n  \"posts_per_day\": 2,\n  \"post_times\": [\"09:00\", \"18:00\"],\n  \"portals\": {\n    \"my-portal\": {\n      \"tiktok_account_id\": \"POSTIZ_INTEGRATION_ID\",\n      \"niche\": \"Your Niche (e.g. Sauna & Wellness)\",\n      \"site_url\": \"https://yoursite.com\",\n      \"amazon_tag\": \"yourtag-21\",\n      \"style\": \"brief visual style description for image generation\",\n      \"hashtags\": [\"#tag1\", \"#tag2\", \"#tag3\"]\n    }\n  }\n}\n\nUsage\n# Manual single post:\n\"Larry, create a TikTok post for [portal] about [topic]\"\n\n# Autonomous mode (via cron):\npython3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --auto\n\n# Dry run (generate slides, don't post):\npython3 ~/.openclaw/skills/larry/scripts/larry.py --portal my-portal --dry-run\n\nSlide Format (TikTok sweet spot)\n6 slides exactly\nSlide 1: Large hook text + background image\nSlides 2–5: Tips / facts / content\nSlide 6: CTA → \"Link in Bio\" → article on your site\nCaption: Story-style, natural mention of site, max 5 hashtags\nImage style: realistic lifestyle photography look\nCost\nImage generation: €0 (NVIDIA free tier, FLUX.1-schnell)\nPostiz self-hosted: €0 (Docker, runs locally)\n2 posts/day × 30 days = €0/month running cost\nPerformance Tracking\n\nAll posts logged to ~/.openclaw/skills/larry/logs/performance.json. Larry adapts: high-performing hook formulas → more of those, poor ones → phased out."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sonnenberglauramarie-afk/larry-tiktok-agent",
    "publisherUrl": "https://clawhub.ai/sonnenberglauramarie-afk/larry-tiktok-agent",
    "owner": "sonnenberglauramarie-afk",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}