podcastsTrack and synthesize podcasts with subscriptions, briefings, progress tracking, and smart alerts for new episodes and guests.
Install via ClawdBot CLI:
clawdbot install ivangdavila/podcastsGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
A podcast producer uses the skill to automatically generate show notes and summaries for each episode, saving hours of manual work. It also tracks guest appearances across the industry to identify collaboration opportunities and trends.
A busy executive subscribes to key industry podcasts and receives daily briefings without listening, staying informed on market trends. The skill prioritizes episodes based on time constraints and highlights actionable insights from guests.
An educator or student uses the skill to track educational podcasts, extract key learnings into a knowledge base, and create study plans from episode queues. It helps manage listening progress and skip redundant content for efficient learning.
A PR or marketing agency employs the skill to monitor client mentions across podcasts, generate summaries of relevant episodes, and track VIP guest appearances for networking opportunities. It automates reporting and alerting for new content.
💬 Integration Tip
Integrate with calendar apps to schedule listening time based on queue priorities, and use webhooks to sync with note-taking tools for seamless knowledge management.
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Text-to-speech via OpenAI Audio Speech API.