episode-publish

Upload audio, metadata, and transcripts to rss_dot_com as draft episodes.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/lastmjs/jordan_michael_last --skill episode-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: episode-publish
Source: https://github.com/lastmjs/jordan_michael_last/tree/main/.agents/skills/episode-publish
Command: npx skills add https://github.com/lastmjs/jordan_michael_last --skill episode-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of publishing podcast episodes to rss_dot_com, including uploading audio, metadata, and transcripts.

Core Features & Use Cases

  • Episode Upload: Uploads audio files (.mp3) and associated metadata (metadata.json) to rss_dot_com.
  • Transcript Upload: Uploads full transcripts (text.txt) for episodes.
  • Keyword Management: Resolves and assigns keywords to episodes.
  • Draft Publication: Creates episodes as unpublished drafts, allowing for review before public release.
  • Use Case: A podcast producer can use this Skill to quickly publish a new episode by providing the episode number and necessary API credentials, ensuring all required assets are uploaded and correctly configured as a draft.

Quick Start

Use the episode-publish skill to publish episode 123 with podcast ID 456 and your API key.

Frequently Asked Questions about episode-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate podcast episode publishing to rss_dot_com?

Automate podcast episode publishing by using a Skill that uploads audio, metadata, and transcripts to rss_dot_com. It handles episode creation, keyword assignment, and saves the initial status as a draft for review before release.

Can I upload a transcript along with audio when publishing a podcast episode?

Yes, you can upload a podcast transcript alongside audio. The process accepts a text.txt file for the transcript and an mp3 audio file, ensuring both are attached to the episode draft during creation on rss_dot_com.

What do I need to publish a podcast episode to rss_dot_com via API?

You need your rss_dot_com API key, the specific podcast ID, and the episode number. You also need curl and jq installed to execute the scripts that handle the upload and metadata processing.

Does publishing a podcast episode set it to a live status immediately?

No, publishing a podcast episode does not set it to live immediately. The process creates episodes as unpublished drafts, allowing you to review the uploaded audio, metadata, and transcripts before public release.

How does keyword management work when creating a podcast episode draft?

Keyword management resolves and assigns keywords to the podcast episode during the creation process. This ensures the draft published to rss_dot_com has the correct metadata tags associated with it automatically.

What file formats are supported for podcast audio and metadata uploads?

The supported file formats for podcast uploads are .mp3 for audio and .json for metadata. A text.txt file is also supported for uploading full transcripts to ensure complete episode asset management.