podcast-to-substackPublish podcast episodes from RSS and Notion to Substack with Apple Podcasts embeds and images, then generate LinkedIn-ready companion posts.
Install via ClawdBot CLI:
clawdbot install danielfoch/podcast-to-substackRun this workflow when handling Realist podcast episode publishing.
NOTION_API_KEY or ~/.config/notion/api_key)python3 scripts/fetch_rss.py "$RSS_URL" 3
python3 scripts/fetch_notion_episode.py "EPISODE_NUMBER"
references/substack-embed-playbook.md.python3 scripts/render_linkedin_post.py --json-file episode.json
/embed and confirm the player card renders before publishing.references/substack-embed-playbook.mdreferences/linkedin-playbook.mdGenerated Mar 1, 2026
A company producing multiple podcasts uses this skill to automate publishing new episodes to Substack for subscriber newsletters and cross-post summaries to LinkedIn for audience growth. It ensures consistent formatting and reliable Apple Podcasts embeds, reducing manual effort.
A solo podcaster leverages this skill to streamline episode distribution from RSS feeds and Notion scripts to Substack and LinkedIn. It helps maintain a professional online presence by automating content repurposing and embedding without technical issues.
An agency managing podcast clients uses this skill to handle episode publishing workflows efficiently. It integrates Notion for script management and ensures Substack embeds work reliably, while generating LinkedIn posts to amplify reach across platforms.
A university or training organization publishes podcast episodes as part of their content strategy. This skill automates the process from Notion-based episode notes to Substack for student newsletters and LinkedIn for professional networking.
Monetize podcast content through Substack subscriptions, offering exclusive episodes or early access. This skill automates publishing to maintain a consistent schedule and enhance subscriber engagement with reliable embeds.
Offer a service to clients that repurposes podcast episodes into Substack newsletters and LinkedIn posts. This skill reduces manual work, allowing scaling of operations and charging based on episode volume or platform management.
Use the skill to publish podcast episodes with embedded affiliate links or sponsorships in Substack and LinkedIn. Automate content distribution to drive traffic and conversions, generating revenue from affiliate commissions or ad placements.
💬 Integration Tip
Ensure Notion API keys are securely stored and test Substack embeds with the playbook before publishing to avoid formatting issues.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
End-to-end encrypted agent-to-agent private messaging via Moltbook dead drops. Use when agents need to communicate privately, exchange secrets, or coordinate without human visibility.
Text-to-speech via OpenAI Audio Speech API.