{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skill-tiktok-ads-video",
    "name": "Skill Tiktok Ads Video",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/Zero2Ai-hub/skill-tiktok-ads-video",
    "canonicalUrl": "https://clawhub.ai/Zero2Ai-hub/skill-tiktok-ads-video",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skill-tiktok-ads-video",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-tiktok-ads-video",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/example_captions.json",
      "scripts/overlay.py"
    ],
    "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/skill-tiktok-ads-video"
    },
    "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/skill-tiktok-ads-video",
    "agentPageUrl": "https://openagent3.xyz/skills/skill-tiktok-ads-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-tiktok-ads-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-tiktok-ads-video/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": "skill-tiktok-ads-video v2.0.0",
        "body": "Animated pill-style caption overlays for short-form video. No Premiere, no CapCut — pure Python. v2 ships with built-in product presets — no more manual captions JSON."
      },
      {
        "title": "Usage (v2 — product presets)",
        "body": "uv run --with moviepy --with pillow scripts/overlay.py \\\n  --video base.mp4 \\\n  --output final.mp4 \\\n  --product rain_cloud \\\n  --style subtitle_talk"
      },
      {
        "title": "Products",
        "body": "rain_cloud — Rain Cloud Humidifier\nhydro_bottle — Hydrogen Water Bottle\nmini_cam — Mini Clip Camera"
      },
      {
        "title": "Styles",
        "body": "phrase_slam — Bold full-screen phrase drops\nsubtitle_talk — Conversational subtitle-style captions\nbig_center — Large centered text with price bar at top. Best for bold product reveals.\nrandom — Randomly picks a style"
      },
      {
        "title": "Optional audio",
        "body": "--audio music.mp3 \\\n  --audio-start 8 \\\n  --audio-vol 0.5\n\nNo --audio keeps the original video audio."
      },
      {
        "title": "Custom fonts",
        "body": "--font-black /path/to/Montserrat-Black.ttf \\\n--font-bold  /path/to/Montserrat-Bold.ttf\n\nFalls back to Montserrat from ~/.local/share/fonts/ if not specified."
      },
      {
        "title": "Legacy usage (v1 — manual captions JSON)",
        "body": "Still supported for backward compatibility:\n\nuv run --with moviepy --with pillow scripts/overlay.py \\\n  --video base.mp4 \\\n  --output final.mp4 \\\n  --captions scripts/example_captions.json"
      },
      {
        "title": "PIL textbbox fix",
        "body": "PIL's textbbox((0,0), text, font) returns (x0, y0, x1, y1) where y0 is a non-zero offset (typically 7–15px depending on font size). Drawing text at (x, y) without compensating for this offset causes text to appear below the pill's visual center.\n\nFix implemented in pill():\n\nbb    = draw.textbbox((0, 0), text, font=font)\nx_off, y_off = bb[0], bb[1]\nvis_w = bb[2] - bb[0]   # actual visual width\nvis_h = bb[3] - bb[1]   # actual visual height\n\n# Compensate offsets when drawing text\ntx = cx - vis_w // 2 - x_off\nty = y - y_off\ndraw.text((tx, ty), text, font=font, fill=fg)"
      },
      {
        "title": "Emoji note",
        "body": "NotoColorEmoji.ttf fails with PIL at arbitrary sizes (bitmap font with limited supported sizes). Use text alternatives (\"Free delivery\" instead of \"Free delivery 🚚\") for reliable rendering."
      }
    ],
    "body": "skill-tiktok-ads-video v2.0.0\n\nAnimated pill-style caption overlays for short-form video. No Premiere, no CapCut — pure Python. v2 ships with built-in product presets — no more manual captions JSON.\n\nUsage (v2 — product presets)\nuv run --with moviepy --with pillow scripts/overlay.py \\\n  --video base.mp4 \\\n  --output final.mp4 \\\n  --product rain_cloud \\\n  --style subtitle_talk\n\nProducts\nrain_cloud — Rain Cloud Humidifier\nhydro_bottle — Hydrogen Water Bottle\nmini_cam — Mini Clip Camera\nStyles\nphrase_slam — Bold full-screen phrase drops\nsubtitle_talk — Conversational subtitle-style captions\nbig_center — Large centered text with price bar at top. Best for bold product reveals.\nrandom — Randomly picks a style\nOptional audio\n  --audio music.mp3 \\\n  --audio-start 8 \\\n  --audio-vol 0.5\n\n\nNo --audio keeps the original video audio.\n\nCustom fonts\n--font-black /path/to/Montserrat-Black.ttf \\\n--font-bold  /path/to/Montserrat-Bold.ttf\n\n\nFalls back to Montserrat from ~/.local/share/fonts/ if not specified.\n\nLegacy usage (v1 — manual captions JSON)\n\nStill supported for backward compatibility:\n\nuv run --with moviepy --with pillow scripts/overlay.py \\\n  --video base.mp4 \\\n  --output final.mp4 \\\n  --captions scripts/example_captions.json\n\nPIL textbbox fix\n\nPIL's textbbox((0,0), text, font) returns (x0, y0, x1, y1) where y0 is a non-zero offset (typically 7–15px depending on font size). Drawing text at (x, y) without compensating for this offset causes text to appear below the pill's visual center.\n\nFix implemented in pill():\n\nbb    = draw.textbbox((0, 0), text, font=font)\nx_off, y_off = bb[0], bb[1]\nvis_w = bb[2] - bb[0]   # actual visual width\nvis_h = bb[3] - bb[1]   # actual visual height\n\n# Compensate offsets when drawing text\ntx = cx - vis_w // 2 - x_off\nty = y - y_off\ndraw.text((tx, ty), text, font=font, fill=fg)\n\nEmoji note\n\nNotoColorEmoji.ttf fails with PIL at arbitrary sizes (bitmap font with limited supported sizes). Use text alternatives (\"Free delivery\" instead of \"Free delivery 🚚\") for reliable rendering."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Zero2Ai-hub/skill-tiktok-ads-video",
    "publisherUrl": "https://clawhub.ai/Zero2Ai-hub/skill-tiktok-ads-video",
    "owner": "Zero2Ai-hub",
    "version": "2.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skill-tiktok-ads-video",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-tiktok-ads-video",
    "agentUrl": "https://openagent3.xyz/skills/skill-tiktok-ads-video/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-tiktok-ads-video/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-tiktok-ads-video/agent.md"
  }
}