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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/podcast-publisherWhat 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
- "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."
- "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."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-podcast-publisher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.