🎬
AutomationTypeScript

Koubo

by jiamo509

Koubo is an Automation skill for Claude Code, published by jiamo509 in koubo.

46 stars17 forkson jiamo509/kouboAdded 2026/08/11+18% in starsRepository updated 2026/08/05
Install in seconds
Install Koubo
Copy Koubo into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/John509AI/media-workflow-lab/tree/main/jj ~/.claude/skills/jj

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/John509AI/media-workflow-lab.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
jj/SKILL.md in jiamo509/koubo
Installs to
~/.claude/skills/jj
Collection
The only skill cataloged from this repository
Category
Automation1523 skills

What Koubo does

Automates Remotion packaging for talking-head videos with bilingual subtitles, chapter cards, animated info cards, and optional SFX. Use when you need to turn a recorded MP4 into a polished video with 1080p preview and 4K output.

Koubo is cataloged under Automation on DirSkills.

Documentation

README

Media Workflow Packaging

Package a real-person 16:9 talking-head video. Preserve the presenter and spoken content; add information hierarchy around them.

Dependencies

Require:

  • Node.js 20+ and npm
  • FFmpeg and ffprobe
  • A Chromium browser supported by Remotion
  • A transcript, or a local transcription tool such as Whisper

Do not require an API key. Do not upload private media to an external service unless the user explicitly authorizes it.

Resolve bundled scripts and assets relative to the directory containing this SKILL.md. Never assume a Codex-, Claude Code-, or vendor-specific installation root.

Create the project

Inspect the source first:

ffprobe -v error -show_entries format=duration -show_entries stream=width,height,r_frame_rate -of json <source-video>

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Koubo

  • How does Koubo compare to other Automation skills?

    Koubo ranks #1434 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Koubo against them. Open each page to compare what they document and how they install.