video-overlay — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited video-overlay (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill adds a variety of professional packaging and motion graphics to videos, enhancing their overall quality. It supports both FFmpeg and MoviePy as backend engines and provides a rich set of preset templates and flexible custom parameters.
Use this skill when the user asks to:
| Feature | Description | Example Use Case |
|---|---|---|
| Intro/Outro | Add an engaging opening or a professional closing. | Brand logo animation, "Thanks for watching" screen. |
| Subtitles/Titles | Overlay static or dynamic text information. | Dialogue subtitles, chapter titles, call-to-action text. |
| Transitions | Create smooth or dynamic transitions between clips. | Fade between scenes, wipe to reveal next shot. |
| Watermark/Borders | Add copyright information or decorative borders. | Channel logo in corner, cinematic black bars. |
| Lower Thirds | Display names, locations, or other info. | Interviewee name and title, location identifier. |
User: "Can you add my logo to this video? It should be in the top right corner." User uploads `my_video.mp4` and `logo.png`
Agent using `video-overlay`:
python /home/ubuntu/skills/video-overlay/scripts/add_watermark.py --input my_video.mp4 --output video_with_watermark.mp4 --image logo.png --position top_rightUser: "Add the subtitle 'Hello, world!' from 5 seconds to 10 seconds into the video." User uploads `my_video.mp4`
Agent using `video-overlay`:
python /home/ubuntu/skills/video-overlay/scripts/add_subtitles.py --input my_video.mp4 --output video_with_subtitles.mp4 --text "Hello, world!" --start 00:00:05 --end 00:00:10 --style modern~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.