An automated utility designed to detect high-energy moments in stream recordings and slice them into highlight videos.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-live-highlight-slicer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skill-live-highlight-slicer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Live Highlight Slicer skill enables automatic segmentation of live stream video recordings such as .webm, .mp4, or .mov files. This tool identifies critical video highlights using audio intensity thresholds, visual scene transitions, or keyword density from ASR transcripts. This replaces the repetitive process of manually reviewing recordings and clipping files by hand.
By implementing this skill within Openclaw Skills integrations, developers can automate post-stream content generation, creating quality summary clips or combined highlights with minimized processing overhead.
audio, scene, hybrid, combined, or asr), it analyzes standard deviation peaks, ffmpeg scene changes, or transcript windows.Ensure you have Python >= 3.9, along with ffmpeg and ffprobe binaries in your system path.
First, install the necessary Python dependencies:
pip install librosa numpy pydub
Run the script directly using Python, providing the absolute path to your video file:
python3 skill-live-highlight-slicer/scripts/highlight_slicer.py --input "/absolute/path/live-recording.mp4"
Modify behavior by specifying alternate parameters like --method scene or passing --asr-file for text-based analysis.
| Parameter | Required | Default | Description |
|---|---|---|---|
--input |
Yes | None | Absolute path to the source video recording |
--method |
No | hybrid |
Analysis method: audio, scene, hybrid, combined, asr |
--threshold |
No | 1.5 |
Standard deviation multiplier for audio peak threshold |
--scene-threshold |
No | 0.1 |
Scene transition threshold for visual change detection |
--min-clip-duration |
No | 5 |
Minimum length of generated clips in seconds |
--padding |
No | 2 |
Duration in seconds padded to the start and end of clips |
--output-dir |
No | ./highlights |
Target output directory for files |
--merge |
No | true |
Boolean flag to generate a single combined video of highlights |
--asr-file |
No | None | File path to local ASR transcript |
--asr-window |
No | 8 |
Size of sliding window in seconds for keyword analysis |
--top-n |
No | 8 |
Target maximum number of segments to export in ASR mode |
All generated content is saved inside the specified directory:
clip_01_[start]_[end].mp4: Segmented video files of detected highlight events.segments.json: Structured log containing precise start/end timestamps, extraction methods, relative metrics, and index details.merged_highlights.mp4: Merged compiled highlight reel (generated only when --merge=true).Loading
Verify files with SHA-256 checksums to detect corruption, tampering, and release drift in seconds.

An advanced AI-agent skill for programmatic generation, styling, and visual validation of draw.io diagrams.

A rigorous technical framework that calibrates architectural trade-offs and enforces strict code verification boundaries for AI coding agents.

An automated agent skill designed to generate, export, and visually inspect draw.io diagrams for technical documentation.

An automation tool that uploads local video files to the Douyin Creator Center and manages the publication workflow via a Chrome DevTools Protocol connection.

An automation and integration client for OppHub OPC matchmaking, designed with zero interactive prompts for autonomous AI agents.








































