Automates the publishing of podcast episodes from RSS feeds and Notion scripts to Substack and LinkedIn with reliable embedding.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install podcast-to-substack
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install podcast-to-substack using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust bridge between your podcast hosting and your audience on Substack and LinkedIn. By integrating RSS feeds with Notion-based scripts, it ensures that every episode is published with high-fidelity image extraction and reliable Apple Podcasts embedding. It solves common friction points such as Notion image fetch failures and Substack embed-as-text issues.
As part of the Openclaw Skills ecosystem, this automation allows creators to focus on content while the agent handles the technical heavy lifting of cross-platform distribution. It ensures consistent branding and formatting across your newsletter and professional social network by utilizing standardized playbooks for embedding and post rendering.
To get started with this skill in the Openclaw Skills environment, configure your API credentials and run the initialization scripts.
# Set your Notion API Key
export NOTION_API_KEY="your_key_here"
# Fetch RSS data for recent episodes
python3 scripts/fetch_rss.py "$RSS_URL" 3
# Fetch content and images from Notion
python3 scripts/fetch_notion_episode.py "EPISODE_NUMBER"
Ensure you have access to your Substack dashboard and have reviewed the provided embedding playbooks.
The skill organizes data through a combination of external APIs and local JSON manifests to ensure consistency across Openclaw Skills workflows.
| Component | Source | Description |
|---|---|---|
| RSS Data | Podcast Host | Primary metadata and audio source links. |
| Notion Content | Notion API | Script text and recursive image block data. |
| episode.json | Local Storage | Intermediate data structure used for LinkedIn post rendering. |
| Playbook Refs | Local MD | Formatting rules for Substack embeds and LinkedIn style. |
Loading
A powerful API-driven skill for Openclaw Skills that enables full management of Pipedrive CRM operations through automated agents.

An agent-friendly CLI for automating ManyChat subscriber management and multi-step marketing workflows.

A comprehensive developer tool for managing KVcore CRM operations, communication logging, and contact updates via terminal or AI agent interfaces.

An automation utility for generating professional Comparative Market Analysis reports and interactive AI visualizations from IDX listing data.

An end-to-end automation skill for parsing real estate listing details and coordinating showing tours via AI-driven outbound calls and calendar integration.

A specialized AI sub-agent for automating outbound property showing calls and managing booking statuses.








































