agentsclimarketplace

Media transcript search

Skill kenantang/codex-and-claude-skills/collected-academic-research-skills/sources/joshuaroll__research-skills/skills/media-transcript-search

Generated by Codex. Read with caution.

Install
npx -y skills add kenantang/codex-and-claude-skills --skill media-transcript-search

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

2 things 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.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Extract and search transcripts from multimedia sources (primarily YouTube). Allows finding specific topics within long content without watching the whole video.

SKILL.md

1.5 KB, 324 tokens by cl100k_base, as published. Nobody here has run it

Multimedia Transcript Search Skill

This skill turns opaque video content into searchable text data, essential for analyzing speeches, lectures, and news clips.

Capabilities

  1. Get Transcript: Download the full transcript of a YouTube video or Playlist.
  2. Keyword Search: Find timestamps where specific keywords or phrases are mentioned.
  3. Metadata: Automatically fetches Video Title to context script.
  4. Export: Dump transcripts as .txt or .srt for external use.

Usage

Run the python script get_transcript.py.

Arguments

  • id (required): The YouTube Video ID (e.g., dQw4w9WgXcQ) or Playlist ID.
  • --playlist (optional): Set if the ID is a playlist. Limits to first 10 videos.
  • --search (optional): Keyword to find.
  • --format (optional): "json" (default), "txt", or "srt".

Example

# Find "climate change" in a Playlist
python3 get_transcript.py PLAYLIST_ID --playlist --search "climate change"

# Export a clean text script for a video
python3 get_transcript.py VIDEO_ID --format txt

Tips for the Agent

  • Playlist Limits: Playlists are limited to the first 10 videos to ensure speed.
  • SRT Format: Use srt if you need to re-upload captions or import into a video editor.

What ships with it: 5 files

10.0 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 328,083. 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.