askill
video-workflow

video-workflowSafety 85Repository

Process a video by extracting its audio and trimming silent parts. Use when the user wants to clean up a video, remove silence, or run the full video processing pipeline.

0 stars
1.2k downloads
Updated 2/10/2026

Package Files

Loading files...
SKILL.md

Run the following steps in order using the VotGO CLI (./votgo). The input video is $ARGUMENTS.

Step 1: Extract Audio

./votgo extract-audio -i $ARGUMENTS -y

This pulls the audio track from the video. The output lands in output/.

Step 2: Remove Silence

./votgo remove-silence -i $ARGUMENTS -y

This detects and cuts silent segments from the video. The cleaned video and a JSON silence report are saved to output/.

Notes

  • Always pass -y to avoid interactive prompts.
  • The extract-audio step preserves the original codec by default.
  • The remove-silence step re-encodes the video with libx264/aac.
  • Both outputs land in timestamped subdirectories under output/.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

60/100Analyzed 2/20/2026

Functional skill for VotGO video processing workflow with clear steps and trigger context. Scores well on clarity and safety, but limited by specificity to a single project's CLI tool, undefined $ARGUMENTS variable, and minimal completeness around error handling and output details. Not reusable outside this specific project context.

85
80
25
50
65

Metadata

Licenseunknown
Version-
Updated2/10/2026
PublisherOxFrancesco

Tags

No tags yet.