podcast-to-blog

Transcribe Apple Podcasts episodes in Chinese and generate structured blog posts.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/jurislm/jurislm-tools --skill podcast-to-blog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: podcast-to-blog
Source: https://github.com/jurislm/jurislm-tools/tree/main/plugins/jurislm-tools/skills/podcast-to-blog
Command: npx skills add https://github.com/jurislm/jurislm-tools --skill podcast-to-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Transcribing podcast episodes and turning them into readable blog posts is time-consuming; this skill automates the end-to-end process.

Core Features & Use Cases

  • Automatic audio download from Apple Podcasts URL
  • Whisper-based Chinese transcription
  • Structured blog post generation in Traditional Chinese style
  • Optional Notion storage integration

Quick Start

Provide an Apple Podcasts URL to automatically download, transcribe, generate a blog post, and optionally save to Notion.

Frequently Asked Questions about podcast-to-blog

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

FAQPage Schema
How do I turn a podcast into a blog post automatically?

To turn a podcast into a blog post, provide an Apple Podcasts URL to automatically download the audio, transcribe it with Whisper, and generate a structured article in your specified style.

Can I transcribe Chinese podcast episodes into written text?

Yes, you can transcribe Chinese podcast episodes into written text using Whisper-based Chinese transcription to accurately capture the audio content before generating the blog post.

How to save generated blog posts directly to Notion?

To save generated blog posts directly to Notion, use the optional Notion storage integration during the workflow to automatically export the final structured article to your workspace.

Do I need Python 3 to transcribe podcast audio?

Yes, you need Python 3 to transcribe podcast audio, as the processing logic requires a Python 3 runtime to execute the openai-whisper transcription and article generation steps.

Does this podcast transcription tool work with Apple Podcasts URLs?

Yes, this podcast transcription tool works directly with Apple Podcasts URLs to handle RSS feed extraction and automatically download the episode audio for processing.

What are the limitations of using Whisper for podcast transcription?

A limitation of using Whisper for podcast transcription is that the workflow is currently restricted to Chinese language processing and requires a Python 3 runtime environment to function.