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 143 stars 35 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
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
5 months ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category