Skill Tiktok Ads Video

v2.1.0

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...

0· 324·1 current·1 all-time
byZero2Ai@zero2ai-hub
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97as00y62ef7z5bvf8f6bxg5s825d93

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsuv

Comments