ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 5/5

Podcast Publisher

Generate valid podcast RSS 2.0 feeds with iTunes extensions for Apple Podcasts, Spotify, and more.

Why use this skill?

Generate professional podcast RSS 2.0 feeds with iTunes extensions. Easily manage episodes, metadata, and artwork for seamless directory submission.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sa9saq/podcast-publisher
Or

What This Skill Does

The Podcast Publisher skill is a specialized agent capability designed to create and maintain standards-compliant RSS 2.0 feeds specifically formatted for major podcast directories like Apple Podcasts and Spotify. It automates the complex XML structuring required to host podcasts on static platforms, ensuring that your metadata, artwork, and episode files are indexed correctly without requiring a dedicated hosting service or database.

Installation

To integrate this skill into your environment, run the following command in your terminal: clawhub install openclaw/skills/skills/sa9saq/podcast-publisher

Use Cases

  • Independent Podcasting: Create a professional RSS feed for your show from scratch using only static file hosting (e.g., GitHub Pages or S3).
  • Show Migration: Import existing podcast metadata into a clean, valid XML structure to regain control over your feed.
  • Episode Management: Rapidly append new episodes to your existing feed by providing the agent with audio links and show notes, ensuring consistent formatting and valid GUIDs.

Example Prompts

  1. "I'm starting a new show called 'Tech Talks'. Here is the info: Author is Jane Doe, artwork is at https://example.com/art.jpg, and the category is Technology. Please create a new feed.xml for me."
  2. "Add a new episode to my existing feed.xml. The title is 'AI Trends 2025', description is 'A look at the future of agents', audio is at https://storage.com/ep1.mp3, and the duration is 45:30."
  3. "Verify my current feed.xml file. Check if the dates are in RFC 2822 format and ensure the artwork URL meets the 3000x3000 requirement."

Tips & Limitations

  • Validation is Key: Always ask the agent to validate the XML output before saving. Ensure your audio files are hosted on public servers; the agent cannot host the files for you, only link to them.
  • Artwork Requirements: Apple and Spotify strictly enforce 3000x3000 pixel dimensions. Using smaller images will cause submission errors.
  • Stateless Nature: This skill operates on text files. It does not provide analytics or real-time streaming; you must use an analytics-enabled link shortener if you need listener metrics.
  • Escaping Characters: Ensure your show notes do not contain raw '&' or '<' characters, as these will break the XML format. The agent handles basic escaping, but manual verification is recommended for complex descriptions.

Metadata

Author@sa9saq
Stars1133
Views1
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sa9saq-podcast-publisher": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#podcasting#rss#xml#content-creation#web-development
Safety Score: 5/5

Flags: file-write, file-read