transcript-to-vocab

Converts podcast transcript JSON files into vocabulary materials with keywords, definitions, and example sentences.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/nurettn/transcript-to-vocab --skill transcript-to-vocab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-to-vocab
Source: https://github.com/nurettn/transcript-to-vocab/tree/main
Command: npx skills add https://github.com/nurettn/transcript-to-vocab --skill transcript-to-vocab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill converts podcast transcript JSON files into English vocabulary learning materials, making it easier for learners to study and practice new words and phrases.

Core Features & Use Cases

  • Vocabulary Extraction: Extracts keywords from JSON transcript files and provides definitions and example sentences.
  • Contextual Learning: Finds meaningful sentences in the transcript that use the keywords in context.
  • Customization: Allows processing of specific JSON files or entire folders of transcript files.

Quick Start

Use the transcript-to-vocab skill to process all JSON files in the 'my-transcripts' folder.

Frequently Asked Questions about transcript-to-vocab

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert podcast transcripts to English vocabulary learning materials?

To convert podcast transcripts to English vocabulary learning materials, use a skill that processes JSON transcript files to automatically extract keywords, definitions, and contextual example sentences. It identifies meaningful sentences within the transcript to help intermediate and advanced learners study new words.

Can I process an entire folder of JSON transcript files at once?

Yes, you can process an entire folder of JSON transcript files at once. The skill allows customization to process either specific JSON files or all files within a designated folder, automating the extraction of vocabulary learning materials across multiple transcripts.

How does vocabulary extraction from a JSON transcript file work?

Vocabulary extraction from a JSON transcript file works by parsing the text to identify keywords, providing their definitions, and finding meaningful sentences in the transcript that use those keywords in context. This creates structured learning materials directly from the audio text.

Does this transcript vocabulary extraction approach suit advanced English learners?

Yes, this transcript vocabulary extraction approach suits advanced English learners. It is specifically designed for intermediate to advanced English language learning scenarios, extracting contextual sentences and definitions that reflect natural conversational usage from podcast audio.

What is the best way to extract contextual example sentences from podcast transcripts?

The best way to extract contextual example sentences from podcast transcripts is to use an automated JSON processing script. It scans the transcript text, identifies keywords, and matches them with meaningful sentences to provide accurate vocabulary definitions and contextual learning examples.

Why do I need JSON files for podcast vocabulary extraction?

You need JSON files for podcast vocabulary extraction because the processing logic is designed to parse JSON transcript structures. This format allows the script to accurately identify text fields, extract keywords, and generate structured vocabulary learning materials without manual text formatting.