video-summarizer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited video-summarizer (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.
Analyzes MP4 files in a directory via the Gemini API and writes a .md summary file next to each video.
GEMINI_API_KEY env var must be setgoogle-genai installed: py -m pip install google-genaipy (Windows) or python3Check if the user provided a custom prompt or specific extraction instructions.
--prompt or --prompt-fileA custom prompt completely replaces the default. Examples of custom prompts:
# Default summary — all videos in current directory (recursive)
py scripts/summarize_videos.py
# Default summary — specific directory
py scripts/summarize_videos.py "C:/path/to/videos"
# Custom prompt (inline) — replaces default summary format
py scripts/summarize_videos.py --prompt "Extract all product names and prices mentioned"
# Custom prompt (from file) — replaces default summary format
py scripts/summarize_videos.py --prompt-file my-prompt.txt
# Both directory and custom prompt
py scripts/summarize_videos.py "C:/path/to/videos" --prompt "List all key decisions made"When the user invokes this skill:
"summarize focusing on pricing", "list action items"), pass it via --prompt "...".
--prompt-file path/to/file.txt.--prompt to use the default format.# [Video Title]
## Summary
[2-3 sentence description]
## Key Points
- point 1
- point 2
- ...
## Core Content & Takeaways
[Central message and key insight]
---
*Auto-generated with Gemini API*scripts/summarize_videos.pygemini-3-flash-preview~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.