Agent Plugins Marketplace
← All plugins

starzero

v0.5.0

Upload media to StarZero, search transcripts and visuals, run workflow templates, cut podcast clips and share renders through the starzero CLI, or through the StarZero connector on claude.ai chat.

Claude Code7 Skills1 MCP serverStreamable HTTP

By StarZeroLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 27, 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 starzero 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 starzero@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/ijw-fyi/claude-starzero-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

starzero/
├── .claude-plugin/plugin.json
├── skills/chat/SKILL.md
├── skills/find-moments/SKILL.md
├── skills/ingest-media/SKILL.md
├── skills/podcast-clips/SKILL.md
├── skills/run-workflow/SKILL.md
├── skills/setup/SKILL.md
├── skills/share-render/SKILL.md
└── .mcp.json

Included Skills7

chatskills/chat/SKILL.md

Hands a task to the StarZero agent, an agentic system over a whole library: library-wide analysis, video editing, and generation of video, animated graphics, voiceover, music and images. One chat carries one task, however many media it touches. Creates or continues the chat, relays its questions, collects what it produced. Use when the user says "ask StarZero to", "analyse the whole library", "make a highlight reel", "make an animated video", "add a voiceover" or "continue my chat".

find-momentsskills/find-moments/SKILL.md

Finds moments in a StarZero library: searches transcripts for what was said and visuals for what is on screen, returns time ranges, then pulls out a frame, a signed URL, a download, or one preview video of the hits. Use when the user says "find where they talk about", "search my library for", "which clip shows", "grab a frame at", "download the original", or "compile those moments".

ingest-mediaskills/ingest-media/SKILL.md

Uploads local video or audio into a StarZero library until it is processed and searchable: picks or creates the library and folder, dry-runs for dedup and the credit estimate, asks before billing, uploads, then watches processing. Use when the user says "upload these files to StarZero", "add this recording to my library", "is my footage done processing", "create a library", or "make a folder".

podcast-clipsskills/podcast-clips/SKILL.md

Cuts one processed StarZero media item into short social clips. Sets clip count, length, aspect, pacing, captions and music with the user (or --auto), confirms billing, starts the podcast-clips run, watches it and returns the clip render ids and links. Use when the user says "make clips from this podcast", "cut this into shorts", "vertical clips for TikTok" or "reels from this interview".

run-workflowskills/run-workflow/SKILL.md

Runs an existing StarZero workflow template. Describes it, builds the variables JSON, picks the media, confirms billing, starts and watches the instance, then returns the app link, branch chat links and render ids. Use when the user says "run the workflow", "start an instance of template", "what variables does this template need", "is my run finished" or "cancel the run".

setupskills/setup/SKILL.md

Installs and authenticates the starzero CLI: downloads the pinned binary and ffprobe, logs in through the browser (or an API key), checks the stored credential with auth status, compares its scopes with the jobs the user wants, and shows the credit balance. Use when the user says "set up starzero", "log in to StarZero", "my login expired", "no API key", "how many credits do I have", "which scopes do I need", or after any starzero skill exits 3.

share-renderskills/share-render/SKILL.md

Turns a StarZero render id into a public share page link to send, or a signed private mp4 or thumbnail URL to download, each with an expiry, and finds render ids from a workflow run, podcast run or chat. Use when the user says "give me a link to the video", "share the clips", "download the output", "where are my rendered videos", "the share link expired" or "thumbnail of that render".

MCP servers1

starzeroStreamable HTTP
url
https://mcp.starzero.ai/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "starzero",
  "displayName": "StarZero",
  "version": "0.5.0",
  "description": "Upload media to StarZero, search transcripts and visuals, run workflow templates, cut podcast clips and share renders through the starzero CLI, or through the StarZero connector on claude.ai chat.",
  "author": {
    "name": "StarZero",
    "email": "[email protected]",
    "url": "https://app.starzero.ai"
  },
  "homepage": "https://app.starzero.ai",
  "repository": "https://github.com/ijw-fyi/claude-starzero-plugin",
  "privacyPolicyUrl": "https://starzero.ai/privacy/",
  "termsOfServiceUrl": "https://starzero.ai/terms/",
  "supportUrl": "https://github.com/ijw-fyi/claude-starzero-plugin/issues",
  "license": "MIT",
  "keywords": [
    "starzero",
    "video",
    "media",
    "transcript",
    "search",
    "workflow",
    "podcast",
    "clips"
  ]
}

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

[starzero on Agent Plugins Marketplace](https://pluginsmp.com/plugins/starzero)