recut

Orchestrates Recut video creation platform workflows through Recut MCP tools.

38|4|Updated Jul 29, 2026
One-click install
npx skills add https://github.com/6174/recut --skill recut-6174
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recut
Source: https://github.com/6174/recut/tree/main/service/skills/recut
Command: npx skills add https://github.com/6174/recut --skill recut-6174

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It connects an AI agent to the local Recut video creation platform so users can manage media assets, generate images, videos, and speech, and drive installed App workflows without leaving their agent session. ## Core Features & Use Cases - Connection & Context Discovery: Verifies Recut MCP availability via recut.context, guides installation when offline, and snapshots installed Apps, Skills, and media readiness once per session. - Media Generation Governance: Submits async image, video, and speech generation jobs with readiness checks, director-intent requirements, and deep-link references to completed assets. - World & Project Workflows: Discovers projects and Creation Worlds, enforces read-only boundaries for non-local worlds, and follows a structured onboarding workflow for building out new worlds. - Use Case: A user asks the agent to create a short video from an idea; the Skill checks platform connectivity, drafts a plan, loads the director skill, generates shots, and returns clickable recut.video links to the resulting assets and project. ## Quick Start Ask the agent to check the Recut connection and list the installed Apps and available media generation capabilities.

Frequently Asked Questions about recut

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

FAQPage Schema
How do I connect an AI agent to the Recut video platform?▼

The agent checks for the recut.context MCP tool at session start. If unavailable, install the local service via the recut.video install script, open recut.video until it shows LOCAL SERVICE CONNECTED, then start a new agent session so MCP reloads.

How does Recut handle image and video generation from an agent?▼

Generation uses recut.image.generate, recut.video.generate, and recut.speech.generate as async jobs returning stable assetIds. The agent must check media readiness first and load the recut-director skill to form director intent before any image or video generation.

Can the agent reference Recut assets and projects in chat replies?▼

Yes, but only as clickable recut.video deep links such as /media?asset=ASSET_ID or /projects/PROJECT_ID. Controlled XML tags like <media> or <project> are forbidden because plain-text hosts cannot render them.

What happens when the local Recut service is offline?▼

The agent must not guess platform state or fake results with local rendering. It directs the user to recut.video to install or reconnect the service, then asks them to open a new agent session after the connection indicator appears.

Can the agent modify platform or published Creation Worlds?▼

No. Non-local worlds are read-only and write tools return WORLD_READ_ONLY. The agent should explain the boundary and propose recut.worlds.fork so the user can continue editing on a local copy.

Why must a plan be written before creating videos in Recut?▼

Complex tasks like video creation, world building, or research require a plan-first workflow. The plan defines goals, director intent, capability selection, step sequence, decision gates, and rollback, and must be reviewed by the user before execution.