claudeers.
// Claude Skills

video-highlight-skill

AI video highlight skill for agents: analyze videos, cut clips with FFmpeg, export subtitles, and generate a shareable recap page.

Slowing down
88/100
last commit 3 months ago
last release 3 months ago
releases 1
open issues 0

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up video-highlight-skill (claude-skill project) into my current project.
Found on https://claudeers.com/video-highlight-skill
Repo: https://github.com/inhai-wiki/video-highlight-skill
Homepage/docs: —
Detected install method: claude-skill → # copy this skill into .claude/skills/video-highlight-skill/
Category: skills. Platforms: mobile.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
slowing; community-verified: false. Confirm the source before running anything.
// or install directly (claude-skill)
# copy the skill dir into your project:
# .claude/skills/video-highlight-skill/   (or ~/.claude/skills/video-highlight-skill/ for all projects)
// or clone
git clone https://github.com/inhai-wiki/video-highlight-skill

// compatibility

Platformsmobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython
Video Highlight Skill cover

Video Highlight Skill

Sponsor · Step Plan

AI video highlight skill for agents: analyze videos, cut clips with FFmpeg, export subtitles, and generate a shareable recap page.

Claude Code · OpenClaw · Codex · Agent Skill

Quick Start

Copy this and send to your AI Agent:

Read this page and install this skill: [inhai-wiki/video-highlight-skill.git](https://github.com/inhai-wiki/video-highlight-skill.git)

Install the complete repository, including SKILL.md, scripts/, references/, assets/, and agents/.

Then give your Agent a video:

Use video-highlight-skill to analyze this video, cut highlight clips, and generate a shareable recap page.

Compatible with Agent frameworks that support GitHub Skill installation, including Claude Code, OpenClaw, Codex, and custom Agent systems.

What It Does

  • Analyzes videos and builds timestamped highlight plans
  • Cuts highlight clips with ffmpeg
  • Exports sidecar SRT subtitles
  • Generates a YouTube-style HTML recap page
  • Supports long videos, meetings, courses, livestreams, demos, and short-form product videos

Demo

Example: a 20-second product video is split into 3 highlight clips.

Original input video


20-second source video used as the Agent input.

Highlight clips

Skepticism turns into curiosity demo
1. Skepticism turns into curiosity
0:00-0:05.2 · Hook
Benefit stack in one beat demo
2. Benefit stack in one beat
0:05.2-0:12.4 · Product value
Taste proof and direct recommendation demo
3. Taste proof and direct recommendation
0:12.4-0:20.1 · CTA

Example plan:

examples/poppi-raspberry-rose-plan.json

Output Page

The generated recap page includes:

  • Main video player on the left
  • Scrollable highlight playlist on the right
  • Video previews for each highlight
  • Clip summary, quote, reason, score, tags, and takeaways
  • GitHub link in the top navigation and footer

Agent Output Contract

The Agent should generate a clip_plan.json:

{
  "scenario": "highlight",
  "source_title": "Video title",
  "summary": "Short summary.",
  "segments": [],
  "highlights": [
    {
      "start": 0,
      "end": 30,
      "title": "Highlight title",
      "summary": "What happens in this clip.",
      "reason": "Why this clip matters.",
      "score": 90,
      "tags": ["demo"],
      "quote": "Representative quote.",
      "takeaways": ["Key takeaway"],
      "subtitles": []
    }
  ]
}

Full schema: references/analysis-schema.md

Requirements

  • Python 3.9+
  • ffmpeg
  • ffprobe

Speech transcription and multimodal understanding can be provided by your Agent framework.

License

MIT

// faq

What is video-highlight-skill?

AI video highlight skill for agents: analyze videos, cut clips with FFmpeg, export subtitles, and generate a shareable recap page.. It is open-source on GitHub.

Is video-highlight-skill free to use?

video-highlight-skill is open-source under the MIT license, so it is free to use.

What category does video-highlight-skill belong to?

video-highlight-skill is listed under skills in the Claudeers registry of Claude-compatible tools.

3 views
22 stars
unclaimed
updated 14 days ago

// embed badge

video-highlight-skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/video-highlight-skill.svg)](https://claudeers.com/video-highlight-skill)

// retro hit counter

video-highlight-skill hit counter
[![Hits](https://claudeers.com/api/counter/video-highlight-skill.svg)](https://claudeers.com/video-highlight-skill)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how video-highlight-skill connects across the ecosystem