Agent Plugins Marketplace
All plugins

video-factory-skills

v1.0.1

Video Factory AIGC skills — automatic video editing, plan-driven rough/final cuts, quality judgement, recovery, and verified media receipts.

Claude Code5 Skills

By AIGC Skills Community1 GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 23, 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 video-factory-skills 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 video-factory-skills@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/full-aigc-skills/video-factory-skills

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

video-factory-skills/
├── .claude-plugin/plugin.json
├── skills/video-factory-judge/SKILL.md
├── skills/video-factory-plan/SKILL.md
├── skills/video-factory-recover/SKILL.md
├── skills/video-factory-run/SKILL.md
└── skills/video-factory-use/SKILL.md

Included Skills5

video-factory-judgeskills/video-factory-judge/SKILL.md

Use when a rough or final video needs deterministic media gates, advisory semantic review, and explicit human acceptance or rework labels.

video-factory-planskills/video-factory-plan/SKILL.md

Use when local images, clips, audio, or ReelBench shot evidence must be converted into a validated rough-cut or final-cut EditDecision before rendering.

video-factory-recoverskills/video-factory-recover/SKILL.md

Use when a Video Factory analysis, rough cut, review render, or final render was interrupted and the durable ledger must determine the only legal next action.

video-factory-runskills/video-factory-run/SKILL.md

Use when a validated VideoPlan has an explicit matching rough-cut or final-cut approval and should be rendered, collected, and recorded without automatic retry.

video-factory-useskills/video-factory-use/SKILL.md

Use when a request involves automatic video editing, rough cuts, final cuts, synchronized shot review, media verification, or recovery and must be routed to the correct Video Factory workflow.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "video-factory-skills",
  "version": "1.0.1",
  "description": "Video Factory AIGC skills — automatic video editing, plan-driven rough/final cuts, quality judgement, recovery, and verified media receipts.",
  "author": {
    "name": "AIGC Skills Community"
  },
  "homepage": "https://github.com/full-aigc-skills/video-factory-skills",
  "repository": "https://github.com/full-aigc-skills/video-factory-skills",
  "source": "./",
  "skills": [
    "./skills/video-factory-use",
    "./skills/video-factory-plan",
    "./skills/video-factory-run",
    "./skills/video-factory-judge",
    "./skills/video-factory-recover"
  ]
}

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

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