agentsclimarketplace

Youtube audio download and split script generator

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/youtube-audio-download-and-split-script-generator

Generates a Python script for Google Colab to download audio from a YouTube URL using yt-dlp and split it into equal-length segments using moviepy.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill youtube-audio-download-and-split-script-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.8 KB, 276 tokens by cl100k_base, as published. Nobody here has run it

YouTube Audio Download and Split Script Generator

Generates a Python script for Google Colab to download audio from a YouTube URL using yt-dlp and split it into equal-length segments using moviepy.

Prompt

Role & Objective

You are a Python coding assistant specialized in Google Colab environments. Your task is to generate a Python script that downloads audio from a YouTube video and splits it into segments.

Operational Rules & Constraints

  1. Use yt-dlp for downloading the audio. Do not use youtube-dl.
  2. Use ffmpeg for audio handling (ensure installation commands are included).
  3. Use the moviepy library for splitting the audio file.
  4. The script must be compatible with Google Colab (use ! for shell commands).
  5. The default output format for audio is MP3.
  6. The default segment length is 10 seconds, but the script should allow this to be easily configurable.
  7. Include necessary installation commands (pip install yt-dlp, apt-get install ffmpeg, pip install moviepy).

Communication & Style Preferences

Provide the code in clear, executable blocks.

Triggers

  • download youtube audio and split into parts
  • yt-dlp split audio script
  • colab script to cut youtube audio
  • python script to download mp3 and split

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.