Agent Plugins Marketplace
All plugins

podcast-video-studio

v0.1.0

Turn a long recording into a scored cut list of clips that stand alone, with destinations, titles and hooks matched to each segment.

Claude Code2 Skills1 MCP serverstdio

By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install podcast-video-studio for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install podcast-video-studio@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/farssaadeldin7-ux/claude-plugin-suite

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/podcast-video-studio/.

Plugin files

plugins/podcast-video-studio/
├── .claude-plugin/plugin.json
├── skills/auto-clip/SKILL.md
├── skills/podcast-video-studio/SKILL.md
└── .mcp.json

Included Skills2

auto-clipskills/auto-clip/SKILL.md

This skill should be used when someone wants the most engaging short clips pulled out of an episode automatically — "clip this episode for TikTok", "find the best 60 seconds", "turn this podcast into Shorts", "cut this into Reels", "auto-clip this interview", "what should I post from this episode", "make vertical clips from this recording". Also use it for formatting chosen segments for TikTok, Reels and Shorts — vertical framing, captions, hook text and safe areas — and for writing the on-screen hook and caption for each clip.

podcast-video-studioskills/podcast-video-studio/SKILL.md

This skill should be used when someone wants to find the clip-worthy moments in a long recording and cut them down — "find the best clips in this podcast episode", "what should I clip from this interview", "turn this transcript into shorts", "cut this webinar into reels", "give me a cut list", "which moments from this will travel on TikTok", "write titles for these clips", "pull the highlights out of this recording", "repurpose this episode for LinkedIn". Also use it for scoring a shortlist an editor has already pulled, for choosing in-points and out-points on a segment, and for writing titles, cold opens and caption first lines that quote the segment rather than describing it.

MCP servers1

podcast-video-studiostdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp/server.js
env.PLUGIN_SUITE_BILLING_URL
${PLUGIN_SUITE_BILLING_URL}
env.PODCAST_VIDEO_STUDIO_LICENSE_KEY
${PODCAST_VIDEO_STUDIO_LICENSE_KEY}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/podcast-video-studio/.claude-plugin/plugin.json
{
  "name": "podcast-video-studio",
  "version": "0.1.0",
  "description": "Turn a long recording into a scored cut list of clips that stand alone, with destinations, titles and hooks matched to each segment.",
  "author": {
    "name": "Fars Saadeldin"
  },
  "license": "UNLICENSED",
  "keywords": [
    "podcast",
    "video",
    "clips",
    "retention",
    "editing",
    "repurposing"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[podcast-video-studio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/podcast-video-studio)