A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
AI video highlight skill for agents: analyze videos, cut clips with FFmpeg, export subtitles, and generate a shareable r
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
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.
ffmpegExample: a 20-second product video is split into 3 highlight clips.
20-second source video used as the Agent input.
1. Skepticism turns into curiosity 0:00-0:05.2 · Hook
|
2. Benefit stack in one beat 0:05.2-0:12.4 · Product value
|
3. Taste proof and direct recommendation 0:12.4-0:20.1 · CTA
|
Example plan:
examples/poppi-raspberry-rose-plan.json
The generated recap page includes:
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
ffmpegffprobeSpeech transcription and multimodal understanding can be provided by your Agent framework.
MIT
Human + AI music production workflow for Suno - skills, templates, and tools
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
Design enforcement with memory — keeps your UI consistent across a project