⚠️ 入行提示:本文档为官方英文原版文献,社区中文精翻版本正在筹备中。
播客制作流水线
AI 原生双语结构
你有一个播客创意,甚至可能已经积累了一堆节目选题。但光是研究嘉宾、撰写大纲、起草开场白、生成节目笔记、再为推广写社交媒体帖子——这些制作开销就会彻底打消你的创作热情。如果你能把一个选题交出去,然后拿回一整套完整的制作包呢?
AI 原生双语结构
这个用例通过串联多个 Agent,来处理从选题到可直接发布素材的整个播客制作工作流。
痛点
AI 原生双语结构
独立播客主和小型团队花在制作上的时间比实际录制还要多。研究耗费数小时,节目笔记敷衍了事,社交媒体推广则是最先被砍掉的部分。真正有创造力的部分——也就是对话本身——大概只占总工作量的 30%。这个 Agent 则负责处理剩下的 70%。
功能说明
- 单集研究 —— 给定一个主题或嘉宾姓名,整理出背景资料、讨论要点和建议问题
- 大纲与脚本 —— 生成结构化的节目大纲,包含开场脚本、段落过渡和结束语
- 节目笔记 —— 录制完成后,将转录文本处理成带时间戳的节目笔记,并附上所有提及内容的链接
- 社交媒体素材包 —— 为 X、LinkedIn 和 Instagram 创建推广帖,包含节目亮点和金句
- 单集简介 —— 撰写针对 Spotify、Apple Podcasts 和 YouTube 优化的 SEO 单集简介
所需技能
- 网页搜索/研究技能(用于嘉宾调研和主题深挖)
- 文件系统访问(用于读取转录文本和写入输出文件)
- Slack、Discord 或 Telegram 集成(用于交付素材)
- 可选:
sessions_spawn,用于并行运行研究和写作 Agent - 可选:RSS 订阅技能(用于监控竞品播客)
设置方法
- 录制前 —— 生成调研资料和大纲:
AI 原生双语结构
我正在录制一期关于 [TOPIC] 的播客节目。我的嘉宾是 [NAME]。
I'm recording a podcast episode about [TOPIC]. My guest is [NAME].
Please:
1. Research the guest — their background, recent work, hot takes, and
anything controversial or interesting they've said publicly.
2. Research the topic — key trends, recent news, common misconceptions,
and what the audience likely already knows vs. what would surprise them.
3. Generate an episode outline:
- Cold open hook (1-2 sentences to grab attention)
- Intro script (30 seconds, casual tone)
- 5-7 interview questions, ordered from easy/rapport-building to deep/provocative
- 2-3 "back pocket" questions in case the conversation stalls
- Closing segment with call-to-action
Save everything to ~/podcast/episodes/[episode-number]/prep/
- 录制后 —— 生成节目笔记和推广素材:
AI 原生双语结构
这是第 [NUMBER] 期的转录文本:[粘贴文本或指向文件路径]
Here's the transcript for Episode [NUMBER]: [paste or point to file]
Please:
1. Write timestamped show notes — every major topic shift gets a timestamp
and one-line summary. Include links to anything mentioned (tools, books,
articles, people).
2. Write an episode description (max 200 words) optimized for podcast
search. Include 3-5 relevant keywords naturally.
3. Create social media posts:
- X/Twitter: 3 tweets — one pull quote, one key insight, one question
to spark discussion. Each under 280 chars.
- LinkedIn: 1 post, professional tone, 100-150 words.
- Instagram caption: 1 post with emoji, casual tone, include relevant hashtags.
4. Extract a "highlights" list — the 3 most interesting/surprising moments
with timestamps.
Save everything to ~/podcast/episodes/[episode-number]/publish/
- 可选 —— 竞品监控:
AI 原生双语结构
每日监控以下播客 RSS 订阅源:
Monitor these podcast RSS feeds daily:
- [feed URL 1]
- [feed URL 2]
When a new episode drops that covers a topic relevant to my podcast,
send me a Telegram message with:
- Episode title and link
- One-sentence summary
- Whether this is something I should respond to or cover from my angle
关键洞察
-
AI 原生双语结构录制前的研究 是价值最大的环节。带着对嘉宾的深入研究进入访谈,能让对话质量显著提升——这是后期制作无法弥补的。
-
AI 原生双语结构带时间戳的节目笔记是提升听众留存率的利器。大多数播客主都会跳过这一步,因为实在太繁琐。这个 Agent 让它变得毫不费力。
-
AI 原生双语结构社交媒体素材包节省的是最频繁的重复性时间。每一期节目都需要推广,而且结构总是一样的——非常适合自动化。
-
如果你希望把播客内容二次创作到博客、newsletter 或视频片段中,可以与 多 Agent 内容工厂 配合使用。
相关链接
- Podcast RSS Feed 规范
- Spotify for Podcasters
- Whisper (OpenAI) —— 用于本地生成转录文本