$npx -y skills add dkyazzentwatwa/chatgpt-skills --skill media-toolkitProcess audio and video with clipping, conversion, analysis, captions, thumbnails, GIFs, and batch utilities. Use for practical media manipulation workflows.
| 1 | # Media Toolkit |
| 2 | |
| 3 | Use this suite for practical audio and video operations that were previously spread across many narrow skills. |
| 4 | |
| 5 | ## Included Tools |
| 6 | |
| 7 | - Audio: `audio_analyzer.py`, `audio_converter.py`, `audio_normalizer.py`, `audio_trimmer.py`, `podcast_splitter.py`, `sfx_generator.py` |
| 8 | - Video: `video_captioner.py`, `video_clipper.py`, `video_metadata_inspector.py`, `video_thumbnail_extractor.py`, `gif_workshop.py`, `thumbnail_gen.py`, `timelapse_creator.py` |
| 9 | |
| 10 | ## Workflow |
| 11 | |
| 12 | 1. Identify the medium, input format, and target output. |
| 13 | 2. Pick the narrowest script that completes the job. |
| 14 | 3. Keep transformations explicit: clip times, output codec, target size, caption source, or thumbnail cadence. |
| 15 | 4. Verify output duration, dimensions, and bitrate-sensitive settings when the request depends on platform limits. |
| 16 | |
| 17 | ## Guardrails |
| 18 | |
| 19 | - Avoid recompression churn when a simple trim or extract is enough. |
| 20 | - Call out when generated captions or “best frame” choices are heuristic. |