โ† All skills
Tencent SkillHub ยท Productivity

Podcast to Substack

Publish podcast episodes from RSS and Notion to Substack with Apple Podcasts embeds and images, then generate LinkedIn-ready companion posts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Publish podcast episodes from RSS and Notion to Substack with Apple Podcasts embeds and images, then generate LinkedIn-ready companion posts.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/linkedin-playbook.md, references/substack-embed-playbook.md, scripts/fetch_notion_episode.py, scripts/fetch_rss.py, scripts/get_apple_podcast_link.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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: python3 scripts/fetch_rss.py "$RSS_URL" 3 Fetch episode script + images from Notion (recursive block traversal, image downloads 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. Generate LinkedIn post copy from the same content: 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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Scripts
  • SKILL.md Primary doc
  • references/linkedin-playbook.md Docs
  • references/substack-embed-playbook.md Docs
  • scripts/fetch_notion_episode.py Scripts
  • scripts/fetch_rss.py Scripts
  • scripts/get_apple_podcast_link.sh Scripts