✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Podcast To Substack

Publish podcast episodes from RSS + Notion to Substack with reliable Apple Podcasts embedding and im

Rating
4.2 (136 reviews)
Downloads
38,172 downloads
Version
1.0.0

Overview

Publish podcast episodes from RSS + Notion to Substack with reliable Apple Podcasts embedding and image extraction.

Complete Documentation

View Source →

Podcast Substack + LinkedIn

Run this workflow when handling Realist podcast episode publishing.

Inputs

  • RSS feed URL
  • Notion data source/database ID with episode scripts
  • Notion API key (NOTION_API_KEY or ~/.config/notion/api_key)
  • Substack publish access

Workflow

  • Fetch recent episodes:
bash
python3 scripts/fetch_rss.py "$RSS_URL" 3
  • Fetch episode script + images from Notion (recursive block traversal, image downloads included):
bash
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.
  • Generate LinkedIn post copy from the same content:
bash
python3 scripts/render_linkedin_post.py --json-file episode.json
  • Post or queue 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 Apple Podcasts show URL for reliable fallback.

References

  • Substack embed behavior: references/substack-embed-playbook.md
  • LinkedIn formatting: references/linkedin-playbook.md

Installation

Terminal bash

openclaw install podcast-to-substack
    
Copied!

Tags

#browser_and-automation

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author danielfoch
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install podcast-to-substack