video-factory-skills
v1.0.1Video Factory AIGC skills — automatic video editing, plan-driven rough/final cuts, quality judgement, recovery, and verified media receipts.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install video-factory-skills@agent-plugin-marketplacePaste 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-skillsClone 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
├── .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
Use when a rough or final video needs deterministic media gates, advisory semantic review, and explicit human acceptance or rework labels.
Use when local images, clips, audio, or ReelBench shot evidence must be converted into a validated rough-cut or final-cut EditDecision before rendering.
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.
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.
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
{
"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"
]
}For maintainers
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)