Media toolkit
Process audio and video with clipping, conversion, analysis, captions, thumbnails, GIFs, and batch utilities. Use for practical media manipulation workflows.From its SKILL.md
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill media-toolkitAssembled 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.1 KB, 216 tokens by cl100k_base, as published. Nobody here has run it
Media Toolkit
Use this suite for practical audio and video operations that were previously spread across many narrow skills.
Included Tools
- Audio:
audio_analyzer.py,audio_converter.py,audio_normalizer.py,audio_trimmer.py,podcast_splitter.py,sfx_generator.py - Video:
video_captioner.py,video_clipper.py,video_metadata_inspector.py,video_thumbnail_extractor.py,gif_workshop.py,thumbnail_gen.py,timelapse_creator.py
Workflow
- Identify the medium, input format, and target output.
- Pick the narrowest script that completes the job.
- Keep transformations explicit: clip times, output codec, target size, caption source, or thumbnail cadence.
- Verify output duration, dimensions, and bitrate-sensitive settings when the request depends on platform limits.
Guardrails
- Avoid recompression churn when a simple trim or extract is enough.
- Call out when generated captions or “best frame” choices are heuristic.
What ships with it: 15 files
170.9 KB alongside SKILL.md, 13 of them executable
agents/
- openai.yaml180 B
scripts/
- audio_analyzer.pyruns23.1 KB
- audio_converter.pyruns10.1 KB
- audio_normalizer.pyruns10.8 KB
- audio_trimmer.pyruns16.8 KB
- gif_workshop.pyruns22.3 KB
- podcast_splitter.pyruns15.1 KB
- requirements.txt190 B
- sfx_generator.pyruns13.5 KB
- thumbnail_gen.pyruns17.5 KB
- timelapse_creator.pyruns1.8 KB
- video_captioner.pyruns15.7 KB
- video_clipper.pyruns3.4 KB
- video_metadata_inspector.pyruns16.3 KB
- video_thumbnail_extractor.pyruns4.1 KB