Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @danielfoch Updated 7/16/2026 1,445 downloads 0 stars Security: Pass

Podcast To Substack OpenClaw Plugin & Skill | ClawHub

Looking to integrate Podcast To Substack into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

Publish podcast episodes from RSS + Notion to Substack with reliable Apple Podcasts embedding and image extraction, then generate LinkedIn-ready companion posts. Use when asked to run or improve podcast-to-substack workflows, fix Notion image fetch failures, prevent Substack embed-as-text issues, or cross-post episode summaries to LinkedIn.

Install

ClawHub CLI
openclaw skills install @danielfoch/podcast-to-substack
Node.js (npx)
npx clawhub@latest install podcast-to-substack

Full SKILL.md

Open original
Metadata table.
namedescription
podcast-to-substackPublish podcast episodes from RSS + Notion to Substack with reliable Apple Podcasts embedding and image extraction, then generate LinkedIn-ready companion posts. Use when asked to run or improve podcast-to-substack workflows, fix Notion image fetch failures, prevent Substack embed-as-text issues, or cross-post episode summaries to LinkedIn.

SKILL.md content below is scrollable.

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

  1. Fetch recent episodes:
python3 scripts/fetch_rss.py "$RSS_URL" 3
  1. Fetch episode script + images from Notion (recursive block traversal, image downloads included):
python3 scripts/fetch_notion_episode.py "EPISODE_NUMBER"
  1. Build Substack draft content from script text.
  2. Publish with stable embed behavior using the playbook in references/substack-embed-playbook.md.
  3. Generate LinkedIn post copy from the same content:
python3 scripts/render_linkedin_post.py --json-file episode.json
  1. 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
ClawHub Registry URL: https://clawhub.ai/danielfoch/skills/podcast-to-substack

Related skills

If this matches your use case, these are close alternatives in the same category.