Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add KyaniteLabs/kinocut --skill kinocut-repurposegit clone --depth 1 https://github.com/KyaniteLabs/kinocutWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kyanitelabs/kinocut/kinocut-repurpose)<a href="https://agentmods.dev/skills/kyanitelabs/kinocut/kinocut-repurpose"><img src="https://agentmods.dev/badge/skills/kyanitelabs/kinocut/kinocut-repurpose/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/kyanitelabs/kinocut/kinocut-repurpose"><img src="https://agentmods.dev/badge/skills/kyanitelabs/kinocut/kinocut-repurpose.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 18 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium MCP Rug Pull · line 24 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.00977 |
| Opus 5 | $0.00018 | $0.00489 |
| Sonnet 5 | $0.00007 | $0.00195 |
| Haiku 4.5 | $0.00004 | $0.00098 |
Grade A, and why
kinocut-repurpose scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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:
mkdir -p .claude/skills && cp -R skills/kinocut-repurpose .claude/skills/kinocut-repurpose
Configure the Kinocut MCP server separately when MCP tools are available:
claude mcp add kinocut -- uvx --from kinocut kino
For CLI-only hosts, install and verify Kinocut:
pip install kinocut
kino doctor
Current Tools
Use these shipped surfaces only:
- MCP:
video_repurpose_plan, thenvideo_repurpose. - CLI:
repurpose-plan, thenrepurpose. - Optional support tools when needed:
info,video-ai-transcribe,generate-subtitles,subtitles,resize,normalize-audio,thumbnail,storyboard,video-quality-check.
Useful CLI shape:
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
- Inspect the source path first with
infoorvideo_info. Confirm duration, resolution, aspect, and audio presence. - Choose one short-clip intent and two or three platforms. Prefer
youtube-shorts,instagram-reel, andtiktokfor vertical clips unless the user explicitly asks for horizontal or square. - Run
repurpose-plan/video_repurpose_planbefore rendering. Review therepurpose_manifest.jsonfor platform outputs, aspect ratios, target LUFS, max duration, and planned review artifacts. - Render with
repurpose/video_repurposeonly after the plan is plausible. - Inspect the rendered manifest, thumbnails, storyboards, and release checkpoint output.
- Stop at human review. Do not publish, schedule, upload, or claim final approval.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 101 lines · 37 tokens per session scan A 49a901a9c79b
kinocut-repurpose is a skill published in the GitHub repository KyaniteLabs/kinocut (144 stars, last pushed 3d ago), licensed Apache-2.0. It adds 37 tokens to every session and 977 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
video-debug
Use when the user references a video, screencast, screen recording, or any path ending in .mp4, .mov, .webm, .mkv, or .gif — especially when asking to debug a UI bug, visual glitch, or reproduction recording. Extracts key frames via ffmpeg scene detection so the agent can visually inspect what went wrong.
vfx-text-cursor
Cursor light trail, chromatic rays, and directional flares for word-by-word quote reveals in video intros.
remotion-clone-video
Pixel-perfect clone of any video (promo, product demo, motion-graphics piece, UI walkthrough) as a Remotion project, so the result is regenerable and editable as React code. Use when the user provides a video file and asks to clone, recreate, replicate, or rebuild it "as code", "with Remotion", or "pixel perfect".…
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
data-charts-tako
Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.
apollo-lead-finder
Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.