← Back to Skills Marketplace
404
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install skill-tiktok-ads-video
Description
Generate TikTok-style short-form ad videos with animated pill captions. Takes a base MP4 (Veo/Runway/Kling), overlays animated captions with fade in/out, mix...
Usage Guidance
This skill appears to do what it claims: overlay captions on local videos. Before installing or running it: 1) Be prepared to let 'uv' install moviepy/pillow/numpy (PyPI packages)—run in a virtualenv or sandbox if you want to limit supply-chain risk. 2) Review the rest of scripts/overlay.py (truncated in the manifest) to confirm there are no hidden network calls or subprocess executions. 3) Provide only non-sensitive videos to the tool and be aware it will read system font paths for rendering. If you need stronger guarantees, run it in an isolated environment or inspect the full file contents and dependency versions first.
Capability Analysis
Type: OpenClaw Skill
Name: skill-tiktok-ads-video
Version: 2.1.0
The skill bundle is benign. The `scripts/overlay.py` script's functionality aligns with its stated purpose of generating TikTok-style ad videos by overlaying animated captions. It uses standard libraries (moviepy, pillow, numpy) for video and image processing. File system access is limited to reading input video, writing output video, and loading font files from expected system or user-local paths, which is legitimate for its function. There is no evidence of data exfiltration, unauthorized network activity, shell injection, persistence mechanisms, or prompt injection attempts against the AI agent in `SKILL.md`. While loading arbitrary font files via command-line arguments could theoretically lead to resource exhaustion if a malicious font file were provided, this is a general vulnerability in font rendering and not indicative of malicious intent within the skill itself.
Capability Assessment
Purpose & Capability
Name/description match the delivered artifact: a Python script that overlays animated pill captions on an MP4. Declared required binary 'uv' matches the SKILL.md usage (uv run ...). The script lists expected Python deps (moviepy, pillow, numpy) which are appropriate for video/image processing.
Instruction Scope
SKILL.md instructs running the included script locally with uv and installing the necessary Python libs; it references only local video/audio files and optional font paths. The instructions do not direct the agent to read unrelated system state, contact external endpoints, or exfiltrate data. The script reads font files from standard locations (~/.local/share/fonts, /usr/share/fonts) which is expected for font fallback.
Install Mechanism
No install spec is provided (instruction-only plus an included script). The usage examples rely on 'uv --with moviepy --with pillow' which will cause Python packages to be installed at runtime (typically from PyPI). That is expected but carries the usual supply-chain risk of installing third-party packages; the skill itself does not download arbitrary binaries or point to unknown URLs.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code accesses local font files and user-supplied video files only, which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It does not modify other skills or agent-wide config. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-tiktok-ads-video - After installation, invoke the skill by name or use
/skill-tiktok-ads-video - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
- Added new "big_center" caption style with large centered text and a price bar, ideal for bold product reveals.
- Updated documentation to include the "big_center" style and its recommended use case.
- No breaking changes; all previous styles and features remain available.
v2.0.0
skill-tiktok-ads-video v2.0.0 introduces major new features with built-in product presets and simplified usage.
- Added built-in product presets and caption styles — generate ad videos without writing a captions JSON file.
- New CLI options: --product and --style, supporting multiple built-in products and animation styles.
- Legacy manual captions.json input still supported for compatibility.
- Documentation updated to reflect new preset-driven workflow.
v1.0.0
Initial release of skill-tiktok-ads-video:
- Generate TikTok-style ad videos with animated pill captions over base MP4s.
- Overlay captions via JSON-driven phases, supporting fade in/out and customizable positioning.
- Mixes in background audio tracks, with volume/start offset control.
- Fixes PIL textbbox offset bug for precise, pixel-perfect caption placement.
- Supports custom fonts and detailed per-caption style settings (color, bold, padding, border radius).
- Usable for TikTok ads, Instagram Reels, and YouTube Shorts product videos.
Metadata
Frequently Asked Questions
What is Skill Tiktok Ads Video?
Generate TikTok-style short-form ad videos with animated pill captions. Takes a base MP4 (Veo/Runway/Kling), overlays animated captions with fade in/out, mix... It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.
How do I install Skill Tiktok Ads Video?
Run "/install skill-tiktok-ads-video" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Tiktok Ads Video free?
Yes, Skill Tiktok Ads Video is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skill Tiktok Ads Video support?
Skill Tiktok Ads Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Tiktok Ads Video?
It is built and maintained by Zero2Ai (@zero2ai-hub); the current version is v2.1.0.
More Skills