wc-seed-podcast

Discover podcast episodes via Listen Notes and extract metadata and transcripts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/strivelogic-cto/writing-companion.io --skill wc-seed-podcast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wc-seed-podcast
Source: https://github.com/strivelogic-cto/writing-companion.io/tree/main/skills/wc-seed-podcast
Command: npx skills add https://github.com/strivelogic-cto/writing-companion.io --skill wc-seed-podcast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges seed data gaps by automatically discovering relevant podcast episodes and producing transcripts for seed datasets used in writing workflows.

Core Features & Use Cases

  • Discover podcast episodes via Listen Notes and compile relevant results
  • Transcribe selected episodes and store transcripts under seed/podcast
  • Deduplicate results by URL and select episodes aligned with pain_point and sub_question

Quick Start

Provide a queries JSON file with podcast_searches, then run the seed-worker to discover and transcribe podcast episodes into seed/podcast

Frequently Asked Questions about wc-seed-podcast

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

FAQPage Schema
How do I transcribe podcast episodes into text for a seed dataset?

To transcribe podcasts for seed data, this Skill queries Listen Notes for relevant episodes, matches audio to YouTube, and uses seed workers to generate transcripts stored under seed/podcast. This builds a diverse text library for AI-assisted writing workflows.

How do I discover relevant podcast episodes using Listen Notes for content curation?

You discover episodes by providing a queries JSON file containing podcast_searches. The Skill queries Listen Notes across multiple pain_point and sub_question angles, extracting episode metadata and filtering results to ensure strict alignment with your seed-phase content curation goals.

What is the best way to filter and deduplicate podcast episodes during data sourcing?

The best way to filter and deduplicate podcast data is to apply strict duration constraints between 10-90 minutes and remove duplicate entries by URL. This ensures only diverse, high-quality audio sources are preserved for transcription and downstream seed data compilation.

Can I use YouTube matching to transcribe podcast audio without manual downloads?

Yes, you can use YouTube matching to transcribe podcast audio automatically. The Skill discovers episode metadata via Listen Notes, finds corresponding YouTube audio, and delegates the actual transcription process to automated seed workers without requiring manual file downloads.

What format do I need to provide queries in to start the podcast discovery process?

You need to provide a queries JSON file structured with a podcast_searches array. This file serves as the input for the seed-worker, directing the Listen Notes queries to discover, filter, and transcribe podcast episodes into the designated seed dataset.