kinocut-repurpose

Solid

Use the current Kinocut tools to turn one local video path into a short platform-ready clip package with manifests, review artifacts, and human approval gates.

AI & Automation 95 stars 25 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
66
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Kinocut Repurpose This is a pre-kernel, path-based v1 skill. It guides an agent to produce a good short clip from one local video using only shipped Kinocut tools. Do not invent commands, providers, kernels, schedulers, uploaders, or publishing steps. ## Install From a checkout of this repository, install the skill into a Claude Code-compatible host that discovers local path skills: ```bash mkdir -p .claude/skills && cp -R skills/kinocut-repurpose .claude/skills/kinocut-repurpose ``` Configure the Kinocut MCP server separately when MCP tools are available: ```bash claude mcp add kinocut -- uvx --from kinocut kino ``` For CLI-only hosts, install and verify Kinocut: ```bash pip install kinocut kino doctor ``` ## Current Tools Use these shipped surfaces only: - MCP: `video_repurpose_plan`, then `video_repurpose`. - CLI: `repurpose-plan`, then `repurpose`. - Optional support tools when needed: `info`, `video-ai-transcribe`, `generate-subtitles`, `subtitles`, `resize`, `normalize-audio`, `thumbnail`, `storyboard`, `video-quality-check`. Useful CLI shape: ```bash kino --format json info input.mp4 kino repurpose-plan input.mp4 --platforms youtube-shorts instagram-reel tiktok -o repurpose-out kino repurpose input.mp4 --platforms youtube-shorts instagram-reel tiktok -o repurpose-out --min-score 0 kino video-quality-check repurpose-out/youtube_shorts.mp4 ``` ## Required Flow 1. Inspect the source path first with `info` or `video_info`. Confirm duration, resoluti...

Details

Author
KyaniteLabs
Repository
KyaniteLabs/kinocut
Created
4 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

kinocut

Use Kinocut for guarded video editing, source-backed planning, FFmpeg operations, media analysis, subtitles, audio workflows, Hyperframes rendering, repurposing packages, and release checkpoints through an MCP server, Python client, or CLI. Trigger when an agent needs to inspect, plan, edit, render, validate, or package local media safely.

95 Updated today
KyaniteLabs
AI & Automation Listed

repurpose-video

Turn a long video (talking head, podcast, livestream, webinar) into multiple viral short clips and schedule them to TikTok, Instagram Reels, and YouTube Shorts. Transcribe, find viral moments with AI, cut with FFmpeg, optionally add hook overlays, then schedule. Use when the user mentions repurposing, autoshorts, viral clips, making shorts, or cutting a long video into clips.

1 Updated today
Upload-Post
Code & Development Listed

long-video-to-shorts

Turn ONE long video into several vertical (9:16) captioned shorts, fully local and free — a home-made Opus Clip. Use when the user wants to "faire des shorts / des clips à partir d'une longue vidéo", "découper une vidéo en clips verticaux", "reels/shorts/tiktok from a video", "extraire les meilleurs moments", or names Opus Clip / Klap / Vizard and wants it done locally. Handles two content types: face-cam (smart-crop to face + embedded-captions) and screen/gameplay (blurred-pad + burned karaoke captions). French by default. The agent selects the moments; the user approves before any render.

0 Updated 1 weeks ago
joe-jns