Khazix Skills banner
op7418 op7418

Khazix Skills

AI community intermediate

Description

> AI-powered YouTube video clipper for Claude Code. Download videos, generate semantic chapters, clip segments, translate subtitles to bilingual format, and burn subtitles into videos.

Installation

Terminal
claude install-skill https://github.com/op7418/Youtube-clipper-skill

README

YouTube Clipper Skill

AI-powered YouTube video clipper for Claude Code. Download videos, generate semantic chapters, clip segments, translate subtitles to bilingual format, and burn subtitles into videos.

[](LICENSE) [](https://www.python.org/downloads/)

English | [简体中文](README.zh-CN.md)

[Features](#features) • [Installation](#installation) • [Usage](#usage) • [Requirements](#requirements) • [Configuration](#configuration) • [Troubleshooting](#troubleshooting)


Features

    undefined

Installation

Option 1: npx skills (Recommended)

npx skills add https://github.com/op7418/Youtube-clipper-skill

This command will automatically install the skill to `~/.claude/skills/youtube-clipper/`.

Option 2: Manual Installation

git clone https://github.com/op7418/Youtube-clipper-skill.git
cd Youtube-clipper-skill
bash install_as_skill.sh

The install script will:

    undefined

Requirements

System Dependencies

Dependency Version Purpose Installation
Python 3.8+ Script execution python.org
yt-dlp Latest YouTube download brew install yt-dlp (macOS)
sudo apt install yt-dlp (Ubuntu)

...