video-pipeline

video-pipeline is a skill for Claude Code from matteotitta/genesys-skills. It costs 167 tokens per session (2,091 once invoked), scanned A, original, MIT.

A documented workflow for turning raw filmed footage into short branded videos. It plans edits from transcripts and intent, uses FFmpeg for cuts, Remotion for branded frames and captions, and VideoDB for searching the source footage, but it is currently only a scaffold and is not runnable.

In plain words
What is it for?
Use it as a starting specification for editing podcast, webinar, interview, and testimonial footage into LinkedIn vertical videos, YouTube Shorts, or podcast clips.
Why use it?
It describes a production path for footage that existing product-screen video tools do not cover. It also makes clear which external tools and setup are still required before a proving run.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it as a starting specification for editing podcast, webinar, interview, and testimonial footage into LinkedIn vertical videos, YouTube Shorts, or podcast clips.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matteotitta/genesys-skills/video-pipeline
Install

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.

Any agent
npx skills add matteotitta/genesys-skills --skill video-pipeline
Clone the repo
git clone --depth 1 https://github.com/matteotitta/genesys-skills

Made for: Claude Code.

Wrote 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.

agentmods badge for video-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteotitta/genesys-skills/video-pipeline/github.svg)](https://agentmods.dev/skills/matteotitta/genesys-skills/video-pipeline)
Your own site
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/video-pipeline"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/video-pipeline/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.

agentmods 80×15 button for video-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/video-pipeline"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/video-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,091 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00167 $0.02091
Opus 5 $0.00084 $0.01045
Sonnet 5 $0.00033 $0.00418
Haiku 4.5 $0.00017 $0.00209

Measured 12d ago against content hash 28feb6c2cf95, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

video-pipeline 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.

skills/primitives/content/motion/video-pipeline/SKILL.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/video-pipeline — raw-footage editing through AI plan + FFmpeg + Remotion + VideoDB

STATUS: scaffold only. This skill ships as v0.1 with the workflow documented but NOT yet runnable. Activation is gated on:

  1. brew install ffmpeg (the CLI dependency for cuts)
  2. npm install -g @remotion/cli (the composition layer)
  3. VideoDB API key registered in .claude/apis/videodb-api-key.txt (the indexing layer)
  4. First proving run: produce a 60-second LinkedIn vertical from a recent GTM Engineer Pulse podcast episode

Sourced from 2026-05-17 MCP Market /steal Item D — consolidates the four upstream patterns ai-video-production-pipeline, videodb-for-claude-code, ai-video-editing-workflow-1, video-editing-workflow-1 into one orchestrated Genesys skill.


Why this skill exists

product-ui-frames and onboarding-video render HTML compositions to MP4 via Hyperframes — perfect for product UI animation, useless for editing actual filmed footage. Anything that involves real video sources (podcast cuts, webinar highlights, founder interview clips, customer testimonial videos) falls outside our current stack.

This skill closes the real-footage gap. It's the production pipeline that gtme-podcast was always missing.


When to use

Invoke when user says:

  • "Cut this podcast into a 60-second LinkedIn vertical"
  • "Make a YouTube short from the [topic] section of [episode]"
  • "Produce a cliplet of [guest] talking about [thing]"
  • "Auto-edit this podcast episode for the punchiest segments"
  • "Scrub this video for [keyword] and cut a 90-second clip"

Do NOT invoke when:

  • The source is HTML/UI composition → use /product-ui-frames or /onboarding-video
  • The source is just an audio file (no video) → use /transcript-analysis + downstream content skills
  • The user wants a script for a video that doesn't exist yet → use /youtube-scripts or /gtme-podcast

Input requirements

Input Required Source
Source video file (mp4, mov) or URL Required User
Brand kit Required brand-kit output (the colors, fonts, overlay specs)
Intent: what segment, what platform Required User ("60-second LinkedIn vertical of the agent-dispatch section")
Transcript or transcript-search query Recommended transcript-analysis output or user query
Product messaging context Recommended product-messaging for hook framing
Target platform spec Required LinkedIn vertical (9:16, ≤60s), YouTube short (9:16, ≤60s), LinkedIn square (1:1, ≤90s), or custom

Read the full file on GitHub · 174 lines

Changes

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.

  1. 12d ago First seen · 174 lines · 167 tokens per session scan A 28feb6c2cf95

Subscribe to this mod's changes

video-pipeline is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 167 tokens to every session and 2,091 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

gingiris-b2b-growth

🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…

Gingiris-1031/gingiris-skills · 484 tokens

gr-b2b-growth

A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.

Gingiris-1031/gingiris-skills · 83 tokens

go-to-market-playbook

A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.

Gingiris-1031/gingiris-skills · 48 tokens

gingiris-go-global

🇺🇸 AI Product / SaaS Go-Global Complete SOP — From competitor research to launch to monetization. A full-cycle playbook covering Phase 0-5 (market validation, positioning, first 100 users, user interviews, beta-to-growth) plus open-source launch, Product Hunt, Reddit, SEO/GEO, conversion, and org principles.…

Gingiris-1031/gingiris-skills · 534 tokens

gr-competitor-research

Your competitor just launched. You have no idea how they grew so fast. Should you reverse-engineer their website? Track their social media? Map their growth flywheel? This gives you the complete SOP — from Wayback Machine snapshots to X/Twitter propagation analysis to growth flywheel scoring. Built from 150+ AI…

Gingiris-1031/gingiris-skills · 582 tokens

ai-launch-playbook

Launch your AI product to global attention — the playbook behind Manus, Devin, and AFFiNE's breakout launches. Covers AI-specific GTM strategy, hype cycle management, waitlist tactics, and multi-market rollout for maximum day-one impact.

Gingiris-1031/gingiris-skills · 54 tokens