Podcast to Substack
v1.0.0Publish podcast episodes from RSS + Notion to Substack with reliable 应用le Podcasts embedding and image 提取ion, then 生成 LinkedIn-ready companion posts. Use when asked to 运行 or improve podcast-to-substack 工作流s, fix Notion image fetch 失败s, 预防 Substack embed-as-text issues, or cross-post episode summaries to LinkedIn.
运行时依赖
安装命令
点击复制技能文档
Podcast Substack + LinkedIn
运行 this 工作流 when handling Rea列出 podcast episode publishing.
输入s RSS feed URL Notion data source/database ID with episode scripts Notion接口 key (NOTION_API_KEY or ~/.config/notion/API_key) Substack publish 访问 工作流 Fetch recent episodes: python3 scripts/fetch_rss.py "$RSS_URL" 3
Fetch episode script + images from Notion (recursive block traversal, image 下载s included): python3 scripts/fetch_notion_episode.py "EPISODE_NUMBER"
Build Substack draft content from script text. Publish with stable embed behavior using the playbook in references/substack-embed-playbook.md. 生成 LinkedIn post copy from the same content: python3 scripts/render_linkedin_post.py --json-file episode.json
Post or 队列 the LinkedIn copy. Non-negotiable rules Do not use iframe code or markdown links for podcast embeds in Substack. Prefer duplicating the existing Substack draft template that already has a working embed block. If creating a fresh post, use /embed and confirm the player card renders before publishing. Use top-level 应用le Podcasts show URL for reliable fallback. References Substack embed behavior: references/substack-embed-playbook.md LinkedIn 格式化ting: references/linkedin-playbook.md