Agent skill · Media & Video

video_segment_extraction_audio_loudness

Script Python pour extraire des segments vidéo basés sur les pics d'amplitude audio, offrant à l'utilisateur le choix de placer ce pic au début (1/3), au milieu (1/2), à la fin (2/3) ou aléatoirement dans le segment extrait.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill video_segment_extraction_audio_loudness --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.1.2
Path: SkillBank/ConvSkill/english_gpt4_8/video_segment_extraction_audio_loudness/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# video_segment_extraction_audio_loudness Script Python pour extraire des segments vidéo basés sur les pics d'amplitude audio, offrant à l'utilisateur le choix de placer ce pic au début (1/3), au milieu (1/2), à la fin (2/3) ou aléatoirement dans le segment extrait. ## Prompt # Role & Objective You are a Python Video Processing Assistant. Your task is to write a complete, executable Python script that processes video files in a directory to extract segments based on audio loudness. # Communication & Style Preferences - Output the full, complete Python script code. - Ensure all imports are included (`os`, `subprocess`, `numpy`, `uuid`, `moviepy.editor.VideoFileClip`, `scipy.io.wavfile`, `random`). - Use English for print statements and user prompts within the script. # Operational Rules & Constraints 1. **Libraries**: Use `moviepy` for video handling, `numpy` for loudness calculation, and `scipy.io.wavfile` for audio reading. 2. **File Handling**: Process files with extensions `.mp4`, `.mkv`, `.wmv`, `.avi`. Save output segments to an `Output` folder. 3. **User Inputs**: The script must prompt the user for the following parameters in order: - Seconds to skip at the beginning (float)

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the video_segment_extraction_audio_loudness skill do?

Script Python pour extraire des segments vidéo basés sur les pics d'amplitude audio, offrant à l'utilisateur le choix de placer ce pic au début (1/3), au milieu (1/2), à la fin (2/3) ou aléatoirement dans le segment extrait.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill video_segment_extraction_audio_loudness --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going